Package org.cip4.lib.xjdf.schema
Class TIFFtag
java.lang.Object
org.cip4.lib.xjdf.schema.TIFFtag
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2022-12-18T20:00:09Z")
public class TIFFtag
extends Object
implements 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">
<attribute name="BinaryValue" type="{http://www.w3.org/2001/XMLSchema}hexBinary" />
<attribute name="IntegerValue" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="NumberValue" type="{http://www.CIP4.org/JDFSchema_2_0}FloatList" />
<attribute name="StringValue" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="TagNumber" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="TagType" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]protected IntegerListprotected Stringprotected intprotected int -
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) byte[]Gets the value of the binaryValue property.Gets the value of the integerValue property.Gets the value of the numberValue property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the stringValue property.intGets the value of the tagNumber property.intGets the value of the tagType property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetBinaryValue(byte[] value) Sets the value of the binaryValue property.voidsetIntegerValue(IntegerList value) Sets the value of the integerValue property.voidsetStringValue(String value) Sets the value of the stringValue property.voidsetTagNumber(int value) Sets the value of the tagNumber property.voidsetTagType(int value) Sets the value of the tagType property.withBinaryValue(byte[] value) withIntegerValue(IntegerList value) withNumberValue(Float... values) withNumberValue(Collection<Float> values) withStringValue(String value) withTagNumber(int value) withTagType(int value)
-
Field Details
-
binaryValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected byte[] binaryValue -
integerValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected IntegerList integerValue -
numberValue
-
stringValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String stringValue -
tagNumber
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected int tagNumber -
tagType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected int tagType
-
-
Constructor Details
-
TIFFtag
public TIFFtag()
-
-
Method Details
-
getBinaryValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public byte[] getBinaryValue()Gets the value of the binaryValue property.- Returns:
- possible object is
String
-
setBinaryValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setBinaryValue(byte[] value) Sets the value of the binaryValue property.- Parameters:
value- allowed object isString
-
getIntegerValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public IntegerList getIntegerValue()Gets the value of the integerValue property.- Returns:
- possible object is
String
-
setIntegerValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setIntegerValue(IntegerList value) Sets the value of the integerValue property.- Parameters:
value- allowed object isString
-
getNumberValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<Float> getNumberValue()Gets the value of the numberValue 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 numberValue property.For example, to add a new item, do as follows:
getNumberValue().add(newItem);Objects of the following type(s) are allowed in the list
Float -
getStringValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getStringValue()Gets the value of the stringValue property.- Returns:
- possible object is
String
-
setStringValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setStringValue(String value) Sets the value of the stringValue property.- Parameters:
value- allowed object isString
-
getTagNumber
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public int getTagNumber()Gets the value of the tagNumber property. -
setTagNumber
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setTagNumber(int value) Sets the value of the tagNumber property. -
getTagType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public int getTagType()Gets the value of the tagType property. -
setTagType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setTagType(int value) Sets the value of the tagType property. -
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
-
withBinaryValue
-
withIntegerValue
-
withNumberValue
-
withNumberValue
-
withStringValue
-
withTagNumber
-
withTagType
-
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()
-