Class SelfTestType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the description property.Gets the value of the message property.getName()
Gets the value of the name property.Gets the value of the status property.getTest()
Gets the value of the test property.getTook()
Gets the value of the took property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
void
setDescription
(String value) Sets the value of the description property.void
Sets the value of the name property.void
Sets the value of the status property.void
Sets the value of the took property.toString()
void
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withDescription
(String value) Sets the value of the description property.withMessage
(String... values) Adds objects to the list of Message using add methodwithMessage
(Collection<String> values) Adds objects to the list of Message using addAll methodSets the value of the name property.withStatus
(String value) Sets the value of the status property.withTest
(SelfTestType... values) Adds objects to the list of Test using add methodwithTest
(Collection<SelfTestType> values) Adds objects to the list of Test using addAll methodSets the value of the took property.
-
Field Details
-
message
-
test
-
name
-
description
-
status
-
took
-
-
Constructor Details
-
SelfTestType
public SelfTestType()
-
-
Method Details
-
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
- Returns:
- The value of the message property.
-
isSetMessage
public boolean isSetMessage() -
unsetMessage
public void unsetMessage() -
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
- Returns:
- The value of the test property.
-
isSetTest
public boolean isSetTest() -
unsetTest
public void unsetTest() -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName() -
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
isSetDescription
public boolean isSetDescription() -
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isString
-
isSetStatus
public boolean isSetStatus() -
getTook
Gets the value of the took property.- Returns:
- possible object is
String
-
setTook
Sets the value of the took property.- Parameters:
value
- allowed object isString
-
isSetTook
public boolean isSetTook() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withMessage
Adds objects to the list of Message using add method- Parameters:
values
- objects to add to the list Message- Returns:
- The class instance
-
withMessage
Adds objects to the list of Message using addAll method- Parameters:
values
- objects to add to the list Message- Returns:
- The class instance
-
withTest
Adds objects to the list of Test using add method- Parameters:
values
- objects to add to the list Test- Returns:
- The class instance
-
withTest
Adds objects to the list of Test using addAll method- Parameters:
values
- objects to add to the list Test- Returns:
- The class instance
-
withName
Sets the value of the name property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withStatus
Sets the value of the status property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withTook
Sets the value of the took property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-