public class AssemblySection 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}PageAssignedList" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}AssemblySection" maxOccurs="unbounded" minOccurs="0"/>
</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 List<String> |
assemblyIDs |
protected List<AssemblySection> |
assemblySection |
protected String |
jobID |
protected String |
order |
protected List<PageAssignedList> |
pageAssignedList |
| Constructor and Description |
|---|
AssemblySection() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAssemblyIDs()
Gets the value of the assemblyIDs property.
|
List<AssemblySection> |
getAssemblySection()
Gets the value of the assemblySection property.
|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getOrder()
Gets the value of the order property.
|
List<PageAssignedList> |
getPageAssignedList()
Gets the value of the pageAssignedList property.
|
void |
setJobID(String value)
Sets the value of the jobID property.
|
void |
setOrder(String value)
Sets the value of the order property.
|
protected List<PageAssignedList> pageAssignedList
protected List<AssemblySection> assemblySection
protected String jobID
protected String order
public List<PageAssignedList> getPageAssignedList()
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 pageAssignedList property.
For example, to add a new item, do as follows:
getPageAssignedList().add(newItem);
Objects of the following type(s) are allowed in the list
PageAssignedList
public List<AssemblySection> getAssemblySection()
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 assemblySection property.
For example, to add a new item, do as follows:
getAssemblySection().add(newItem);
Objects of the following type(s) are allowed in the list
AssemblySection
public String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic String getOrder()
Stringpublic void setOrder(String value)
value - allowed object is
Stringpublic List<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 © 2013. All Rights Reserved.