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>
<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="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> |
assemblySection |
protected String |
bindingSide |
protected String |
jobID |
protected String |
jogSide |
protected String |
order |
protected List<PageAssignedList> |
pageAssignedList |
protected Object |
pageListRef |
protected IntegerList |
physicalSection |
| Constructor and Description |
|---|
Assembly() |
| 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 |
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> |
getPageAssignedList()
Gets the value of the pageAssignedList property.
|
Object |
getPageListRef()
Gets the value of the pageListRef property.
|
IntegerList |
getPhysicalSection()
Gets the value of the physicalSection 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.
|
void |
setPhysicalSection(IntegerList value)
Sets the value of the physicalSection property.
|
protected List<PageAssignedList> pageAssignedList
protected List<AssemblySection> assemblySection
protected String jobID
protected IntegerList physicalSection
protected String bindingSide
protected String jogSide
protected String order
protected Object pageListRef
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 IntegerList getPhysicalSection()
Stringpublic void setPhysicalSection(IntegerList 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
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 © 2013. All Rights Reserved.