public class EmbossingItem 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">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Position" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Direction" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="EdgeShape" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="EdgeAngle" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="EmbossingType" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Height" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ImageSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="FoilColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="FoilColor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNamedColor" />
<attribute name="Level" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
direction |
protected Double |
edgeAngle |
protected String |
edgeShape |
protected String |
embossingType |
protected EnumNamedColor |
foilColor |
protected String |
foilColorDetails |
protected Double |
height |
protected List<Double> |
imageSizes |
protected String |
level |
protected List<Position> |
positions |
| Constructor and Description |
|---|
EmbossingItem() |
| 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.
|
EnumNamedColor |
getFoilColor()
Gets the value of the foilColor property.
|
String |
getFoilColorDetails()
Gets the value of the foilColorDetails property.
|
Double |
getHeight()
Gets the value of the height property.
|
List<Double> |
getImageSizes()
Gets the value of the imageSizes property.
|
String |
getLevel()
Gets the value of the level property.
|
List<Position> |
getPositions()
Gets the value of the positions 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 |
setFoilColor(EnumNamedColor value)
Sets the value of the foilColor property.
|
void |
setFoilColorDetails(String value)
Sets the value of the foilColorDetails property.
|
void |
setHeight(Double value)
Sets the value of the height property.
|
void |
setLevel(String value)
Sets the value of the level property.
|
protected String direction
protected String edgeShape
protected Double edgeAngle
protected String embossingType
protected Double height
protected String foilColorDetails
protected EnumNamedColor foilColor
protected String level
public List<Position> 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
Position
public String getDirection()
Stringpublic void setDirection(String value)
value - allowed object is
Stringpublic String getEdgeShape()
Stringpublic void setEdgeShape(String value)
value - allowed object is
Stringpublic Double getEdgeAngle()
Doublepublic void setEdgeAngle(Double value)
value - allowed object is
Doublepublic String getEmbossingType()
Stringpublic void setEmbossingType(String value)
value - allowed object is
Stringpublic Double getHeight()
Doublepublic void setHeight(Double value)
value - allowed object is
Doublepublic List<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 String getFoilColorDetails()
Stringpublic void setFoilColorDetails(String value)
value - allowed object is
Stringpublic EnumNamedColor getFoilColor()
EnumNamedColorpublic void setFoilColor(EnumNamedColor value)
value - allowed object is
EnumNamedColorpublic String getLevel()
StringCopyright © 2012. All Rights Reserved.