public class DieLayout extends ParameterType implements 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 Object |
deviceRef |
protected String |
dieSide |
protected Object |
fileSpecRef |
protected Object |
mediaRef |
protected String |
mediaSide |
protected Boolean |
rotated |
protected List<RuleLength> |
ruleLengths |
protected List<Station> |
stations |
protected Double |
waste |
| Constructor and Description |
|---|
DieLayout() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
String |
getDieSide()
Gets the value of the dieSide property.
|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
Object |
getMediaRef()
Gets the value of the mediaRef property.
|
String |
getMediaSide()
Gets the value of the mediaSide property.
|
List<RuleLength> |
getRuleLengths()
Gets the value of the ruleLengths property.
|
List<Station> |
getStations()
Gets the value of the stations property.
|
Double |
getWaste()
Gets the value of the waste property.
|
Boolean |
isRotated()
Gets the value of the rotated property.
|
void |
setDeviceRef(Object value)
Sets the value of the deviceRef property.
|
void |
setDieSide(String value)
Sets the value of the dieSide property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
void |
setMediaRef(Object value)
Sets the value of the mediaRef property.
|
void |
setMediaSide(String value)
Sets the value of the mediaSide property.
|
void |
setRotated(Boolean value)
Sets the value of the rotated property.
|
void |
setWaste(Double value)
Sets the value of the waste property.
|
protected List<RuleLength> ruleLengths
protected Double waste
protected String dieSide
protected String mediaSide
protected Boolean rotated
protected Object mediaRef
protected Object deviceRef
protected Object fileSpecRef
public 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 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 Double getWaste()
Doublepublic void setWaste(Double value)
value - allowed object is
Doublepublic String getDieSide()
Stringpublic void setDieSide(String value)
value - allowed object is
Stringpublic String getMediaSide()
Stringpublic void setMediaSide(String value)
value - allowed object is
Stringpublic Boolean isRotated()
Booleanpublic void setRotated(Boolean value)
value - allowed object is
Booleanpublic Object getMediaRef()
Objectpublic void setMediaRef(Object value)
value - allowed object is
Objectpublic Object getDeviceRef()
Objectpublic void setDeviceRef(Object value)
value - allowed object is
Objectpublic Object getFileSpecRef()
ObjectCopyright © 2012. All Rights Reserved.