public class DeviceMark extends ParameterType implements 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 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 |
|---|---|
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.
|
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.
|
protected EnumAnchor anchor
protected String markOrientation
protected String horizontalFitPolicy
protected String font
protected String verticalFitPolicy
protected Double fontSize
protected Object barcodeReproParamsRef
public EnumAnchor getAnchor()
EnumAnchorpublic void setAnchor(EnumAnchor value)
value - allowed object is
EnumAnchorpublic String getMarkOrientation()
Stringpublic void setMarkOrientation(String value)
value - allowed object is
Stringpublic String getHorizontalFitPolicy()
Stringpublic void setHorizontalFitPolicy(String value)
value - allowed object is
Stringpublic String getFont()
Stringpublic void setFont(String value)
value - allowed object is
Stringpublic String getVerticalFitPolicy()
Stringpublic void setVerticalFitPolicy(String value)
value - allowed object is
Stringpublic Double getFontSize()
Doublepublic void setFontSize(Double value)
value - allowed object is
Doublepublic Object getBarcodeReproParamsRef()
ObjectCopyright © 2012. All Rights Reserved.