Class 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
    • Field Detail

      • order

        protected int order
      • description

        protected String description
      • resource

        protected String resource
      • result

        protected String result
      • success

        protected Boolean success
    • Constructor Detail

      • ExecutedSteps

        public ExecutedSteps()
    • 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 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()
      • copyTo

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

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals2
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object