Class IdentificationField
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
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.w3.org/2001/XMLSchema}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.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="Value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ValueFormat" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ValueTemplate" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava class for null.static enumJava class for null. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BarcodeDetailsprotected Rectangleprotected IdentificationField.Encodingprotected Stringprotected ExtraValuesprotected Stringprotected List<MetadataMap>protected Matrixprotected Faceprotected IdentificationField.Purposeprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the barcodeDetails property.Gets the value of the boundingBox property.Gets the value of the encoding property.Gets the value of the encodingDetails property.Gets the value of the extraValues property.Gets the value of the format property.Gets the value of the metadataMap property.Gets the value of the orientation property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the position property.Gets the value of the purpose property.Gets the value of the purposeDetails property.getValue()Gets the value of the value property.Gets the value of the valueFormat property.Gets the value of the valueTemplate property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetBarcodeDetails(BarcodeDetails value) Sets the value of the barcodeDetails property.voidsetBoundingBox(Rectangle value) Sets the value of the boundingBox property.voidSets the value of the encoding property.voidsetEncodingDetails(String value) Sets the value of the encodingDetails property.voidsetExtraValues(ExtraValues value) Sets the value of the extraValues property.voidSets the value of the format property.voidsetOrientation(Matrix value) Sets the value of the orientation property.voidsetPosition(Face value) Sets the value of the position property.voidSets the value of the purpose property.voidsetPurposeDetails(String value) Sets the value of the purposeDetails property.voidSets the value of the value property.voidsetValueFormat(String value) Sets the value of the valueFormat property.withBarcodeDetails(BarcodeDetails value) withBoundingBox(Rectangle value) withEncodingDetails(String value) withExtraValues(ExtraValues value) withFormat(String value) withMetadataMap(Collection<MetadataMap> values) withMetadataMap(MetadataMap... values) withOrientation(Matrix value) withPosition(Face value) withPurposeDetails(String value) withValueFormat(String value) withValueTemplate(String... values) withValueTemplate(Collection<String> values)
-
Field Details
-
barcodeDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected BarcodeDetails barcodeDetails -
extraValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ExtraValues extraValues -
metadataMap
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<MetadataMap> metadataMap -
boundingBox
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Rectangle boundingBox -
encoding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected IdentificationField.Encoding encoding -
encodingDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String encodingDetails -
format
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String format -
orientation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Matrix orientation -
position
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Face position -
purpose
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected IdentificationField.Purpose purpose -
purposeDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String purposeDetails -
value
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String value -
valueFormat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String valueFormat -
valueTemplate
-
-
Constructor Details
-
IdentificationField
public IdentificationField()
-
-
Method Details
-
getBarcodeDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public BarcodeDetails getBarcodeDetails()Gets the value of the barcodeDetails property.- Returns:
- possible object is
BarcodeDetails
-
setBarcodeDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setBarcodeDetails(BarcodeDetails value) Sets the value of the barcodeDetails property.- Parameters:
value- allowed object isBarcodeDetails
-
getExtraValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public ExtraValues getExtraValues()Gets the value of the extraValues property.- Returns:
- possible object is
ExtraValues
-
setExtraValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setExtraValues(ExtraValues value) Sets the value of the extraValues property.- Parameters:
value- allowed object isExtraValues
-
getMetadataMap
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<MetadataMap> getMetadataMap()Gets the value of the metadataMap property.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
setmethod 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 -
getBoundingBox
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Rectangle getBoundingBox()Gets the value of the boundingBox property.- Returns:
- possible object is
String
-
setBoundingBox
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setBoundingBox(Rectangle value) Sets the value of the boundingBox property.- Parameters:
value- allowed object isString
-
getEncoding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public IdentificationField.Encoding getEncoding()Gets the value of the encoding property.- Returns:
- possible object is
IdentificationField.Encoding
-
setEncoding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setEncoding(IdentificationField.Encoding value) Sets the value of the encoding property.- Parameters:
value- allowed object isIdentificationField.Encoding
-
getEncodingDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getEncodingDetails()Gets the value of the encodingDetails property.- Returns:
- possible object is
String
-
setEncodingDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setEncodingDetails(String value) Sets the value of the encodingDetails property.- Parameters:
value- allowed object isString
-
getFormat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getFormat()Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setFormat(String value) Sets the value of the format property.- Parameters:
value- allowed object isString
-
getOrientation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Matrix getOrientation()Gets the value of the orientation property.- Returns:
- possible object is
String
-
setOrientation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setOrientation(Matrix value) Sets the value of the orientation property.- Parameters:
value- allowed object isString
-
getPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Face getPosition()Gets the value of the position property.- Returns:
- possible object is
Face
-
setPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPosition(Face value) Sets the value of the position property.- Parameters:
value- allowed object isFace
-
getPurpose
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public IdentificationField.Purpose getPurpose()Gets the value of the purpose property.- Returns:
- possible object is
IdentificationField.Purpose
-
setPurpose
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPurpose(IdentificationField.Purpose value) Sets the value of the purpose property.- Parameters:
value- allowed object isIdentificationField.Purpose
-
getPurposeDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getPurposeDetails()Gets the value of the purposeDetails property.- Returns:
- possible object is
String
-
setPurposeDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPurposeDetails(String value) Sets the value of the purposeDetails property.- Parameters:
value- allowed object isString
-
getValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getValue()Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setValue(String value) Sets the value of the value property.- Parameters:
value- allowed object isString
-
getValueFormat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getValueFormat()Gets the value of the valueFormat property.- Returns:
- possible object is
String
-
setValueFormat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setValueFormat(String value) Sets the value of the valueFormat property.- Parameters:
value- allowed object isString
-
getValueTemplate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<String> getValueTemplate()Gets the value of the valueTemplate property.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
setmethod 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 -
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.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.
- Returns:
- always non-null
-
withBarcodeDetails
-
withExtraValues
-
withMetadataMap
-
withMetadataMap
-
withBoundingBox
-
withEncoding
-
withEncodingDetails
-
withFormat
-
withOrientation
-
withPosition
-
withPurpose
-
withPurposeDetails
-
withValue
-
withValueFormat
-
withValueTemplate
-
withValueTemplate
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
-