Class Dependent

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

    public class Dependent
    extends java.lang.Object
    implements java.io.Serializable, 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">
           <attribute name="JobID" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="JobPartID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="PipeID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="PipeProtocol" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="XJMFURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String jobID  
      protected java.lang.String jobPartID  
      protected java.lang.String pipeID  
      protected java.lang.String pipeProtocol  
      protected URI xjmfurl  
    • Constructor Summary

      Constructors 
      Constructor Description
      Dependent()  
    • 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 getJobID()
      Gets the value of the jobID property.
      java.lang.String getJobPartID()
      Gets the value of the jobPartID property.
      java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.
      java.lang.String getPipeID()
      Gets the value of the pipeID property.
      java.lang.String getPipeProtocol()
      Gets the value of the pipeProtocol property.
      URI getXJMFURL()
      Gets the value of the xjmfurl property.
      int hashCode()  
      int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)  
      void setJobID​(java.lang.String value)
      Sets the value of the jobID property.
      void setJobPartID​(java.lang.String value)
      Sets the value of the jobPartID property.
      void setPipeID​(java.lang.String value)
      Sets the value of the pipeID property.
      void setPipeProtocol​(java.lang.String value)
      Sets the value of the pipeProtocol property.
      void setXJMFURL​(URI value)
      Sets the value of the xjmfurl property.
      Dependent withJobID​(java.lang.String value)  
      Dependent withJobPartID​(java.lang.String value)  
      Dependent withPipeID​(java.lang.String value)  
      Dependent withPipeProtocol​(java.lang.String value)  
      Dependent withXJMFURL​(URI value)  
      • Methods inherited from class java.lang.Object

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

      • jobID

        protected java.lang.String jobID
      • jobPartID

        protected java.lang.String jobPartID
      • pipeID

        protected java.lang.String pipeID
      • pipeProtocol

        protected java.lang.String pipeProtocol
      • xjmfurl

        protected URI xjmfurl
    • Constructor Detail

      • Dependent

        public Dependent()
    • Method Detail

      • getJobID

        public java.lang.String getJobID()
        Gets the value of the jobID property.
        Returns:
        possible object is String
      • setJobID

        public void setJobID​(java.lang.String value)
        Sets the value of the jobID property.
        Parameters:
        value - allowed object is String
      • getJobPartID

        public java.lang.String getJobPartID()
        Gets the value of the jobPartID property.
        Returns:
        possible object is String
      • setJobPartID

        public void setJobPartID​(java.lang.String value)
        Sets the value of the jobPartID property.
        Parameters:
        value - allowed object is String
      • getPipeID

        public java.lang.String getPipeID()
        Gets the value of the pipeID property.
        Returns:
        possible object is String
      • setPipeID

        public void setPipeID​(java.lang.String value)
        Sets the value of the pipeID property.
        Parameters:
        value - allowed object is String
      • getPipeProtocol

        public java.lang.String getPipeProtocol()
        Gets the value of the pipeProtocol property.
        Returns:
        possible object is String
      • setPipeProtocol

        public void setPipeProtocol​(java.lang.String value)
        Sets the value of the pipeProtocol property.
        Parameters:
        value - allowed object is String
      • getXJMFURL

        public URI getXJMFURL()
        Gets the value of the xjmfurl property.
        Returns:
        possible object is String
      • setXJMFURL

        public void setXJMFURL​(URI value)
        Sets the value of the xjmfurl property.
        Parameters:
        value - allowed object is String
      • getOtherAttributes

        public java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null
      • withJobID

        public Dependent withJobID​(java.lang.String value)
      • withJobPartID

        public Dependent withJobPartID​(java.lang.String value)
      • withPipeID

        public Dependent withPipeID​(java.lang.String value)
      • withPipeProtocol

        public Dependent withPipeProtocol​(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
      • equals

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