Package org.cip4.lib.xjdf.schema
Class Dependent
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.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.SerializableJava 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
-
-
Constructor Summary
Constructors Constructor Description Dependent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.StringgetJobID()Gets the value of the jobID property.java.lang.StringgetJobPartID()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.StringgetPipeID()Gets the value of the pipeID property.java.lang.StringgetPipeProtocol()Gets the value of the pipeProtocol property.URIgetXJMFURL()Gets the value of the xjmfurl property.inthashCode()voidsetJobID(java.lang.String value)Sets the value of the jobID property.voidsetJobPartID(java.lang.String value)Sets the value of the jobPartID property.voidsetPipeID(java.lang.String value)Sets the value of the pipeID property.voidsetPipeProtocol(java.lang.String value)Sets the value of the pipeProtocol property.voidsetXJMFURL(URI value)Sets the value of the xjmfurl property.DependentwithJobID(java.lang.String value)DependentwithJobPartID(java.lang.String value)DependentwithPipeID(java.lang.String value)DependentwithPipeProtocol(java.lang.String value)DependentwithXJMFURL(URI value)
-
-
-
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
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-