@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public class EmbossingItem
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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="Direction" type="{http://www.CIP4.org/JDFSchema_2_0}EnumEmbossDirection" />
<attribute name="EmbossingType" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}EmbossType" />
<attribute name="Face" type="{http://www.CIP4.org/JDFSchema_2_0}Face" />
<attribute name="FoilColor" type="{http://www.CIP4.org/JDFSchema_2_0}NamedColor" />
<attribute name="FoilColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Height" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="ImageSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Position" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Separation" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ToolName" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumEmbossDirection |
direction |
protected EmbossType |
embossingType |
protected Face |
face |
protected NamedColor |
foilColor |
protected java.lang.String |
foilColorDetails |
protected java.lang.Float |
height |
protected XYPair |
imageSize |
protected XYPair |
position |
protected java.lang.String |
separation |
protected java.lang.String |
toolName |
| Constructor and Description |
|---|
EmbossingItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
EnumEmbossDirection |
getDirection()
Gets the value of the direction property.
|
EmbossType |
getEmbossingType()
Gets the value of the embossingType property.
|
Face |
getFace()
Gets the value of the face property.
|
NamedColor |
getFoilColor()
Gets the value of the foilColor property.
|
java.lang.String |
getFoilColorDetails()
Gets the value of the foilColorDetails property.
|
java.lang.Float |
getHeight()
Gets the value of the height property.
|
XYPair |
getImageSize()
Gets the value of the imageSize property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
XYPair |
getPosition()
Gets the value of the position property.
|
java.lang.String |
getSeparation()
Gets the value of the separation property.
|
java.lang.String |
getToolName()
Gets the value of the toolName property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDirection(EnumEmbossDirection value)
Sets the value of the direction property.
|
void |
setEmbossingType(EmbossType value)
Sets the value of the embossingType property.
|
void |
setFace(Face value)
Sets the value of the face property.
|
void |
setFoilColor(NamedColor value)
Sets the value of the foilColor property.
|
void |
setFoilColorDetails(java.lang.String value)
Sets the value of the foilColorDetails property.
|
void |
setHeight(java.lang.Float value)
Sets the value of the height property.
|
void |
setImageSize(XYPair value)
Sets the value of the imageSize property.
|
void |
setPosition(XYPair value)
Sets the value of the position property.
|
void |
setSeparation(java.lang.String value)
Sets the value of the separation property.
|
void |
setToolName(java.lang.String value)
Sets the value of the toolName property.
|
EmbossingItem |
withDirection(EnumEmbossDirection value) |
EmbossingItem |
withEmbossingType(EmbossType value) |
EmbossingItem |
withFace(Face value) |
EmbossingItem |
withFoilColor(NamedColor value) |
EmbossingItem |
withFoilColorDetails(java.lang.String value) |
EmbossingItem |
withHeight(java.lang.Float value) |
EmbossingItem |
withImageSize(XYPair value) |
EmbossingItem |
withPosition(XYPair value) |
EmbossingItem |
withSeparation(java.lang.String value) |
EmbossingItem |
withToolName(java.lang.String value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected EnumEmbossDirection direction
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected EmbossType embossingType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Face face
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected NamedColor foilColor
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String foilColorDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float height
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected XYPair imageSize
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected XYPair position
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String separation
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String toolName
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public EnumEmbossDirection getDirection()
EnumEmbossDirection@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setDirection(EnumEmbossDirection value)
value - allowed object is
EnumEmbossDirection@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public EmbossType getEmbossingType()
EmbossType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setEmbossingType(EmbossType value)
value - allowed object is
EmbossType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Face getFace()
Face@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setFace(Face value)
value - allowed object is
Face@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public NamedColor getFoilColor()
NamedColor@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setFoilColor(NamedColor value)
value - allowed object is
NamedColor@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getFoilColorDetails()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setFoilColorDetails(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getHeight()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setHeight(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public XYPair getImageSize()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setImageSize(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public XYPair getPosition()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setPosition(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getSeparation()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setSeparation(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getToolName()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setToolName(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public EmbossingItem withDirection(EnumEmbossDirection value)
public EmbossingItem withEmbossingType(EmbossType value)
public EmbossingItem withFace(Face value)
public EmbossingItem withFoilColor(NamedColor value)
public EmbossingItem withFoilColorDetails(java.lang.String value)
public EmbossingItem withHeight(java.lang.Float value)
public EmbossingItem withImageSize(XYPair value)
public EmbossingItem withPosition(XYPair value)
public EmbossingItem withSeparation(java.lang.String value)
public EmbossingItem withToolName(java.lang.String value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object