Class StatusRequest

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    @Generated(value="com.sun.tools.xjc.Driver",
               date="2020-04-08T08:04:58+00:00",
               comments="JAXB RI v2.3.2")
    public class StatusRequest
    extends BaseElement
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for StatusRequest complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="StatusRequest">
       <complexContent>
         <extension base="{http://www.printtalk.org/schema_20}BaseElement">
           <attribute name="JobIDRef" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="MilestoneAmount">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Brief"/>
                 <enumeration value="Completed"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="ResourceAudit" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String jobIDRef  
      protected java.lang.String milestoneAmount  
      protected java.lang.String resourceAudit  
    • Constructor Summary

      Constructors 
      Constructor Description
      StatusRequest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object object)  
      boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)  
      java.lang.String getJobIDRef()
      Gets the value of the jobIDRef property.
      java.lang.String getMilestoneAmount()
      Gets the value of the milestoneAmount property.
      java.lang.String getResourceAudit()
      Gets the value of the resourceAudit property.
      int hashCode()  
      int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)  
      void setJobIDRef​(java.lang.String value)
      Sets the value of the jobIDRef property.
      void setMilestoneAmount​(java.lang.String value)
      Sets the value of the milestoneAmount property.
      void setResourceAudit​(java.lang.String value)
      Sets the value of the resourceAudit property.
      StatusRequest withJobIDRef​(java.lang.String value)  
      StatusRequest withMilestoneAmount​(java.lang.String value)  
      StatusRequest withResourceAudit​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • jobIDRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        protected java.lang.String jobIDRef
      • milestoneAmount

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        protected java.lang.String milestoneAmount
      • resourceAudit

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        protected java.lang.String resourceAudit
    • Constructor Detail

      • StatusRequest

        public StatusRequest()
    • Method Detail

      • getJobIDRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public java.lang.String getJobIDRef()
        Gets the value of the jobIDRef property.
        Returns:
        possible object is String
      • setJobIDRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public void setJobIDRef​(java.lang.String value)
        Sets the value of the jobIDRef property.
        Parameters:
        value - allowed object is String
      • getMilestoneAmount

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public java.lang.String getMilestoneAmount()
        Gets the value of the milestoneAmount property.
        Returns:
        possible object is String
      • setMilestoneAmount

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public void setMilestoneAmount​(java.lang.String value)
        Sets the value of the milestoneAmount property.
        Parameters:
        value - allowed object is String
      • getResourceAudit

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public java.lang.String getResourceAudit()
        Gets the value of the resourceAudit property.
        Returns:
        possible object is String
      • setResourceAudit

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public void setResourceAudit​(java.lang.String value)
        Sets the value of the resourceAudit property.
        Parameters:
        value - allowed object is String
      • withJobIDRef

        public StatusRequest withJobIDRef​(java.lang.String value)
      • withMilestoneAmount

        public StatusRequest withMilestoneAmount​(java.lang.String value)
      • withResourceAudit

        public StatusRequest withResourceAudit​(java.lang.String value)
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class BaseElement
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class BaseElement
      • 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
        Overrides:
        hashCode in class BaseElement