@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public class Emboss extends Object implements 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">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Tool" minOccurs="0"/>
</sequence>
<attribute name="BrailleText" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Direction" type="{http://www.CIP4.org/JDFSchema_2_0}EnumEmbossDirection" />
<attribute name="EdgeAngle" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="EdgeShape" type="{http://www.CIP4.org/JDFSchema_2_0}EnumEdgeShape" />
<attribute name="EmbossingType" type="{http://www.CIP4.org/JDFSchema_2_0}EnumEmbossType" />
<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="Level" type="{http://www.CIP4.org/JDFSchema_2_0}EnumEmbossLevel" />
<attribute name="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="Position" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
brailleText |
protected EnumEmbossDirection |
direction |
protected Double |
edgeAngle |
protected EnumEdgeShape |
edgeShape |
protected EnumEmbossType |
embossingType |
protected Double |
height |
protected XYPair |
imageSize |
protected EnumEmbossLevel |
level |
protected Object |
mediaRef |
protected XYPair |
position |
protected Tool |
tool |
| Constructor and Description |
|---|
Emboss() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getBrailleText()
Gets the value of the brailleText property.
|
EnumEmbossDirection |
getDirection()
Gets the value of the direction property.
|
Double |
getEdgeAngle()
Gets the value of the edgeAngle property.
|
EnumEdgeShape |
getEdgeShape()
Gets the value of the edgeShape property.
|
EnumEmbossType |
getEmbossingType()
Gets the value of the embossingType property.
|
Double |
getHeight()
Gets the value of the height property.
|
XYPair |
getImageSize()
Gets the value of the imageSize property.
|
EnumEmbossLevel |
getLevel()
Gets the value of the level property.
|
Object |
getMediaRef()
Gets the value of the mediaRef property.
|
XYPair |
getPosition()
Gets the value of the position property.
|
Tool |
getTool()
Gets the value of the tool property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setBrailleText(String value)
Sets the value of the brailleText property.
|
void |
setDirection(EnumEmbossDirection value)
Sets the value of the direction property.
|
void |
setEdgeAngle(Double value)
Sets the value of the edgeAngle property.
|
void |
setEdgeShape(EnumEdgeShape value)
Sets the value of the edgeShape property.
|
void |
setEmbossingType(EnumEmbossType value)
Sets the value of the embossingType property.
|
void |
setHeight(Double value)
Sets the value of the height property.
|
void |
setImageSize(XYPair value)
Sets the value of the imageSize property.
|
void |
setLevel(EnumEmbossLevel value)
Sets the value of the level property.
|
void |
setMediaRef(Object value)
Sets the value of the mediaRef property.
|
void |
setPosition(XYPair value)
Sets the value of the position property.
|
void |
setTool(Tool value)
Sets the value of the tool property.
|
Emboss |
withBrailleText(String value) |
Emboss |
withDirection(EnumEmbossDirection value) |
Emboss |
withEdgeAngle(Double value) |
Emboss |
withEdgeShape(EnumEdgeShape value) |
Emboss |
withEmbossingType(EnumEmbossType value) |
Emboss |
withHeight(Double value) |
Emboss |
withImageSize(XYPair value) |
Emboss |
withLevel(EnumEmbossLevel value) |
Emboss |
withMediaRef(Object value) |
Emboss |
withPosition(XYPair value) |
Emboss |
withTool(Tool value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Tool tool
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String brailleText
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumEmbossDirection direction
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Double edgeAngle
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumEdgeShape edgeShape
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumEmbossType embossingType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Double height
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected XYPair imageSize
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumEmbossLevel level
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Object mediaRef
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected XYPair position
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Tool getTool()
Tool@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setTool(Tool value)
value - allowed object is
Tool@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getBrailleText()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setBrailleText(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumEmbossDirection getDirection()
EnumEmbossDirection@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02: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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Double getEdgeAngle()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setEdgeAngle(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumEdgeShape getEdgeShape()
EnumEdgeShape@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setEdgeShape(EnumEdgeShape value)
value - allowed object is
EnumEdgeShape@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumEmbossType getEmbossingType()
EnumEmbossType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setEmbossingType(EnumEmbossType value)
value - allowed object is
EnumEmbossType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Double getHeight()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setHeight(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public XYPair getImageSize()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02: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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumEmbossLevel getLevel()
EnumEmbossLevel@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setLevel(EnumEmbossLevel value)
value - allowed object is
EnumEmbossLevel@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Object getMediaRef()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setMediaRef(Object value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public XYPair getPosition()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02: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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Emboss withTool(Tool value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Emboss withBrailleText(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Emboss withDirection(EnumEmbossDirection value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Emboss withEdgeAngle(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Emboss withEdgeShape(EnumEdgeShape value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Emboss withEmbossingType(EnumEmbossType value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Emboss withHeight(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Emboss withImageSize(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Emboss withLevel(EnumEmbossLevel value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Emboss withMediaRef(Object value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Emboss withPosition(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2016. All rights reserved.