public class XJDF 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">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}AuditPool" 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}Comment" 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}SetType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ID" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="DescriptiveName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Types" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="CommentURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ICSVersions" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="Category" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="RelatedJobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ProjectID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Version" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="MaxVersion" type="{http://www.CIP4.org/JDFSchema_2_0}EnumJDFJMFVersion" />
<attribute name="JobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="TemplateVersion" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="TemplateID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="RelatedJobID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Activation" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activation |
protected AuditPool |
auditPool |
protected String |
category |
protected List<Comment> |
comments |
protected String |
commentURL |
protected String |
descriptiveName |
protected List<GeneralID> |
generalIDs |
protected List<String> |
icsVersions |
protected String |
id |
protected String |
jobID |
protected String |
jobPartID |
protected String |
maxVersion |
protected ProductList |
productList |
protected String |
projectID |
protected String |
relatedJobID |
protected String |
relatedJobPartID |
protected List<JAXBElement<? extends SetType>> |
setTypes |
protected String |
templateID |
protected String |
templateVersion |
protected List<String> |
types |
protected String |
version |
| Constructor and Description |
|---|
XJDF() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivation()
Gets the value of the activation property.
|
AuditPool |
getAuditPool()
Gets the value of the auditPool property.
|
String |
getCategory()
Gets the value of the category property.
|
List<Comment> |
getComments()
Gets the value of the comments property.
|
String |
getCommentURL()
Gets the value of the commentURL property.
|
String |
getDescriptiveName()
Gets the value of the descriptiveName property.
|
List<GeneralID> |
getGeneralIDs()
Gets the value of the generalIDs property.
|
List<String> |
getICSVersions()
Gets the value of the icsVersions property.
|
String |
getID()
Gets the value of the id property.
|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getJobPartID()
Gets the value of the jobPartID property.
|
String |
getMaxVersion()
Gets the value of the maxVersion property.
|
ProductList |
getProductList()
Gets the value of the productList property.
|
String |
getProjectID()
Gets the value of the projectID property.
|
String |
getRelatedJobID()
Gets the value of the relatedJobID property.
|
String |
getRelatedJobPartID()
Gets the value of the relatedJobPartID property.
|
List<JAXBElement<? extends SetType>> |
getSetTypes()
Gets the value of the setTypes property.
|
String |
getTemplateID()
Gets the value of the templateID property.
|
String |
getTemplateVersion()
Gets the value of the templateVersion property.
|
List<String> |
getTypes()
Gets the value of the types property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setActivation(String value)
Sets the value of the activation property.
|
void |
setAuditPool(AuditPool value)
Sets the value of the auditPool property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setCommentURL(String value)
Sets the value of the commentURL property.
|
void |
setDescriptiveName(String value)
Sets the value of the descriptiveName property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setJobID(String value)
Sets the value of the jobID property.
|
void |
setJobPartID(String value)
Sets the value of the jobPartID property.
|
void |
setMaxVersion(String value)
Sets the value of the maxVersion property.
|
void |
setProductList(ProductList value)
Sets the value of the productList property.
|
void |
setProjectID(String value)
Sets the value of the projectID property.
|
void |
setRelatedJobID(String value)
Sets the value of the relatedJobID property.
|
void |
setRelatedJobPartID(String value)
Sets the value of the relatedJobPartID property.
|
void |
setTemplateID(String value)
Sets the value of the templateID property.
|
void |
setTemplateVersion(String value)
Sets the value of the templateVersion property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected AuditPool auditPool
protected ProductList productList
protected List<JAXBElement<? extends SetType>> setTypes
protected String id
protected String descriptiveName
protected String commentURL
protected String jobID
protected String category
protected String relatedJobPartID
protected String projectID
protected String version
protected String maxVersion
protected String jobPartID
protected String templateVersion
protected String templateID
protected String relatedJobID
protected String activation
public AuditPool getAuditPool()
AuditPoolpublic void setAuditPool(AuditPool value)
value - allowed object is
AuditPoolpublic List<GeneralID> getGeneralIDs()
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 generalIDs property.
For example, to add a new item, do as follows:
getGeneralIDs().add(newItem);
Objects of the following type(s) are allowed in the list
GeneralID
public List<Comment> getComments()
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 comments property.
For example, to add a new item, do as follows:
getComments().add(newItem);
Objects of the following type(s) are allowed in the list
Comment
public ProductList getProductList()
ProductListpublic void setProductList(ProductList value)
value - allowed object is
ProductListpublic List<JAXBElement<? extends SetType>> getSetTypes()
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 setTypes property.
For example, to add a new item, do as follows:
getSetTypes().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<SetType>
JAXBElement<ResourceSet>
JAXBElement<ParameterSet>
public void setID(String value)
value - allowed object is
Stringpublic String getDescriptiveName()
Stringpublic void setDescriptiveName(String value)
value - allowed object is
Stringpublic List<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
public String getCommentURL()
Stringpublic void setCommentURL(String value)
value - allowed object is
Stringpublic String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic List<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
public String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic String getRelatedJobPartID()
Stringpublic void setRelatedJobPartID(String value)
value - allowed object is
Stringpublic String getProjectID()
Stringpublic void setProjectID(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getMaxVersion()
Stringpublic void setMaxVersion(String value)
value - allowed object is
Stringpublic String getJobPartID()
Stringpublic void setJobPartID(String value)
value - allowed object is
Stringpublic String getTemplateVersion()
Stringpublic void setTemplateVersion(String value)
value - allowed object is
Stringpublic String getTemplateID()
Stringpublic void setTemplateID(String value)
value - allowed object is
Stringpublic String getRelatedJobID()
Stringpublic void setRelatedJobID(String value)
value - allowed object is
Stringpublic String getActivation()
StringCopyright © 2012. All Rights Reserved.