Class SelfTestType
- java.lang.Object
-
- com.vidispine.generated.SelfTestType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class SelfTestType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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" 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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SelfTestType.PropInfo
-
Constructor Summary
Constructors Constructor Description SelfTestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SelfTestType
withDescription(String value)
SelfTestType
withMessage(String... values)
SelfTestType
withMessage(Collection<String> values)
SelfTestType
withName(String value)
SelfTestType
withStatus(String value)
SelfTestType
withTest(SelfTestType... values)
SelfTestType
withTest(Collection<SelfTestType> values)
SelfTestType
withTook(String value)
-
-
-
Method Detail
-
getMessage
public List<String> getMessage()
Gets the value of the message property.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
-
isSetMessage
public boolean isSetMessage()
-
unsetMessage
public void unsetMessage()
-
getTest
public List<SelfTestType> getTest()
Gets the value of the test property.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
-
isSetTest
public boolean isSetTest()
-
unsetTest
public void unsetTest()
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName()
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
isSetDescription
public boolean isSetDescription()
-
getStatus
public String getStatus()
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
public void setStatus(String value)
Sets the value of the status property.- Parameters:
value
- allowed object isString
-
isSetStatus
public boolean isSetStatus()
-
getTook
public String getTook()
Gets the value of the took property.- Returns:
- possible object is
String
-
setTook
public void setTook(String value)
Sets the value of the took property.- Parameters:
value
- allowed object isString
-
isSetTook
public boolean isSetTook()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withMessage
public SelfTestType withMessage(String... values)
-
withMessage
public SelfTestType withMessage(Collection<String> values)
-
withTest
public SelfTestType withTest(SelfTestType... values)
-
withTest
public SelfTestType withTest(Collection<SelfTestType> values)
-
withName
public SelfTestType withName(String value)
-
withDescription
public SelfTestType withDescription(String value)
-
withStatus
public SelfTestType withStatus(String value)
-
withTook
public SelfTestType withTook(String value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public SelfTestType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-