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:
  • Field Details

    • order

      protected int order
    • description

      protected String description
    • resource

      protected String resource
    • result

      protected String result
    • success

      protected Boolean success
    • data

      protected String 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

      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 is String
    • 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 is String
    • 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 is String
    • 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 is Boolean
    • 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 is String
    • isSetData

      public boolean isSetData()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.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 interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withOrder

      public ServiceConfigurationResultType.ExecutedSteps withOrder(int value)
      Sets the value of the order property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withDescription

      public ServiceConfigurationResultType.ExecutedSteps withDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withResource

      Sets the value of the resource property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withResult

      Sets the value of the result property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSuccess

      Sets the value of the success property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withData

      Sets the value of the data property.
      Parameters:
      value - allowed object is String
      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 interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • 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 interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.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 interface org.jvnet.jaxb.lang.ToString