public class IdentificationField extends ParameterType implements java.io.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 java.lang.Double |
boundingBox |
protected java.lang.String |
encoding |
protected java.lang.String |
encodingDetails |
protected java.lang.String |
format |
protected java.util.List<java.lang.Double> |
orientations |
protected java.lang.Integer |
page |
protected java.lang.String |
position |
protected java.lang.String |
purpose |
protected java.lang.String |
purposeDetails |
protected java.lang.String |
value |
protected java.lang.String |
valueFormat |
protected java.lang.String |
valueTemplate |
| Constructor and Description |
|---|
IdentificationField() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getBoundingBox()
Gets the value of the boundingBox property.
|
java.lang.String |
getEncoding()
Gets the value of the encoding property.
|
java.lang.String |
getEncodingDetails()
Gets the value of the encodingDetails property.
|
java.lang.String |
getFormat()
Gets the value of the format property.
|
java.util.List<java.lang.Double> |
getOrientations()
Gets the value of the orientations property.
|
java.lang.Integer |
getPage()
Gets the value of the page property.
|
java.lang.String |
getPosition()
Gets the value of the position property.
|
java.lang.String |
getPurpose()
Gets the value of the purpose property.
|
java.lang.String |
getPurposeDetails()
Gets the value of the purposeDetails property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
java.lang.String |
getValueFormat()
Gets the value of the valueFormat property.
|
java.lang.String |
getValueTemplate()
Gets the value of the valueTemplate property.
|
void |
setBoundingBox(java.lang.Double value)
Sets the value of the boundingBox property.
|
void |
setEncoding(java.lang.String value)
Sets the value of the encoding property.
|
void |
setEncodingDetails(java.lang.String value)
Sets the value of the encodingDetails property.
|
void |
setFormat(java.lang.String value)
Sets the value of the format property.
|
void |
setPage(java.lang.Integer value)
Sets the value of the page property.
|
void |
setPosition(java.lang.String value)
Sets the value of the position property.
|
void |
setPurpose(java.lang.String value)
Sets the value of the purpose property.
|
void |
setPurposeDetails(java.lang.String value)
Sets the value of the purposeDetails property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
void |
setValueFormat(java.lang.String value)
Sets the value of the valueFormat property.
|
void |
setValueTemplate(java.lang.String value)
Sets the value of the valueTemplate property.
|
protected java.lang.String purpose
protected java.lang.String position
protected java.lang.String encodingDetails
protected java.lang.Double boundingBox
protected java.lang.String valueFormat
protected java.util.List<java.lang.Double> orientations
protected java.lang.String purposeDetails
protected java.lang.String value
protected java.lang.Integer page
protected java.lang.String valueTemplate
protected java.lang.String encoding
protected java.lang.String format
public java.lang.String getPurpose()
Stringpublic void setPurpose(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPosition()
Stringpublic void setPosition(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEncodingDetails()
Stringpublic void setEncodingDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getBoundingBox()
Doublepublic void setBoundingBox(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getValueFormat()
Stringpublic void setValueFormat(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Double> getOrientations()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the orientations property.
For example, to add a new item, do as follows:
getOrientations().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getPurposeDetails()
Stringpublic void setPurposeDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPage()
Integerpublic void setPage(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getValueTemplate()
Stringpublic void setValueTemplate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEncoding()
Stringpublic void setEncoding(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFormat()
Stringpublic void setFormat(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.