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 Double |
boundingBox |
protected String |
encoding |
protected String |
encodingDetails |
protected String |
format |
protected List<Double> |
orientations |
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 |
|---|---|
Double |
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.
|
List<Double> |
getOrientations()
Gets the value of the orientations 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(Double 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 |
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 Double boundingBox
protected String valueFormat
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 Double getBoundingBox()
Doublepublic void setBoundingBox(Double value)
value - allowed object is
Doublepublic String getValueFormat()
Stringpublic void setValueFormat(String value)
value - allowed object is
Stringpublic List<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 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 © 2012. All Rights Reserved.