@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public class IdentificationField
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}BarcodeDetails" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ExtraValues" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MetadataMap" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="BoundingBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="Encoding">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="ASCII"/>
<enumeration value="Barcode"/>
<enumeration value="Braille"/>
<enumeration value="RFID"/>
</restriction>
</simpleType>
</attribute>
<attribute name="EncodingDetails" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Format" type="{http://www.CIP4.org/JDFSchema_2_0}regExp" />
<attribute name="Orientation" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
<attribute name="Position" type="{http://www.CIP4.org/JDFSchema_2_0}Face" />
<attribute name="Purpose">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Label"/>
<enumeration value="Separation"/>
<enumeration value="Verification"/>
</restriction>
</simpleType>
</attribute>
<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="ValueFormat" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ValueTemplate" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentificationField.Encoding
Java class for null.
|
static class |
IdentificationField.Purpose
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected BarcodeDetails |
barcodeDetails |
protected Rectangle |
boundingBox |
protected IdentificationField.Encoding |
encoding |
protected java.lang.String |
encodingDetails |
protected ExtraValues |
extraValues |
protected java.lang.String |
format |
protected java.util.List<MetadataMap> |
metadataMap |
protected Matrix |
orientation |
protected Face |
position |
protected IdentificationField.Purpose |
purpose |
protected java.lang.String |
purposeDetails |
protected java.lang.String |
value |
protected java.lang.String |
valueFormat |
protected java.util.List<java.lang.String> |
valueTemplate |
| Constructor and Description |
|---|
IdentificationField() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
BarcodeDetails |
getBarcodeDetails()
Gets the value of the barcodeDetails property.
|
Rectangle |
getBoundingBox()
Gets the value of the boundingBox property.
|
IdentificationField.Encoding |
getEncoding()
Gets the value of the encoding property.
|
java.lang.String |
getEncodingDetails()
Gets the value of the encodingDetails property.
|
ExtraValues |
getExtraValues()
Gets the value of the extraValues property.
|
java.lang.String |
getFormat()
Gets the value of the format property.
|
java.util.List<MetadataMap> |
getMetadataMap()
Gets the value of the metadataMap property.
|
Matrix |
getOrientation()
Gets the value of the orientation property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Face |
getPosition()
Gets the value of the position property.
|
IdentificationField.Purpose |
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.util.List<java.lang.String> |
getValueTemplate()
Gets the value of the valueTemplate property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setBarcodeDetails(BarcodeDetails value)
Sets the value of the barcodeDetails property.
|
void |
setBoundingBox(Rectangle value)
Sets the value of the boundingBox property.
|
void |
setEncoding(IdentificationField.Encoding value)
Sets the value of the encoding property.
|
void |
setEncodingDetails(java.lang.String value)
Sets the value of the encodingDetails property.
|
void |
setExtraValues(ExtraValues value)
Sets the value of the extraValues property.
|
void |
setFormat(java.lang.String value)
Sets the value of the format property.
|
void |
setOrientation(Matrix value)
Sets the value of the orientation property.
|
void |
setPosition(Face value)
Sets the value of the position property.
|
void |
setPurpose(IdentificationField.Purpose 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.
|
IdentificationField |
withBarcodeDetails(BarcodeDetails value) |
IdentificationField |
withBoundingBox(Rectangle value) |
IdentificationField |
withEncoding(IdentificationField.Encoding value) |
IdentificationField |
withEncodingDetails(java.lang.String value) |
IdentificationField |
withExtraValues(ExtraValues value) |
IdentificationField |
withFormat(java.lang.String value) |
IdentificationField |
withMetadataMap(java.util.Collection<MetadataMap> values) |
IdentificationField |
withMetadataMap(MetadataMap... values) |
IdentificationField |
withOrientation(Matrix value) |
IdentificationField |
withPosition(Face value) |
IdentificationField |
withPurpose(IdentificationField.Purpose value) |
IdentificationField |
withPurposeDetails(java.lang.String value) |
IdentificationField |
withValue(java.lang.String value) |
IdentificationField |
withValueFormat(java.lang.String value) |
IdentificationField |
withValueTemplate(java.util.Collection<java.lang.String> values) |
IdentificationField |
withValueTemplate(java.lang.String... values) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected BarcodeDetails barcodeDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected ExtraValues extraValues
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<MetadataMap> metadataMap
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected Rectangle boundingBox
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected IdentificationField.Encoding encoding
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String encodingDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String format
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected Matrix orientation
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected Face position
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected IdentificationField.Purpose purpose
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String purposeDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String value
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String valueFormat
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> valueTemplate
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public BarcodeDetails getBarcodeDetails()
BarcodeDetails@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setBarcodeDetails(BarcodeDetails value)
value - allowed object is
BarcodeDetails@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public ExtraValues getExtraValues()
ExtraValues@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setExtraValues(ExtraValues value)
value - allowed object is
ExtraValues@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<MetadataMap> getMetadataMap()
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 metadataMap property.
For example, to add a new item, do as follows:
getMetadataMap().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataMap
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public Rectangle getBoundingBox()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setBoundingBox(Rectangle value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public IdentificationField.Encoding getEncoding()
IdentificationField.Encoding@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setEncoding(IdentificationField.Encoding value)
value - allowed object is
IdentificationField.Encoding@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getEncodingDetails()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setEncodingDetails(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getFormat()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setFormat(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public Matrix getOrientation()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setOrientation(Matrix value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public Face getPosition()
Face@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setPosition(Face value)
value - allowed object is
Face@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public IdentificationField.Purpose getPurpose()
IdentificationField.Purpose@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setPurpose(IdentificationField.Purpose value)
value - allowed object is
IdentificationField.Purpose@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getPurposeDetails()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setPurposeDetails(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getValue()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setValue(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getValueFormat()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setValueFormat(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.String> getValueTemplate()
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 valueTemplate property.
For example, to add a new item, do as follows:
getValueTemplate().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public IdentificationField withBarcodeDetails(BarcodeDetails value)
public IdentificationField withExtraValues(ExtraValues value)
public IdentificationField withMetadataMap(MetadataMap... values)
public IdentificationField withMetadataMap(java.util.Collection<MetadataMap> values)
public IdentificationField withBoundingBox(Rectangle value)
public IdentificationField withEncoding(IdentificationField.Encoding value)
public IdentificationField withEncodingDetails(java.lang.String value)
public IdentificationField withFormat(java.lang.String value)
public IdentificationField withOrientation(Matrix value)
public IdentificationField withPosition(Face value)
public IdentificationField withPurpose(IdentificationField.Purpose value)
public IdentificationField withPurposeDetails(java.lang.String value)
public IdentificationField withValue(java.lang.String value)
public IdentificationField withValueFormat(java.lang.String value)
public IdentificationField withValueTemplate(java.lang.String... values)
public IdentificationField withValueTemplate(java.util.Collection<java.lang.String> values)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object