public class AssemblySection
extends java.lang.Object
implements java.io.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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PageAssignedList" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}AssemblySection" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="Order" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="AssemblyIDs" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
assemblyIDs |
protected java.util.List<AssemblySection> |
assemblySections |
protected java.lang.String |
jobID |
protected java.lang.String |
order |
protected java.util.List<PageAssignedList> |
pageAssignedLists |
| Constructor and Description |
|---|
AssemblySection() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getAssemblyIDs()
Gets the value of the assemblyIDs property.
|
java.util.List<AssemblySection> |
getAssemblySections()
Gets the value of the assemblySections property.
|
java.lang.String |
getJobID()
Gets the value of the jobID property.
|
java.lang.String |
getOrder()
Gets the value of the order property.
|
java.util.List<PageAssignedList> |
getPageAssignedLists()
Gets the value of the pageAssignedLists property.
|
void |
setJobID(java.lang.String value)
Sets the value of the jobID property.
|
void |
setOrder(java.lang.String value)
Sets the value of the order property.
|
protected java.util.List<AssemblySection> assemblySections
protected java.util.List<PageAssignedList> pageAssignedLists
protected java.lang.String jobID
protected java.lang.String order
protected java.util.List<java.lang.String> assemblyIDs
public java.util.List<AssemblySection> getAssemblySections()
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 assemblySections property.
For example, to add a new item, do as follows:
getAssemblySections().add(newItem);
Objects of the following type(s) are allowed in the list
AssemblySection
public java.util.List<PageAssignedList> getPageAssignedLists()
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 pageAssignedLists property.
For example, to add a new item, do as follows:
getPageAssignedLists().add(newItem);
Objects of the following type(s) are allowed in the list
PageAssignedList
public java.lang.String getJobID()
Stringpublic void setJobID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrder()
Stringpublic void setOrder(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getAssemblyIDs()
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 assemblyIDs property.
For example, to add a new item, do as follows:
getAssemblyIDs().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2012. All Rights Reserved.