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>
<choice>
<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"/>
</choice>
</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> |
assemblies |
protected List<String> |
assemblyIDs |
protected List<Bundle> |
bundles |
protected List<Double> |
cartonTopFlaps |
protected List<EnumComponentType> |
componentTypes |
protected List<Contact> |
contacts |
protected List<Double> |
dimensions |
protected List<Disjointing> |
disjointings |
protected Object |
identificationFieldRef |
protected Object |
layoutRef |
protected List<Location> |
locations |
protected Double |
maxHeat |
protected Object |
mediaRef |
protected Double |
overfold |
protected String |
overfoldSide |
protected Integer |
pageListIndex |
protected Object |
pageListRef |
protected Integer |
readerPageCount |
protected Double |
sheetPart |
protected Double |
spineThickness |
protected Integer |
surfaceCount |
| Constructor and Description |
|---|
Component() |
| Modifier and Type | Method and Description |
|---|---|
List<Assembly> |
getAssemblies()
Gets the value of the assemblies property.
|
List<String> |
getAssemblyIDs()
Gets the value of the assemblyIDs property.
|
List<Bundle> |
getBundles()
Gets the value of the bundles property.
|
List<Double> |
getCartonTopFlaps()
Gets the value of the cartonTopFlaps property.
|
List<EnumComponentType> |
getComponentTypes()
Gets the value of the componentTypes property.
|
List<Contact> |
getContacts()
Gets the value of the contacts property.
|
List<Double> |
getDimensions()
Gets the value of the dimensions property.
|
List<Disjointing> |
getDisjointings()
Gets the value of the disjointings property.
|
Object |
getIdentificationFieldRef()
Gets the value of the identificationFieldRef property.
|
Object |
getLayoutRef()
Gets the value of the layoutRef property.
|
List<Location> |
getLocations()
Gets the value of the locations 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.
|
Double |
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 |
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(Double 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> disjointings
protected Double overfold
protected List<EnumComponentType> componentTypes
protected Double spineThickness
protected String overfoldSide
protected Double sheetPart
protected Integer pageListIndex
protected Integer surfaceCount
protected Double maxHeat
protected Integer readerPageCount
protected Object mediaRef
protected Object pageListRef
protected Object identificationFieldRef
protected Object layoutRef
public List<Contact> getContacts()
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 contacts property.
For example, to add a new item, do as follows:
getContacts().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public List<Location> getLocations()
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 locations property.
For example, to add a new item, do as follows:
getLocations().add(newItem);
Objects of the following type(s) are allowed in the list
Location
public List<Assembly> getAssemblies()
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 assemblies property.
For example, to add a new item, do as follows:
getAssemblies().add(newItem);
Objects of the following type(s) are allowed in the list
Assembly
public List<Bundle> getBundles()
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 bundles property.
For example, to add a new item, do as follows:
getBundles().add(newItem);
Objects of the following type(s) are allowed in the list
Bundle
public List<Disjointing> getDisjointings()
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 disjointings property.
For example, to add a new item, do as follows:
getDisjointings().add(newItem);
Objects of the following type(s) are allowed in the list
Disjointing
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> getComponentTypes()
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 componentTypes property.
For example, to add a new item, do as follows:
getComponentTypes().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 Double getSheetPart()
Doublepublic void setSheetPart(Double value)
value - allowed object is
Doublepublic List<Double> getDimensions()
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 dimensions property.
For example, to add a new item, do as follows:
getDimensions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Integer getPageListIndex()
Integerpublic void setPageListIndex(Integer value)
value - allowed object is
Integerpublic Integer getSurfaceCount()
Integerpublic void setSurfaceCount(Integer value)
value - allowed object is
Integerpublic List<Double> getCartonTopFlaps()
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 cartonTopFlaps property.
For example, to add a new item, do as follows:
getCartonTopFlaps().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public 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 © 2012. All Rights Reserved.