Class Dependent

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2022-12-20T17:59:47Z")
    public class Dependent
    extends java.lang.Object
    implements java.io.Serializable

    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)  
      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()  
      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

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.lang.String jobID
      • jobPartID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.lang.String jobPartID
      • pipeID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.lang.String pipeID
      • pipeProtocol

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.lang.String pipeProtocol
      • xjmfurl

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected URI xjmfurl
    • Constructor Detail

      • Dependent

        public Dependent()
    • Method Detail

      • getJobID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.lang.String getJobID()
        Gets the value of the jobID property.
        Returns:
        possible object is String
      • setJobID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setJobID​(java.lang.String value)
        Sets the value of the jobID property.
        Parameters:
        value - allowed object is String
      • getJobPartID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.lang.String getJobPartID()
        Gets the value of the jobPartID property.
        Returns:
        possible object is String
      • setJobPartID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setJobPartID​(java.lang.String value)
        Sets the value of the jobPartID property.
        Parameters:
        value - allowed object is String
      • getPipeID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.lang.String getPipeID()
        Gets the value of the pipeID property.
        Returns:
        possible object is String
      • setPipeID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setPipeID​(java.lang.String value)
        Sets the value of the pipeID property.
        Parameters:
        value - allowed object is String
      • getPipeProtocol

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.lang.String getPipeProtocol()
        Gets the value of the pipeProtocol property.
        Returns:
        possible object is String
      • setPipeProtocol

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setPipeProtocol​(java.lang.String value)
        Sets the value of the pipeProtocol property.
        Parameters:
        value - allowed object is String
      • getXJMFURL

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public URI getXJMFURL()
        Gets the value of the xjmfurl property.
        Returns:
        possible object is String
      • setXJMFURL

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setXJMFURL​(URI value)
        Sets the value of the xjmfurl property.
        Parameters:
        value - allowed object is String
      • getOtherAttributes

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        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​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object