@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class XJDF
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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">
<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.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="CommentURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="DescriptiveName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ICSVersions" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="JobID" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="JobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ProjectID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="RelatedJobID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="RelatedJobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="RelatedProjectID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Types" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AuditPool |
auditPool |
protected java.lang.String |
category |
protected java.util.List<Comment> |
comment |
protected URI |
commentURL |
protected java.lang.String |
descriptiveName |
protected java.util.List<GeneralID> |
generalID |
protected java.util.List<java.lang.String> |
icsVersions |
protected java.lang.String |
jobID |
protected java.lang.String |
jobPartID |
protected ProductList |
productList |
protected java.lang.String |
projectID |
protected java.lang.String |
relatedJobID |
protected java.lang.String |
relatedJobPartID |
protected java.lang.String |
relatedProjectID |
protected java.util.List<ResourceSet> |
resourceSet |
protected java.util.List<java.lang.String> |
types |
| Constructor and Description |
|---|
XJDF() |
| Modifier and Type | Method and 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.EqualsStrategy strategy) |
AuditPool |
getAuditPool()
Gets the value of the auditPool property.
|
java.lang.String |
getCategory()
Gets the value of the category property.
|
java.util.List<Comment> |
getComment()
Gets the value of the comment property.
|
URI |
getCommentURL()
Gets the value of the commentURL property.
|
java.lang.String |
getDescriptiveName()
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.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.
|
ProductList |
getProductList()
Gets the value of the productList property.
|
java.lang.String |
getProjectID()
Gets the value of the projectID property.
|
java.lang.String |
getRelatedJobID()
Gets the value of the relatedJobID property.
|
java.lang.String |
getRelatedJobPartID()
Gets the value of the relatedJobPartID property.
|
java.lang.String |
getRelatedProjectID()
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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAuditPool(AuditPool value)
Sets the value of the auditPool property.
|
void |
setCategory(java.lang.String value)
Sets the value of the category property.
|
void |
setCommentURL(URI value)
Sets the value of the commentURL property.
|
void |
setDescriptiveName(java.lang.String value)
Sets the value of the descriptiveName property.
|
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 |
setProductList(ProductList value)
Sets the value of the productList property.
|
void |
setProjectID(java.lang.String value)
Sets the value of the projectID property.
|
void |
setRelatedJobID(java.lang.String value)
Sets the value of the relatedJobID property.
|
void |
setRelatedJobPartID(java.lang.String value)
Sets the value of the relatedJobPartID property.
|
void |
setRelatedProjectID(java.lang.String value)
Sets the value of the relatedProjectID property.
|
XJDF |
withAuditPool(AuditPool value) |
XJDF |
withCategory(java.lang.String value) |
XJDF |
withComment(java.util.Collection<Comment> values) |
XJDF |
withComment(Comment... values) |
XJDF |
withCommentURL(URI value) |
XJDF |
withDescriptiveName(java.lang.String value) |
XJDF |
withGeneralID(java.util.Collection<GeneralID> values) |
XJDF |
withGeneralID(GeneralID... values) |
XJDF |
withICSVersions(java.util.Collection<java.lang.String> values) |
XJDF |
withICSVersions(java.lang.String... values) |
XJDF |
withJobID(java.lang.String value) |
XJDF |
withJobPartID(java.lang.String value) |
XJDF |
withProductList(ProductList value) |
XJDF |
withProjectID(java.lang.String value) |
XJDF |
withRelatedJobID(java.lang.String value) |
XJDF |
withRelatedJobPartID(java.lang.String value) |
XJDF |
withRelatedProjectID(java.lang.String value) |
XJDF |
withResourceSet(java.util.Collection<ResourceSet> values) |
XJDF |
withResourceSet(ResourceSet... values) |
XJDF |
withTypes(java.util.Collection<java.lang.String> values) |
XJDF |
withTypes(java.lang.String... values) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected AuditPool auditPool
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Comment> comment
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<GeneralID> generalID
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected ProductList productList
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<ResourceSet> resourceSet
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String category
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected URI commentURL
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String descriptiveName
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> icsVersions
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String jobID
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String jobPartID
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String projectID
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String relatedJobID
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String relatedJobPartID
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String relatedProjectID
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> types
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public AuditPool getAuditPool()
AuditPool@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setAuditPool(AuditPool value)
value - allowed object is
AuditPool@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<Comment> getComment()
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 JAXB object.
This is why there is not a set method 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
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<GeneralID> getGeneralID()
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 JAXB object.
This is why there is not a set method 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
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public ProductList getProductList()
ProductList@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setProductList(ProductList value)
value - allowed object is
ProductList@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<ResourceSet> getResourceSet()
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 JAXB object.
This is why there is not a set method 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
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getCategory()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setCategory(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public URI getCommentURL()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setCommentURL(URI value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getDescriptiveName()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setDescriptiveName(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.String> getICSVersions()
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 JAXB object.
This is why there is not a set method 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
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getJobID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setJobID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getJobPartID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setJobPartID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getProjectID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setProjectID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getRelatedJobID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setRelatedJobID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getRelatedJobPartID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setRelatedJobPartID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getRelatedProjectID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setRelatedProjectID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.String> getTypes()
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 JAXB object.
This is why there is not a set method 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
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
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.
public XJDF withProductList(ProductList value)
public XJDF withResourceSet(ResourceSet... values)
public XJDF withResourceSet(java.util.Collection<ResourceSet> values)
public XJDF withCategory(java.lang.String value)
public XJDF withDescriptiveName(java.lang.String value)
public XJDF withICSVersions(java.lang.String... values)
public XJDF withICSVersions(java.util.Collection<java.lang.String> values)
public XJDF withJobID(java.lang.String value)
public XJDF withJobPartID(java.lang.String value)
public XJDF withProjectID(java.lang.String value)
public XJDF withRelatedJobID(java.lang.String value)
public XJDF withRelatedJobPartID(java.lang.String value)
public XJDF withRelatedProjectID(java.lang.String value)
public XJDF withTypes(java.lang.String... values)
public XJDF withTypes(java.util.Collection<java.lang.String> values)
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.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object