@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public class TIFFtag
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">
<attribute name="BinaryValue" type="{http://www.CIP4.org/JDFSchema_2_0}hexBinary" />
<attribute name="IntegerValue" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="NumberValue" type="{http://www.CIP4.org/JDFSchema_2_0}DoubleList" />
<attribute name="StringValue" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="TagNumber" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="TagType" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
binaryValue |
protected IntegerList |
integerValue |
protected java.util.List<java.lang.Float> |
numberValue |
protected java.lang.String |
stringValue |
protected int |
tagNumber |
protected int |
tagType |
| Constructor and Description |
|---|
TIFFtag() |
| 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) |
java.lang.String |
getBinaryValue()
Gets the value of the binaryValue property.
|
IntegerList |
getIntegerValue()
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.String |
getStringValue()
Gets the value of the stringValue property.
|
int |
getTagNumber()
Gets the value of the tagNumber property.
|
int |
getTagType()
Gets the value of the tagType property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setBinaryValue(java.lang.String value)
Sets the value of the binaryValue property.
|
void |
setIntegerValue(IntegerList value)
Sets the value of the integerValue property.
|
void |
setStringValue(java.lang.String value)
Sets the value of the stringValue property.
|
void |
setTagNumber(int value)
Sets the value of the tagNumber property.
|
void |
setTagType(int value)
Sets the value of the tagType property.
|
TIFFtag |
withBinaryValue(java.lang.String value) |
TIFFtag |
withIntegerValue(IntegerList value) |
TIFFtag |
withNumberValue(java.util.Collection<java.lang.Float> values) |
TIFFtag |
withNumberValue(java.lang.Float... values) |
TIFFtag |
withStringValue(java.lang.String value) |
TIFFtag |
withTagNumber(int value) |
TIFFtag |
withTagType(int value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String binaryValue
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected IntegerList integerValue
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.Float> numberValue
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String stringValue
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected int tagNumber
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected int tagType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getBinaryValue()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setBinaryValue(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public IntegerList getIntegerValue()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setIntegerValue(IntegerList value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.Float> getNumberValue()
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 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
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getStringValue()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setStringValue(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public int getTagNumber()
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setTagNumber(int value)
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public int getTagType()
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setTagType(int value)
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+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 TIFFtag withBinaryValue(java.lang.String value)
public TIFFtag withIntegerValue(IntegerList value)
public TIFFtag withNumberValue(java.lang.Float... values)
public TIFFtag withNumberValue(java.util.Collection<java.lang.Float> values)
public TIFFtag withStringValue(java.lang.String value)
public TIFFtag withTagNumber(int value)
public TIFFtag withTagType(int value)
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