Class TIFFtag
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.TIFFtag
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public class TIFFtag extends java.lang.Object implements java.io.SerializableJava 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]binaryValueprotected IntegerListintegerValueprotected java.util.List<java.lang.Float>numberValueprotected java.lang.StringstringValueprotected inttagNumberprotected inttagType
-
Constructor Summary
Constructors Constructor Description TIFFtag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)byte[]getBinaryValue()Gets the value of the binaryValue property.IntegerListgetIntegerValue()Gets the value of the integerValue property.java.util.List<java.lang.Float>getNumberValue()Gets the value of the numberValue 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.java.lang.StringgetStringValue()Gets the value of the stringValue property.intgetTagNumber()Gets the value of the tagNumber property.intgetTagType()Gets the value of the tagType property.inthashCode()voidsetBinaryValue(byte[] value)Sets the value of the binaryValue property.voidsetIntegerValue(IntegerList value)Sets the value of the integerValue property.voidsetStringValue(java.lang.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.TIFFtagwithBinaryValue(byte[] value)TIFFtagwithIntegerValue(IntegerList value)TIFFtagwithNumberValue(java.lang.Float... values)TIFFtagwithNumberValue(java.util.Collection<java.lang.Float> values)TIFFtagwithStringValue(java.lang.String value)TIFFtagwithTagNumber(int value)TIFFtagwithTagType(int value)
-
-
-
Field Detail
-
binaryValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected byte[] binaryValue
-
integerValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected IntegerList integerValue
-
numberValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<java.lang.Float> numberValue
-
stringValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.String stringValue
-
tagNumber
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected int tagNumber
-
tagType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected int tagType
-
-
Method Detail
-
getBinaryValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") 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 v4.0.1", date="2022-12-21T00:11:33Z") 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 v4.0.1", date="2022-12-21T00:11:33Z") 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 v4.0.1", date="2022-12-21T00:11:33Z") 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 v4.0.1", date="2022-12-21T00:11:33Z") public java.util.List<java.lang.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 Jakarta XML Binding 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- Returns:
- The value of the numberValue property.
-
getStringValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.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 v4.0.1", date="2022-12-21T00:11:33Z") public void setStringValue(java.lang.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 v4.0.1", date="2022-12-21T00:11:33Z") public int getTagNumber()Gets the value of the tagNumber property.
-
setTagNumber
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setTagNumber(int value)Sets the value of the tagNumber property.
-
getTagType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public int getTagType()Gets the value of the tagType property.
-
setTagType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setTagType(int value)Sets the value of the tagType property.
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public 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.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
public TIFFtag withBinaryValue(byte[] value)
-
withIntegerValue
public TIFFtag withIntegerValue(IntegerList value)
-
withNumberValue
public TIFFtag withNumberValue(java.lang.Float... values)
-
withNumberValue
public TIFFtag withNumberValue(java.util.Collection<java.lang.Float> values)
-
withStringValue
public TIFFtag withStringValue(java.lang.String value)
-
withTagNumber
public TIFFtag withTagNumber(int value)
-
withTagType
public TIFFtag withTagType(int value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-