@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public class DeviceMark extends ParameterType implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for DeviceMark complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeviceMark">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="Anchor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumAnchor" />
<attribute name="MarkOrientation" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="HorizontalFitPolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Font" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="VerticalFitPolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="FontSize" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="BarcodeReproParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumAnchor |
anchor |
protected Object |
barcodeReproParamsRef |
protected String |
font |
protected Double |
fontSize |
protected String |
horizontalFitPolicy |
protected String |
markOrientation |
protected String |
verticalFitPolicy |
| Constructor and Description |
|---|
DeviceMark() |
| 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) |
EnumAnchor |
getAnchor()
Gets the value of the anchor property.
|
Object |
getBarcodeReproParamsRef()
Gets the value of the barcodeReproParamsRef property.
|
String |
getFont()
Gets the value of the font property.
|
Double |
getFontSize()
Gets the value of the fontSize property.
|
String |
getHorizontalFitPolicy()
Gets the value of the horizontalFitPolicy property.
|
String |
getMarkOrientation()
Gets the value of the markOrientation property.
|
String |
getVerticalFitPolicy()
Gets the value of the verticalFitPolicy property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAnchor(EnumAnchor value)
Sets the value of the anchor property.
|
void |
setBarcodeReproParamsRef(Object value)
Sets the value of the barcodeReproParamsRef property.
|
void |
setFont(String value)
Sets the value of the font property.
|
void |
setFontSize(Double value)
Sets the value of the fontSize property.
|
void |
setHorizontalFitPolicy(String value)
Sets the value of the horizontalFitPolicy property.
|
void |
setMarkOrientation(String value)
Sets the value of the markOrientation property.
|
void |
setVerticalFitPolicy(String value)
Sets the value of the verticalFitPolicy property.
|
DeviceMark |
withAnchor(EnumAnchor value) |
DeviceMark |
withBarcodeReproParamsRef(Object value) |
DeviceMark |
withFont(String value) |
DeviceMark |
withFontSize(Double value) |
DeviceMark |
withHorizontalFitPolicy(String value) |
DeviceMark |
withMarkOrientation(String value) |
DeviceMark |
withVerticalFitPolicy(String value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected EnumAnchor anchor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String markOrientation
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String horizontalFitPolicy
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String font
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String verticalFitPolicy
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Double fontSize
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Object barcodeReproParamsRef
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public EnumAnchor getAnchor()
EnumAnchor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setAnchor(EnumAnchor value)
value - allowed object is
EnumAnchor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getMarkOrientation()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setMarkOrientation(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getHorizontalFitPolicy()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setHorizontalFitPolicy(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getFont()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setFont(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getVerticalFitPolicy()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setVerticalFitPolicy(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Double getFontSize()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setFontSize(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Object getBarcodeReproParamsRef()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setBarcodeReproParamsRef(Object value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public DeviceMark withAnchor(EnumAnchor value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public DeviceMark withMarkOrientation(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public DeviceMark withHorizontalFitPolicy(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public DeviceMark withFont(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public DeviceMark withVerticalFitPolicy(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public DeviceMark withFontSize(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public DeviceMark withBarcodeReproParamsRef(Object value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+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.Equalsequals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+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.HashCodehashCode in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class ParameterTypeCopyright © 2016. All rights reserved.