public class Component extends ResourceType implements Serializable
Java class for Component complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Component">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ResourceType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Disjointing" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Bundle" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Assembly" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Location" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="AssemblyIDs" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="Overfold" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ComponentType">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}EnumComponentType" />
</simpleType>
</attribute>
<attribute name="SpineThickness" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="OverfoldSide" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="SheetPart" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="Dimensions" type="{http://www.CIP4.org/JDFSchema_2_0}shape" />
<attribute name="PageListIndex" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="SurfaceCount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="CartonTopFlaps" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="MaxHeat" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ReaderPageCount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="PageListRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="IdentificationFieldRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="LayoutRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Assembly> |
assembly |
protected List<String> |
assemblyIDs |
protected List<Bundle> |
bundle |
protected XYPair |
cartonTopFlaps |
protected List<EnumComponentType> |
componentType |
protected List<Contact> |
contact |
protected Shape |
dimensions |
protected List<Disjointing> |
disjointing |
protected Object |
identificationFieldRef |
protected Object |
layoutRef |
protected List<Location> |
location |
protected Double |
maxHeat |
protected Object |
mediaRef |
protected Double |
overfold |
protected String |
overfoldSide |
protected Integer |
pageListIndex |
protected Object |
pageListRef |
protected Integer |
readerPageCount |
protected Rectangle |
sheetPart |
protected Double |
spineThickness |
protected Integer |
surfaceCount |
| Constructor and Description |
|---|
Component() |
| Modifier and Type | Method and Description |
|---|---|
List<Assembly> |
getAssembly()
Gets the value of the assembly property.
|
List<String> |
getAssemblyIDs()
Gets the value of the assemblyIDs property.
|
List<Bundle> |
getBundle()
Gets the value of the bundle property.
|
XYPair |
getCartonTopFlaps()
Gets the value of the cartonTopFlaps property.
|
List<EnumComponentType> |
getComponentType()
Gets the value of the componentType property.
|
List<Contact> |
getContact()
Gets the value of the contact property.
|
Shape |
getDimensions()
Gets the value of the dimensions property.
|
List<Disjointing> |
getDisjointing()
Gets the value of the disjointing property.
|
Object |
getIdentificationFieldRef()
Gets the value of the identificationFieldRef property.
|
Object |
getLayoutRef()
Gets the value of the layoutRef property.
|
List<Location> |
getLocation()
Gets the value of the location property.
|
Double |
getMaxHeat()
Gets the value of the maxHeat property.
|
Object |
getMediaRef()
Gets the value of the mediaRef property.
|
Double |
getOverfold()
Gets the value of the overfold property.
|
String |
getOverfoldSide()
Gets the value of the overfoldSide property.
|
Integer |
getPageListIndex()
Gets the value of the pageListIndex property.
|
Object |
getPageListRef()
Gets the value of the pageListRef property.
|
Integer |
getReaderPageCount()
Gets the value of the readerPageCount property.
|
Rectangle |
getSheetPart()
Gets the value of the sheetPart property.
|
Double |
getSpineThickness()
Gets the value of the spineThickness property.
|
Integer |
getSurfaceCount()
Gets the value of the surfaceCount property.
|
void |
setCartonTopFlaps(XYPair value)
Sets the value of the cartonTopFlaps property.
|
void |
setDimensions(Shape value)
Sets the value of the dimensions property.
|
void |
setIdentificationFieldRef(Object value)
Sets the value of the identificationFieldRef property.
|
void |
setLayoutRef(Object value)
Sets the value of the layoutRef property.
|
void |
setMaxHeat(Double value)
Sets the value of the maxHeat property.
|
void |
setMediaRef(Object value)
Sets the value of the mediaRef property.
|
void |
setOverfold(Double value)
Sets the value of the overfold property.
|
void |
setOverfoldSide(String value)
Sets the value of the overfoldSide property.
|
void |
setPageListIndex(Integer value)
Sets the value of the pageListIndex property.
|
void |
setPageListRef(Object value)
Sets the value of the pageListRef property.
|
void |
setReaderPageCount(Integer value)
Sets the value of the readerPageCount property.
|
void |
setSheetPart(Rectangle value)
Sets the value of the sheetPart property.
|
void |
setSpineThickness(Double value)
Sets the value of the spineThickness property.
|
void |
setSurfaceCount(Integer value)
Sets the value of the surfaceCount property.
|
protected List<Disjointing> disjointing
protected Double overfold
protected List<EnumComponentType> componentType
protected Double spineThickness
protected String overfoldSide
protected Rectangle sheetPart
protected Shape dimensions
protected Integer pageListIndex
protected Integer surfaceCount
protected XYPair cartonTopFlaps
protected Double maxHeat
protected Integer readerPageCount
protected Object mediaRef
protected Object pageListRef
protected Object identificationFieldRef
protected Object layoutRef
public List<Disjointing> getDisjointing()
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 disjointing property.
For example, to add a new item, do as follows:
getDisjointing().add(newItem);
Objects of the following type(s) are allowed in the list
Disjointing
public List<Bundle> getBundle()
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 bundle property.
For example, to add a new item, do as follows:
getBundle().add(newItem);
Objects of the following type(s) are allowed in the list
Bundle
public List<Assembly> getAssembly()
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 assembly property.
For example, to add a new item, do as follows:
getAssembly().add(newItem);
Objects of the following type(s) are allowed in the list
Assembly
public List<Location> getLocation()
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 location property.
For example, to add a new item, do as follows:
getLocation().add(newItem);
Objects of the following type(s) are allowed in the list
Location
public List<Contact> getContact()
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 contact property.
For example, to add a new item, do as follows:
getContact().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
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 Double getOverfold()
Doublepublic void setOverfold(Double value)
value - allowed object is
Doublepublic List<EnumComponentType> getComponentType()
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 componentType property.
For example, to add a new item, do as follows:
getComponentType().add(newItem);
Objects of the following type(s) are allowed in the list
EnumComponentType
public Double getSpineThickness()
Doublepublic void setSpineThickness(Double value)
value - allowed object is
Doublepublic String getOverfoldSide()
Stringpublic void setOverfoldSide(String value)
value - allowed object is
Stringpublic Rectangle getSheetPart()
Stringpublic void setSheetPart(Rectangle value)
value - allowed object is
Stringpublic Shape getDimensions()
Stringpublic void setDimensions(Shape value)
value - allowed object is
Stringpublic Integer getPageListIndex()
Integerpublic void setPageListIndex(Integer value)
value - allowed object is
Integerpublic Integer getSurfaceCount()
Integerpublic void setSurfaceCount(Integer value)
value - allowed object is
Integerpublic XYPair getCartonTopFlaps()
Stringpublic void setCartonTopFlaps(XYPair value)
value - allowed object is
Stringpublic Double getMaxHeat()
Doublepublic void setMaxHeat(Double value)
value - allowed object is
Doublepublic Integer getReaderPageCount()
Integerpublic void setReaderPageCount(Integer value)
value - allowed object is
Integerpublic Object getMediaRef()
Objectpublic void setMediaRef(Object value)
value - allowed object is
Objectpublic Object getPageListRef()
Objectpublic void setPageListRef(Object value)
value - allowed object is
Objectpublic Object getIdentificationFieldRef()
Objectpublic void setIdentificationFieldRef(Object value)
value - allowed object is
Objectpublic Object getLayoutRef()
ObjectCopyright © 2013. All Rights Reserved.