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() |
SelfTestType |
withDescription(String value) |
SelfTestType |
withMessage(Collection<String> values) |
SelfTestType |
withMessage(String... values) |
SelfTestType |
withName(String value) |
SelfTestType |
withStatus(String value) |
SelfTestType |
withTest(Collection<SelfTestType> values) |
SelfTestType |
withTest(SelfTestType... values) |
SelfTestType |
withTook(String value) |
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()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic boolean isSetStatus()
public String getTook()
Stringpublic void setTook(String value)
value - allowed object is
Stringpublic boolean isSetTook()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic SelfTestType withMessage(String... values)
public SelfTestType withMessage(Collection<String> values)
public SelfTestType withTest(SelfTestType... values)
public SelfTestType withTest(Collection<SelfTestType> values)
public SelfTestType withName(String value)
public SelfTestType withDescription(String value)
public SelfTestType withStatus(String value)
public SelfTestType withTook(String value)
Copyright © 2015. All rights reserved.