public class Emboss
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Level" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Position" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ImageSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Direction" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Height" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="EmbossingType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="EdgeAngle" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="EdgeShape" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ToolRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="IdentificationFieldRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
direction |
protected java.lang.Double |
edgeAngle |
protected java.lang.String |
edgeShape |
protected java.lang.String |
embossingType |
protected java.lang.Double |
height |
protected java.lang.Object |
identificationFieldRef |
protected java.util.List<java.lang.Double> |
imageSizes |
protected java.lang.String |
level |
protected java.lang.Object |
mediaRef |
protected java.util.List<java.lang.Double> |
positions |
protected java.lang.Object |
toolRef |
| Constructor and Description |
|---|
Emboss() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDirection()
Gets the value of the direction property.
|
java.lang.Double |
getEdgeAngle()
Gets the value of the edgeAngle property.
|
java.lang.String |
getEdgeShape()
Gets the value of the edgeShape property.
|
java.lang.String |
getEmbossingType()
Gets the value of the embossingType property.
|
java.lang.Double |
getHeight()
Gets the value of the height property.
|
java.lang.Object |
getIdentificationFieldRef()
Gets the value of the identificationFieldRef property.
|
java.util.List<java.lang.Double> |
getImageSizes()
Gets the value of the imageSizes property.
|
java.lang.String |
getLevel()
Gets the value of the level property.
|
java.lang.Object |
getMediaRef()
Gets the value of the mediaRef property.
|
java.util.List<java.lang.Double> |
getPositions()
Gets the value of the positions property.
|
java.lang.Object |
getToolRef()
Gets the value of the toolRef property.
|
void |
setDirection(java.lang.String value)
Sets the value of the direction property.
|
void |
setEdgeAngle(java.lang.Double value)
Sets the value of the edgeAngle property.
|
void |
setEdgeShape(java.lang.String value)
Sets the value of the edgeShape property.
|
void |
setEmbossingType(java.lang.String value)
Sets the value of the embossingType property.
|
void |
setHeight(java.lang.Double value)
Sets the value of the height property.
|
void |
setIdentificationFieldRef(java.lang.Object value)
Sets the value of the identificationFieldRef property.
|
void |
setLevel(java.lang.String value)
Sets the value of the level property.
|
void |
setMediaRef(java.lang.Object value)
Sets the value of the mediaRef property.
|
void |
setToolRef(java.lang.Object value)
Sets the value of the toolRef property.
|
protected java.lang.String level
protected java.util.List<java.lang.Double> positions
protected java.util.List<java.lang.Double> imageSizes
protected java.lang.String direction
protected java.lang.Double height
protected java.lang.String embossingType
protected java.lang.Double edgeAngle
protected java.lang.String edgeShape
protected java.lang.Object mediaRef
protected java.lang.Object toolRef
protected java.lang.Object identificationFieldRef
public java.lang.String getLevel()
Stringpublic void setLevel(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Double> getPositions()
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 positions property.
For example, to add a new item, do as follows:
getPositions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.util.List<java.lang.Double> getImageSizes()
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 imageSizes property.
For example, to add a new item, do as follows:
getImageSizes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getDirection()
Stringpublic void setDirection(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getHeight()
Doublepublic void setHeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getEmbossingType()
Stringpublic void setEmbossingType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getEdgeAngle()
Doublepublic void setEdgeAngle(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getEdgeShape()
Stringpublic void setEdgeShape(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getMediaRef()
Objectpublic void setMediaRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getToolRef()
Objectpublic void setToolRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getIdentificationFieldRef()
Objectpublic void setIdentificationFieldRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.