public class Assembly extends ParameterType implements Serializable
Java class for Assembly complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Assembly">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<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="PhysicalSection" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="AssemblyIDs" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="BindingSide" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="JogSide" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Order" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="PageListRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
assemblyIDs |
protected List<AssemblySection> |
assemblySections |
protected String |
bindingSide |
protected String |
jobID |
protected String |
jogSide |
protected String |
order |
protected List<PageAssignedList> |
pageAssignedLists |
protected Object |
pageListRef |
protected List<Integer> |
physicalSections |
| Constructor and Description |
|---|
Assembly() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAssemblyIDs()
Gets the value of the assemblyIDs property.
|
List<AssemblySection> |
getAssemblySections()
Gets the value of the assemblySections property.
|
String |
getBindingSide()
Gets the value of the bindingSide property.
|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getJogSide()
Gets the value of the jogSide property.
|
String |
getOrder()
Gets the value of the order property.
|
List<PageAssignedList> |
getPageAssignedLists()
Gets the value of the pageAssignedLists property.
|
Object |
getPageListRef()
Gets the value of the pageListRef property.
|
List<Integer> |
getPhysicalSections()
Gets the value of the physicalSections property.
|
void |
setBindingSide(String value)
Sets the value of the bindingSide property.
|
void |
setJobID(String value)
Sets the value of the jobID property.
|
void |
setJogSide(String value)
Sets the value of the jogSide property.
|
void |
setOrder(String value)
Sets the value of the order property.
|
void |
setPageListRef(Object value)
Sets the value of the pageListRef property.
|
protected List<AssemblySection> assemblySections
protected List<PageAssignedList> pageAssignedLists
protected String jobID
protected String bindingSide
protected String jogSide
protected String order
protected Object pageListRef
public 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 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 String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic List<Integer> getPhysicalSections()
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 physicalSections property.
For example, to add a new item, do as follows:
getPhysicalSections().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public 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
public String getBindingSide()
Stringpublic void setBindingSide(String value)
value - allowed object is
Stringpublic String getJogSide()
Stringpublic void setJogSide(String value)
value - allowed object is
Stringpublic String getOrder()
Stringpublic void setOrder(String value)
value - allowed object is
Stringpublic Object getPageListRef()
ObjectCopyright © 2012. All Rights Reserved.