public class ShapeDef extends ParameterType implements java.io.Serializable
Java class for ShapeDef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShapeDef">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Shape" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="GrainDirection" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Dimensions" type="{http://www.CIP4.org/JDFSchema_2_0}shape" />
<attribute name="LockOrigins" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="FluteDirection" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="MediaSide" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Area" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="CutBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="MediaRef" 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.Double |
area |
protected java.lang.Double |
cutBox |
protected java.util.List<java.lang.Double> |
dimensions |
protected java.lang.Object |
fileSpecRef |
protected java.lang.String |
fluteDirection |
protected java.lang.String |
grainDirection |
protected java.lang.Boolean |
lockOrigins |
protected java.lang.Object |
mediaRef |
protected java.lang.String |
mediaSide |
protected java.util.List<Shape> |
shapes |
| Constructor and Description |
|---|
ShapeDef() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getArea()
Gets the value of the area property.
|
java.lang.Double |
getCutBox()
Gets the value of the cutBox property.
|
java.util.List<java.lang.Double> |
getDimensions()
Gets the value of the dimensions property.
|
java.lang.Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
java.lang.String |
getFluteDirection()
Gets the value of the fluteDirection property.
|
java.lang.String |
getGrainDirection()
Gets the value of the grainDirection property.
|
java.lang.Boolean |
getLockOrigins()
Gets the value of the lockOrigins property.
|
java.lang.Object |
getMediaRef()
Gets the value of the mediaRef property.
|
java.lang.String |
getMediaSide()
Gets the value of the mediaSide property.
|
java.util.List<Shape> |
getShapes()
Gets the value of the shapes property.
|
void |
setArea(java.lang.Double value)
Sets the value of the area property.
|
void |
setCutBox(java.lang.Double value)
Sets the value of the cutBox property.
|
void |
setFileSpecRef(java.lang.Object value)
Sets the value of the fileSpecRef property.
|
void |
setFluteDirection(java.lang.String value)
Sets the value of the fluteDirection property.
|
void |
setGrainDirection(java.lang.String value)
Sets the value of the grainDirection property.
|
void |
setLockOrigins(java.lang.Boolean value)
Sets the value of the lockOrigins 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.
|
protected java.util.List<Shape> shapes
protected java.lang.String grainDirection
protected java.util.List<java.lang.Double> dimensions
protected java.lang.Boolean lockOrigins
protected java.lang.String fluteDirection
protected java.lang.String mediaSide
protected java.lang.Double area
protected java.lang.Double cutBox
protected java.lang.Object mediaRef
protected java.lang.Object fileSpecRef
public java.util.List<Shape> getShapes()
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 shapes property.
For example, to add a new item, do as follows:
getShapes().add(newItem);
Objects of the following type(s) are allowed in the list
Shape
public java.lang.String getGrainDirection()
Stringpublic void setGrainDirection(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 java.lang.Boolean getLockOrigins()
Booleanpublic void setLockOrigins(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getFluteDirection()
Stringpublic void setFluteDirection(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.Double getArea()
Doublepublic void setArea(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getCutBox()
Doublepublic void setCutBox(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Object getMediaRef()
Objectpublic void setMediaRef(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.