public class SelfTestType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for SelfTestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SelfTestType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="test" type="{http://xml.vidispine.com/schema/vidispine}SelfTestType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="status" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="took" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected List<String> |
message |
protected String |
name |
protected String |
status |
protected List<SelfTestType> |
test |
protected String |
took |
Constructor and Description |
---|
SelfTestType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
String |
getDescription()
Gets the value of the description property.
|
List<String> |
getMessage()
Gets the value of the message property.
|
String |
getName()
Gets the value of the name property.
|
String |
getStatus()
Gets the value of the status property.
|
List<SelfTestType> |
getTest()
Gets the value of the test property.
|
String |
getTook()
Gets the value of the took property.
|
boolean |
isSetDescription() |
boolean |
isSetMessage() |
boolean |
isSetName() |
boolean |
isSetStatus() |
boolean |
isSetTest() |
boolean |
isSetTook() |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setTook(String value)
Sets the value of the took property.
|
void |
unsetMessage() |
void |
unsetTest() |
protected List<SelfTestType> test
protected String name
protected String description
protected String status
protected String took
public List<String> getMessage()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the message property.
For example, to add a new item, do as follows:
getMessage().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetMessage()
public void unsetMessage()
public List<SelfTestType> getTest()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the test property.
For example, to add a new item, do as follows:
getTest().add(newItem);
Objects of the following type(s) are allowed in the list
SelfTestType
public boolean isSetTest()
public void unsetTest()
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public boolean isSetDescription()
public String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public boolean isSetStatus()
public String getTook()
String
public void setTook(String value)
value
- allowed object is
String
public boolean isSetTook()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2015. All rights reserved.