Package com.vidispine.generated
Class ServiceConfigurationResultType.ExecutedSteps
- java.lang.Object
-
- com.vidispine.generated.ServiceConfigurationResultType.ExecutedSteps
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- ServiceConfigurationResultType
public static class ServiceConfigurationResultType.ExecutedSteps 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 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServiceConfigurationResultType.ExecutedSteps.PropInfo
-
Constructor Summary
Constructors Constructor Description ExecutedSteps()
-
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
getData()
Gets the value of the data property.String
getDescription()
Gets the value of the description property.int
getOrder()
Gets the value of the order property.String
getResource()
Gets the value of the resource property.String
getResult()
Gets the value of the result property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetData()
boolean
isSetDescription()
boolean
isSetOrder()
boolean
isSetResource()
boolean
isSetResult()
boolean
isSetSuccess()
Boolean
isSuccess()
Gets the value of the success property.void
setData(String value)
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
setResult(String value)
Sets the value of the result property.void
setSuccess(Boolean value)
Sets the value of the success property.ServiceConfigurationResultType.ExecutedSteps
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ServiceConfigurationResultType.ExecutedSteps
withData(String value)
ServiceConfigurationResultType.ExecutedSteps
withDescription(String value)
ServiceConfigurationResultType.ExecutedSteps
withOrder(int value)
ServiceConfigurationResultType.ExecutedSteps
withResource(String value)
ServiceConfigurationResultType.ExecutedSteps
withResult(String value)
ServiceConfigurationResultType.ExecutedSteps
withSuccess(Boolean value)
-
-
-
Method Detail
-
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
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()
-
getResource
public String getResource()
Gets the value of the resource property.- Returns:
- possible object is
String
-
setResource
public void setResource(String value)
Sets the value of the resource property.- Parameters:
value
- allowed object isString
-
isSetResource
public boolean isSetResource()
-
getResult
public String getResult()
Gets the value of the result property.- Returns:
- possible object is
String
-
setResult
public void setResult(String value)
Sets the value of the result property.- Parameters:
value
- allowed object isString
-
isSetResult
public boolean isSetResult()
-
isSuccess
public Boolean isSuccess()
Gets the value of the success property.- Returns:
- possible object is
Boolean
-
setSuccess
public void setSuccess(Boolean value)
Sets the value of the success property.- Parameters:
value
- allowed object isBoolean
-
isSetSuccess
public boolean isSetSuccess()
-
getData
public String getData()
Gets the value of the data property.- Returns:
- possible object is
String
-
setData
public void setData(String value)
Sets the value of the data property.- Parameters:
value
- allowed object isString
-
isSetData
public boolean isSetData()
-
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
-
withOrder
public ServiceConfigurationResultType.ExecutedSteps withOrder(int value)
-
withDescription
public ServiceConfigurationResultType.ExecutedSteps withDescription(String value)
-
withResource
public ServiceConfigurationResultType.ExecutedSteps withResource(String value)
-
withResult
public ServiceConfigurationResultType.ExecutedSteps withResult(String value)
-
withSuccess
public ServiceConfigurationResultType.ExecutedSteps withSuccess(Boolean value)
-
withData
public ServiceConfigurationResultType.ExecutedSteps withData(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 ServiceConfigurationResultType.ExecutedSteps 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
-
-