Package com.vidispine.generated
Class ServiceConfigurationResultType.ExecutedSteps
java.lang.Object
com.vidispine.generated.ServiceConfigurationResultType.ExecutedSteps
- 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
- Enclosing class:
- ServiceConfigurationResultType
public static class ServiceConfigurationResultType.ExecutedSteps
extends Object
implements 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 anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="order" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="resource" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="result" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="success" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
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) getData()
Gets the value of the data property.Gets the value of the description property.int
getOrder()
Gets the value of the order property.Gets the value of the resource property.Gets the value of the result property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
Gets the value of the success property.void
Sets the value of the data property.void
setDescription
(String value) Sets the value of the description property.void
setOrder
(int value) Sets the value of the order property.void
setResource
(String value) Sets the value of the resource property.void
Sets the value of the result property.void
setSuccess
(Boolean value) Sets the value of the success property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the data property.withDescription
(String value) Sets the value of the description property.withOrder
(int value) Sets the value of the order property.withResource
(String value) Sets the value of the resource property.withResult
(String value) Sets the value of the result property.withSuccess
(Boolean value) Sets the value of the success property.
-
Field Details
-
order
protected int order -
description
-
resource
-
result
-
success
-
data
-
-
Constructor Details
-
ExecutedSteps
public ExecutedSteps()
-
-
Method Details
-
getOrder
public int getOrder()Gets the value of the order property. -
setOrder
public void setOrder(int value) Sets the value of the order property. -
isSetOrder
public boolean isSetOrder() -
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() -
getResource
Gets the value of the resource property.- Returns:
- possible object is
String
-
setResource
Sets the value of the resource property.- Parameters:
value
- allowed object isString
-
isSetResource
public boolean isSetResource() -
getResult
Gets the value of the result property.- Returns:
- possible object is
String
-
setResult
Sets the value of the result property.- Parameters:
value
- allowed object isString
-
isSetResult
public boolean isSetResult() -
isSuccess
Gets the value of the success property.- Returns:
- possible object is
Boolean
-
setSuccess
Sets the value of the success property.- Parameters:
value
- allowed object isBoolean
-
isSetSuccess
public boolean isSetSuccess() -
getData
Gets the value of the data property.- Returns:
- possible object is
String
-
setData
Sets the value of the data property.- Parameters:
value
- allowed object isString
-
isSetData
public boolean isSetData() -
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
-
withOrder
Sets the value of the order property.- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
withDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withResource
Sets the value of the resource property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withResult
Sets the value of the result property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSuccess
Sets the value of the success property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withData
Sets the value of the data 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
public ServiceConfigurationResultType.ExecutedSteps visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) -
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
-