public class DieLayout extends ParameterType implements java.io.Serializable
Java class for DieLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DieLayout">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RuleLength" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Station" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Waste" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="DieSide" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="MediaSide" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Rotated" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="DeviceRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
deviceRef |
protected java.lang.String |
dieSide |
protected java.lang.Object |
fileSpecRef |
protected java.lang.Object |
mediaRef |
protected java.lang.String |
mediaSide |
protected java.lang.Boolean |
rotated |
protected java.util.List<RuleLength> |
ruleLengths |
protected java.util.List<Station> |
stations |
protected java.lang.Double |
waste |
| Constructor and Description |
|---|
DieLayout() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
java.lang.String |
getDieSide()
Gets the value of the dieSide property.
|
java.lang.Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
java.lang.Object |
getMediaRef()
Gets the value of the mediaRef property.
|
java.lang.String |
getMediaSide()
Gets the value of the mediaSide property.
|
java.lang.Boolean |
getRotated()
Gets the value of the rotated property.
|
java.util.List<RuleLength> |
getRuleLengths()
Gets the value of the ruleLengths property.
|
java.util.List<Station> |
getStations()
Gets the value of the stations property.
|
java.lang.Double |
getWaste()
Gets the value of the waste property.
|
void |
setDeviceRef(java.lang.Object value)
Sets the value of the deviceRef property.
|
void |
setDieSide(java.lang.String value)
Sets the value of the dieSide property.
|
void |
setFileSpecRef(java.lang.Object value)
Sets the value of the fileSpecRef property.
|
void |
setMediaRef(java.lang.Object value)
Sets the value of the mediaRef property.
|
void |
setMediaSide(java.lang.String value)
Sets the value of the mediaSide property.
|
void |
setRotated(java.lang.Boolean value)
Sets the value of the rotated property.
|
void |
setWaste(java.lang.Double value)
Sets the value of the waste property.
|
protected java.util.List<Station> stations
protected java.util.List<RuleLength> ruleLengths
protected java.lang.Double waste
protected java.lang.String dieSide
protected java.lang.String mediaSide
protected java.lang.Boolean rotated
protected java.lang.Object mediaRef
protected java.lang.Object deviceRef
protected java.lang.Object fileSpecRef
public java.util.List<Station> getStations()
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 stations property.
For example, to add a new item, do as follows:
getStations().add(newItem);
Objects of the following type(s) are allowed in the list
Station
public java.util.List<RuleLength> getRuleLengths()
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 ruleLengths property.
For example, to add a new item, do as follows:
getRuleLengths().add(newItem);
Objects of the following type(s) are allowed in the list
RuleLength
public java.lang.Double getWaste()
Doublepublic void setWaste(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getDieSide()
Stringpublic void setDieSide(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMediaSide()
Stringpublic void setMediaSide(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getRotated()
Booleanpublic void setRotated(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getMediaRef()
Objectpublic void setMediaRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getDeviceRef()
Objectpublic void setDeviceRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getFileSpecRef()
Objectpublic void setFileSpecRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.