public class DeviceMark extends ParameterType implements java.io.Serializable
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 java.lang.Object |
barcodeReproParamsRef |
protected java.lang.String |
font |
protected java.lang.Double |
fontSize |
protected java.lang.String |
horizontalFitPolicy |
protected java.lang.String |
markOrientation |
protected java.lang.String |
verticalFitPolicy |
| Constructor and Description |
|---|
DeviceMark() |
| Modifier and Type | Method and Description |
|---|---|
EnumAnchor |
getAnchor()
Gets the value of the anchor property.
|
java.lang.Object |
getBarcodeReproParamsRef()
Gets the value of the barcodeReproParamsRef property.
|
java.lang.String |
getFont()
Gets the value of the font property.
|
java.lang.Double |
getFontSize()
Gets the value of the fontSize property.
|
java.lang.String |
getHorizontalFitPolicy()
Gets the value of the horizontalFitPolicy property.
|
java.lang.String |
getMarkOrientation()
Gets the value of the markOrientation property.
|
java.lang.String |
getVerticalFitPolicy()
Gets the value of the verticalFitPolicy property.
|
void |
setAnchor(EnumAnchor value)
Sets the value of the anchor property.
|
void |
setBarcodeReproParamsRef(java.lang.Object value)
Sets the value of the barcodeReproParamsRef property.
|
void |
setFont(java.lang.String value)
Sets the value of the font property.
|
void |
setFontSize(java.lang.Double value)
Sets the value of the fontSize property.
|
void |
setHorizontalFitPolicy(java.lang.String value)
Sets the value of the horizontalFitPolicy property.
|
void |
setMarkOrientation(java.lang.String value)
Sets the value of the markOrientation property.
|
void |
setVerticalFitPolicy(java.lang.String value)
Sets the value of the verticalFitPolicy property.
|
protected EnumAnchor anchor
protected java.lang.String markOrientation
protected java.lang.String horizontalFitPolicy
protected java.lang.String font
protected java.lang.String verticalFitPolicy
protected java.lang.Double fontSize
protected java.lang.Object barcodeReproParamsRef
public EnumAnchor getAnchor()
EnumAnchorpublic void setAnchor(EnumAnchor value)
value - allowed object is
EnumAnchorpublic java.lang.String getMarkOrientation()
Stringpublic void setMarkOrientation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHorizontalFitPolicy()
Stringpublic void setHorizontalFitPolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFont()
Stringpublic void setFont(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVerticalFitPolicy()
Stringpublic void setVerticalFitPolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getFontSize()
Doublepublic void setFontSize(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Object getBarcodeReproParamsRef()
Objectpublic void setBarcodeReproParamsRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.