Package org.cip4.lib.xjdf.schema
Class Dependent
java.lang.Object
org.cip4.lib.xjdf.schema.Dependent
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class Dependent
extends Object
implements 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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetJobID()Gets the value of the jobID property.Gets the value of the jobPartID property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the pipeID property.Gets the value of the pipeProtocol property.Gets the value of the xjmfurl property.inthashCode()voidSets the value of the jobID property.voidsetJobPartID(String value) Sets the value of the jobPartID property.voidSets the value of the pipeID property.voidsetPipeProtocol(String value) Sets the value of the pipeProtocol property.voidsetXJMFURL(URI value) Sets the value of the xjmfurl property.withJobPartID(String value) withPipeID(String value) withPipeProtocol(String value) withXJMFURL(URI value)
-
Field Details
-
jobID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String jobID -
jobPartID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String jobPartID -
pipeID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String pipeID -
pipeProtocol
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String pipeProtocol -
xjmfurl
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected URI xjmfurl
-
-
Constructor Details
-
Dependent
public Dependent()
-
-
Method Details
-
getJobID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public 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.4", date="2025-09-19T22:22:03Z") public void setJobID(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.4", date="2025-09-19T22:22:03Z") public 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.4", date="2025-09-19T22:22:03Z") public void setJobPartID(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.4", date="2025-09-19T22:22:03Z") public 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.4", date="2025-09-19T22:22:03Z") public void setPipeID(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.4", date="2025-09-19T22:22:03Z") public 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.4", date="2025-09-19T22:22:03Z") public void setPipeProtocol(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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") public Map<QName,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
-
withJobPartID
-
withPipeID
-
withPipeProtocol
-
withXJMFURL
-
equals
-
hashCode
public int hashCode()
-