public class IdentificationField extends ParameterType implements Serializable
Java class for IdentificationField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdentificationField">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="Purpose" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Position" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="EncodingDetails" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="BoundingBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="ValueFormat" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Orientation" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
<attribute name="PurposeDetails" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Value" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Page" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ValueTemplate" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Format" type="{http://www.CIP4.org/JDFSchema_2_0}Any" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Rectangle |
boundingBox |
protected String |
encoding |
protected String |
encodingDetails |
protected String |
format |
protected Matrix |
orientation |
protected Integer |
page |
protected String |
position |
protected String |
purpose |
protected String |
purposeDetails |
protected String |
value |
protected String |
valueFormat |
protected String |
valueTemplate |
| Constructor and Description |
|---|
IdentificationField() |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
getBoundingBox()
Gets the value of the boundingBox property.
|
String |
getEncoding()
Gets the value of the encoding property.
|
String |
getEncodingDetails()
Gets the value of the encodingDetails property.
|
String |
getFormat()
Gets the value of the format property.
|
Matrix |
getOrientation()
Gets the value of the orientation property.
|
Integer |
getPage()
Gets the value of the page property.
|
String |
getPosition()
Gets the value of the position property.
|
String |
getPurpose()
Gets the value of the purpose property.
|
String |
getPurposeDetails()
Gets the value of the purposeDetails property.
|
String |
getValue()
Gets the value of the value property.
|
String |
getValueFormat()
Gets the value of the valueFormat property.
|
String |
getValueTemplate()
Gets the value of the valueTemplate property.
|
void |
setBoundingBox(Rectangle value)
Sets the value of the boundingBox property.
|
void |
setEncoding(String value)
Sets the value of the encoding property.
|
void |
setEncodingDetails(String value)
Sets the value of the encodingDetails property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setOrientation(Matrix value)
Sets the value of the orientation property.
|
void |
setPage(Integer value)
Sets the value of the page property.
|
void |
setPosition(String value)
Sets the value of the position property.
|
void |
setPurpose(String value)
Sets the value of the purpose property.
|
void |
setPurposeDetails(String value)
Sets the value of the purposeDetails property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setValueFormat(String value)
Sets the value of the valueFormat property.
|
void |
setValueTemplate(String value)
Sets the value of the valueTemplate property.
|
protected String purpose
protected String position
protected String encodingDetails
protected Rectangle boundingBox
protected String valueFormat
protected Matrix orientation
protected String purposeDetails
protected String value
protected Integer page
protected String valueTemplate
protected String encoding
protected String format
public String getPurpose()
Stringpublic void setPurpose(String value)
value - allowed object is
Stringpublic String getPosition()
Stringpublic void setPosition(String value)
value - allowed object is
Stringpublic String getEncodingDetails()
Stringpublic void setEncodingDetails(String value)
value - allowed object is
Stringpublic Rectangle getBoundingBox()
Stringpublic void setBoundingBox(Rectangle value)
value - allowed object is
Stringpublic String getValueFormat()
Stringpublic void setValueFormat(String value)
value - allowed object is
Stringpublic Matrix getOrientation()
Stringpublic void setOrientation(Matrix value)
value - allowed object is
Stringpublic String getPurposeDetails()
Stringpublic void setPurposeDetails(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Integer getPage()
Integerpublic void setPage(Integer value)
value - allowed object is
Integerpublic String getValueTemplate()
Stringpublic void setValueTemplate(String value)
value - allowed object is
Stringpublic String getEncoding()
Stringpublic void setEncoding(String value)
value - allowed object is
Stringpublic String getFormat()
StringCopyright © 2013. All Rights Reserved.