public class Emboss extends Object implements 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 String |
direction |
protected Double |
edgeAngle |
protected String |
edgeShape |
protected String |
embossingType |
protected Double |
height |
protected IDREF |
identificationFieldRef |
protected XYPair |
imageSize |
protected String |
level |
protected IDREF |
mediaRef |
protected XYPair |
position |
protected IDREF |
toolRef |
| Constructor and Description |
|---|
Emboss() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDirection()
Gets the value of the direction property.
|
Double |
getEdgeAngle()
Gets the value of the edgeAngle property.
|
String |
getEdgeShape()
Gets the value of the edgeShape property.
|
String |
getEmbossingType()
Gets the value of the embossingType property.
|
Double |
getHeight()
Gets the value of the height property.
|
IDREF |
getIdentificationFieldRef()
Gets the value of the identificationFieldRef property.
|
XYPair |
getImageSize()
Gets the value of the imageSize property.
|
String |
getLevel()
Gets the value of the level property.
|
IDREF |
getMediaRef()
Gets the value of the mediaRef property.
|
XYPair |
getPosition()
Gets the value of the position property.
|
IDREF |
getToolRef()
Gets the value of the toolRef property.
|
void |
setDirection(String value)
Sets the value of the direction property.
|
void |
setEdgeAngle(Double value)
Sets the value of the edgeAngle property.
|
void |
setEdgeShape(String value)
Sets the value of the edgeShape property.
|
void |
setEmbossingType(String value)
Sets the value of the embossingType property.
|
void |
setHeight(Double value)
Sets the value of the height property.
|
void |
setIdentificationFieldRef(IDREF value)
Sets the value of the identificationFieldRef property.
|
void |
setImageSize(XYPair value)
Sets the value of the imageSize property.
|
void |
setLevel(String value)
Sets the value of the level property.
|
void |
setMediaRef(IDREF value)
Sets the value of the mediaRef property.
|
void |
setPosition(XYPair value)
Sets the value of the position property.
|
void |
setToolRef(IDREF value)
Sets the value of the toolRef property.
|
protected String level
protected XYPair position
protected XYPair imageSize
protected String direction
protected Double height
protected String embossingType
protected Double edgeAngle
protected String edgeShape
protected IDREF mediaRef
protected IDREF toolRef
protected IDREF identificationFieldRef
public String getLevel()
Stringpublic void setLevel(String value)
value - allowed object is
Stringpublic XYPair getPosition()
Stringpublic void setPosition(XYPair value)
value - allowed object is
Stringpublic XYPair getImageSize()
Stringpublic void setImageSize(XYPair value)
value - allowed object is
Stringpublic String getDirection()
Stringpublic void setDirection(String value)
value - allowed object is
Stringpublic Double getHeight()
Doublepublic void setHeight(Double value)
value - allowed object is
Doublepublic String getEmbossingType()
Stringpublic void setEmbossingType(String value)
value - allowed object is
Stringpublic Double getEdgeAngle()
Doublepublic void setEdgeAngle(Double value)
value - allowed object is
Doublepublic String getEdgeShape()
Stringpublic void setEdgeShape(String value)
value - allowed object is
Stringpublic IDREF getMediaRef()
Stringpublic void setMediaRef(IDREF value)
value - allowed object is
Stringpublic IDREF getToolRef()
Stringpublic void setToolRef(IDREF value)
value - allowed object is
Stringpublic IDREF getIdentificationFieldRef()
StringCopyright © 2014. All Rights Reserved.