@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public class Emboss
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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}IdentificationField" minOccurs="0"/>
</sequence>
<attribute name="Direction" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}EnumEmbossDirection" />
<attribute name="EdgeAngle" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="EdgeShape">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Beveled"/>
<enumeration value="Rounded"/>
</restriction>
</simpleType>
</attribute>
<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="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="ToolRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Emboss.EdgeShape
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected EnumEmbossDirection |
direction |
protected java.lang.Float |
edgeAngle |
protected Emboss.EdgeShape |
edgeShape |
protected EmbossType |
embossingType |
protected Face |
face |
protected java.lang.Float |
height |
protected IdentificationField |
identificationField |
protected XYPair |
imageSize |
protected XYPair |
position |
protected Resource |
tool |
| Constructor and Description |
|---|
Emboss() |
| 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.EqualsStrategy2 strategy) |
EnumEmbossDirection |
getDirection()
Gets the value of the direction property.
|
java.lang.Float |
getEdgeAngle()
Gets the value of the edgeAngle property.
|
Emboss.EdgeShape |
getEdgeShape()
Gets the value of the edgeShape property.
|
EmbossType |
getEmbossingType()
Gets the value of the embossingType property.
|
Face |
getFace()
Gets the value of the face property.
|
java.lang.Float |
getHeight()
Gets the value of the height property.
|
IdentificationField |
getIdentificationField()
Gets the value of the identificationField 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.
|
Resource |
getTool()
Gets the value of the tool property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setDirection(EnumEmbossDirection value)
Sets the value of the direction property.
|
void |
setEdgeAngle(java.lang.Float value)
Sets the value of the edgeAngle property.
|
void |
setEdgeShape(Emboss.EdgeShape value)
Sets the value of the edgeShape property.
|
void |
setEmbossingType(EmbossType value)
Sets the value of the embossingType property.
|
void |
setFace(Face value)
Sets the value of the face property.
|
void |
setHeight(java.lang.Float value)
Sets the value of the height property.
|
void |
setIdentificationField(IdentificationField value)
Sets the value of the identificationField property.
|
void |
setImageSize(XYPair value)
Sets the value of the imageSize property.
|
void |
setPosition(XYPair value)
Sets the value of the position property.
|
void |
setTool(Resource value)
Sets the value of the tool property.
|
Emboss |
withDirection(EnumEmbossDirection value) |
Emboss |
withEdgeAngle(java.lang.Float value) |
Emboss |
withEdgeShape(Emboss.EdgeShape value) |
Emboss |
withEmbossingType(EmbossType value) |
Emboss |
withFace(Face value) |
Emboss |
withHeight(java.lang.Float value) |
Emboss |
withIdentificationField(IdentificationField value) |
Emboss |
withImageSize(XYPair value) |
Emboss |
withPosition(XYPair value) |
Emboss |
withTool(Resource value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected IdentificationField identificationField
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected EnumEmbossDirection direction
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float edgeAngle
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected Emboss.EdgeShape edgeShape
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected EmbossType embossingType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected Face face
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float height
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected XYPair imageSize
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected XYPair position
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected Resource tool
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public IdentificationField getIdentificationField()
IdentificationField@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setIdentificationField(IdentificationField value)
value - allowed object is
IdentificationField@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public EnumEmbossDirection getDirection()
EnumEmbossDirection@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+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="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getEdgeAngle()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setEdgeAngle(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public Emboss.EdgeShape getEdgeShape()
Emboss.EdgeShape@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setEdgeShape(Emboss.EdgeShape value)
value - allowed object is
Emboss.EdgeShape@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public EmbossType getEmbossingType()
EmbossType@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02: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="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public Face getFace()
Face@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02: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="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getHeight()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02: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="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public XYPair getImageSize()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+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="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public XYPair getPosition()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+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="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public Resource getTool()
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setTool(Resource value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02: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 Emboss withIdentificationField(IdentificationField value)
public Emboss withDirection(EnumEmbossDirection value)
public Emboss withEdgeAngle(java.lang.Float value)
public Emboss withEdgeShape(Emboss.EdgeShape value)
public Emboss withEmbossingType(EmbossType value)
public Emboss withHeight(java.lang.Float 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.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public 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.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class java.lang.Object