Class XJDF
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.XJDF
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public class XJDF 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"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}AuditPool" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}Comment" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}GeneralID" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}ProductList" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}ResourceSet" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="Category" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="CommentURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" /> <attribute name="DescriptiveName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ICSVersions" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" /> <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="ProjectID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="RelatedJobID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="RelatedJobPartID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="RelatedProjectID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="Types" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" /> <attribute name="Version" type="{http://www.CIP4.org/JDFSchema_2_0}Version" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AuditPoolauditPoolprotected java.lang.Stringcategoryprotected java.util.List<Comment>commentprotected URIcommentURLprotected java.lang.StringdescriptiveNameprotected java.util.List<GeneralID>generalIDprotected java.util.List<java.lang.String>icsVersionsprotected java.lang.StringjobIDprotected java.lang.StringjobPartIDprotected ProductListproductListprotected java.lang.StringprojectIDprotected java.lang.StringrelatedJobIDprotected java.lang.StringrelatedJobPartIDprotected java.lang.StringrelatedProjectIDprotected java.util.List<ResourceSet>resourceSetprotected java.util.List<java.lang.String>typesprotected Versionversion
-
Constructor Summary
Constructors Constructor Description XJDF()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)AuditPoolgetAuditPool()Gets the value of the auditPool property.java.lang.StringgetCategory()Gets the value of the category property.java.util.List<Comment>getComment()Gets the value of the comment property.URIgetCommentURL()Gets the value of the commentURL property.java.lang.StringgetDescriptiveName()Gets the value of the descriptiveName property.java.util.List<GeneralID>getGeneralID()Gets the value of the generalID property.java.util.List<java.lang.String>getICSVersions()Gets the value of the icsVersions property.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.ProductListgetProductList()Gets the value of the productList property.java.lang.StringgetProjectID()Gets the value of the projectID property.java.lang.StringgetRelatedJobID()Gets the value of the relatedJobID property.java.lang.StringgetRelatedJobPartID()Gets the value of the relatedJobPartID property.java.lang.StringgetRelatedProjectID()Gets the value of the relatedProjectID property.java.util.List<ResourceSet>getResourceSet()Gets the value of the resourceSet property.java.util.List<java.lang.String>getTypes()Gets the value of the types property.VersiongetVersion()Gets the value of the version property.inthashCode()voidsetAuditPool(AuditPool value)Sets the value of the auditPool property.voidsetCategory(java.lang.String value)Sets the value of the category property.voidsetCommentURL(URI value)Sets the value of the commentURL property.voidsetDescriptiveName(java.lang.String value)Sets the value of the descriptiveName property.voidsetJobID(java.lang.String value)Sets the value of the jobID property.voidsetJobPartID(java.lang.String value)Sets the value of the jobPartID property.voidsetProductList(ProductList value)Sets the value of the productList property.voidsetProjectID(java.lang.String value)Sets the value of the projectID property.voidsetRelatedJobID(java.lang.String value)Sets the value of the relatedJobID property.voidsetRelatedJobPartID(java.lang.String value)Sets the value of the relatedJobPartID property.voidsetRelatedProjectID(java.lang.String value)Sets the value of the relatedProjectID property.voidsetVersion(Version value)Sets the value of the version property.XJDFwithAuditPool(AuditPool value)XJDFwithCategory(java.lang.String value)XJDFwithComment(java.util.Collection<Comment> values)XJDFwithComment(Comment... values)XJDFwithCommentURL(URI value)XJDFwithDescriptiveName(java.lang.String value)XJDFwithGeneralID(java.util.Collection<GeneralID> values)XJDFwithGeneralID(GeneralID... values)XJDFwithICSVersions(java.lang.String... values)XJDFwithICSVersions(java.util.Collection<java.lang.String> values)XJDFwithJobID(java.lang.String value)XJDFwithJobPartID(java.lang.String value)XJDFwithProductList(ProductList value)XJDFwithProjectID(java.lang.String value)XJDFwithRelatedJobID(java.lang.String value)XJDFwithRelatedJobPartID(java.lang.String value)XJDFwithRelatedProjectID(java.lang.String value)XJDFwithResourceSet(java.util.Collection<ResourceSet> values)XJDFwithResourceSet(ResourceSet... values)XJDFwithTypes(java.lang.String... values)XJDFwithTypes(java.util.Collection<java.lang.String> values)XJDFwithVersion(Version value)
-
-
-
Field Detail
-
auditPool
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected AuditPool auditPool
-
comment
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<Comment> comment
-
generalID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<GeneralID> generalID
-
productList
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected ProductList productList
-
resourceSet
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<ResourceSet> resourceSet
-
category
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String category
-
commentURL
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected URI commentURL
-
descriptiveName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String descriptiveName
-
icsVersions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<java.lang.String> icsVersions
-
jobID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String jobID
-
jobPartID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String jobPartID
-
projectID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String projectID
-
relatedJobID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String relatedJobID
-
relatedJobPartID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String relatedJobPartID
-
relatedProjectID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String relatedProjectID
-
types
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<java.lang.String> types
-
version
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected Version version
-
-
Method Detail
-
getAuditPool
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public AuditPool getAuditPool()Gets the value of the auditPool property.- Returns:
- possible object is
AuditPool
-
setAuditPool
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setAuditPool(AuditPool value)Sets the value of the auditPool property.- Parameters:
value- allowed object isAuditPool
-
getComment
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.util.List<Comment> getComment()Gets the value of the comment property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the comment property.For example, to add a new item, do as follows:
getComment().add(newItem);Objects of the following type(s) are allowed in the list
Comment- Returns:
- The value of the comment property.
-
getGeneralID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.util.List<GeneralID> getGeneralID()Gets the value of the generalID property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the generalID property.For example, to add a new item, do as follows:
getGeneralID().add(newItem);Objects of the following type(s) are allowed in the list
GeneralID- Returns:
- The value of the generalID property.
-
getProductList
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public ProductList getProductList()Gets the value of the productList property.- Returns:
- possible object is
ProductList
-
setProductList
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setProductList(ProductList value)Sets the value of the productList property.- Parameters:
value- allowed object isProductList
-
getResourceSet
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.util.List<ResourceSet> getResourceSet()Gets the value of the resourceSet property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the resourceSet property.For example, to add a new item, do as follows:
getResourceSet().add(newItem);Objects of the following type(s) are allowed in the list
ResourceSet- Returns:
- The value of the resourceSet property.
-
getCategory
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.String getCategory()Gets the value of the category property.- Returns:
- possible object is
String
-
setCategory
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setCategory(java.lang.String value)Sets the value of the category property.- Parameters:
value- allowed object isString
-
getCommentURL
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public URI getCommentURL()Gets the value of the commentURL property.- Returns:
- possible object is
String
-
setCommentURL
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setCommentURL(URI value)Sets the value of the commentURL property.- Parameters:
value- allowed object isString
-
getDescriptiveName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.String getDescriptiveName()Gets the value of the descriptiveName property.- Returns:
- possible object is
String
-
setDescriptiveName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setDescriptiveName(java.lang.String value)Sets the value of the descriptiveName property.- Parameters:
value- allowed object isString
-
getICSVersions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.util.List<java.lang.String> getICSVersions()Gets the value of the icsVersions property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the icsVersions property.For example, to add a new item, do as follows:
getICSVersions().add(newItem);Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the icsVersions property.
-
getJobID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public void setJobPartID(java.lang.String value)Sets the value of the jobPartID property.- Parameters:
value- allowed object isString
-
getProjectID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.String getProjectID()Gets the value of the projectID property.- Returns:
- possible object is
String
-
setProjectID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setProjectID(java.lang.String value)Sets the value of the projectID property.- Parameters:
value- allowed object isString
-
getRelatedJobID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.String getRelatedJobID()Gets the value of the relatedJobID property.- Returns:
- possible object is
String
-
setRelatedJobID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setRelatedJobID(java.lang.String value)Sets the value of the relatedJobID property.- Parameters:
value- allowed object isString
-
getRelatedJobPartID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.String getRelatedJobPartID()Gets the value of the relatedJobPartID property.- Returns:
- possible object is
String
-
setRelatedJobPartID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setRelatedJobPartID(java.lang.String value)Sets the value of the relatedJobPartID property.- Parameters:
value- allowed object isString
-
getRelatedProjectID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.String getRelatedProjectID()Gets the value of the relatedProjectID property.- Returns:
- possible object is
String
-
setRelatedProjectID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setRelatedProjectID(java.lang.String value)Sets the value of the relatedProjectID property.- Parameters:
value- allowed object isString
-
getTypes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.util.List<java.lang.String> getTypes()Gets the value of the types property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the types property.For example, to add a new item, do as follows:
getTypes().add(newItem);Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the types property.
-
getVersion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public Version getVersion()Gets the value of the version property.- Returns:
- possible object is
Version
-
setVersion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setVersion(Version value)Sets the value of the version property.- Parameters:
value- allowed object isVersion
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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
-
withProductList
public XJDF withProductList(ProductList value)
-
withResourceSet
public XJDF withResourceSet(ResourceSet... values)
-
withResourceSet
public XJDF withResourceSet(java.util.Collection<ResourceSet> values)
-
withCategory
public XJDF withCategory(java.lang.String value)
-
withDescriptiveName
public XJDF withDescriptiveName(java.lang.String value)
-
withICSVersions
public XJDF withICSVersions(java.lang.String... values)
-
withICSVersions
public XJDF withICSVersions(java.util.Collection<java.lang.String> values)
-
withJobID
public XJDF withJobID(java.lang.String value)
-
withJobPartID
public XJDF withJobPartID(java.lang.String value)
-
withProjectID
public XJDF withProjectID(java.lang.String value)
-
withRelatedJobID
public XJDF withRelatedJobID(java.lang.String value)
-
withRelatedJobPartID
public XJDF withRelatedJobPartID(java.lang.String value)
-
withRelatedProjectID
public XJDF withRelatedProjectID(java.lang.String value)
-
withTypes
public XJDF withTypes(java.lang.String... values)
-
withTypes
public XJDF withTypes(java.util.Collection<java.lang.String> values)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-