public class ShapeDef extends ParameterType implements 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 Double |
area |
protected Double |
cutBox |
protected List<Double> |
dimensions |
protected Object |
fileSpecRef |
protected String |
fluteDirection |
protected String |
grainDirection |
protected Boolean |
lockOrigins |
protected Object |
mediaRef |
protected String |
mediaSide |
protected List<Shape> |
shapes |
| Constructor and Description |
|---|
ShapeDef() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getArea()
Gets the value of the area property.
|
Double |
getCutBox()
Gets the value of the cutBox property.
|
List<Double> |
getDimensions()
Gets the value of the dimensions property.
|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
String |
getFluteDirection()
Gets the value of the fluteDirection property.
|
String |
getGrainDirection()
Gets the value of the grainDirection property.
|
Object |
getMediaRef()
Gets the value of the mediaRef property.
|
String |
getMediaSide()
Gets the value of the mediaSide property.
|
List<Shape> |
getShapes()
Gets the value of the shapes property.
|
Boolean |
isLockOrigins()
Gets the value of the lockOrigins property.
|
void |
setArea(Double value)
Sets the value of the area property.
|
void |
setCutBox(Double value)
Sets the value of the cutBox property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
void |
setFluteDirection(String value)
Sets the value of the fluteDirection property.
|
void |
setGrainDirection(String value)
Sets the value of the grainDirection property.
|
void |
setLockOrigins(Boolean value)
Sets the value of the lockOrigins property.
|
void |
setMediaRef(Object value)
Sets the value of the mediaRef property.
|
void |
setMediaSide(String value)
Sets the value of the mediaSide property.
|
protected String grainDirection
protected Boolean lockOrigins
protected String fluteDirection
protected String mediaSide
protected Double area
protected Double cutBox
protected Object mediaRef
protected Object fileSpecRef
public 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 String getGrainDirection()
Stringpublic void setGrainDirection(String value)
value - allowed object is
Stringpublic 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 Boolean isLockOrigins()
Booleanpublic void setLockOrigins(Boolean value)
value - allowed object is
Booleanpublic String getFluteDirection()
Stringpublic void setFluteDirection(String value)
value - allowed object is
Stringpublic String getMediaSide()
Stringpublic void setMediaSide(String value)
value - allowed object is
Stringpublic Double getArea()
Doublepublic void setArea(Double value)
value - allowed object is
Doublepublic Double getCutBox()
Doublepublic void setCutBox(Double value)
value - allowed object is
Doublepublic Object getMediaRef()
Objectpublic void setMediaRef(Object value)
value - allowed object is
Objectpublic Object getFileSpecRef()
ObjectCopyright © 2012. All Rights Reserved.