public class TIFFtag extends Object implements Serializable
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="TagNumber" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="BinaryValue" type="{http://www.CIP4.org/JDFSchema_2_0}hexBinary" />
<attribute name="NumberValue" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="TagType" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="StringValue" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="IntegerValue" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
binaryValue |
protected List<Integer> |
integerValues |
protected String |
numberValue |
protected String |
stringValue |
protected Integer |
tagNumber |
protected Integer |
tagType |
| Constructor and Description |
|---|
TIFFtag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBinaryValue()
Gets the value of the binaryValue property.
|
List<Integer> |
getIntegerValues()
Gets the value of the integerValues property.
|
String |
getNumberValue()
Gets the value of the numberValue property.
|
String |
getStringValue()
Gets the value of the stringValue property.
|
Integer |
getTagNumber()
Gets the value of the tagNumber property.
|
Integer |
getTagType()
Gets the value of the tagType property.
|
void |
setBinaryValue(String value)
Sets the value of the binaryValue property.
|
void |
setNumberValue(String value)
Sets the value of the numberValue property.
|
void |
setStringValue(String value)
Sets the value of the stringValue property.
|
void |
setTagNumber(Integer value)
Sets the value of the tagNumber property.
|
void |
setTagType(Integer value)
Sets the value of the tagType property.
|
protected Integer tagNumber
protected String binaryValue
protected String numberValue
protected Integer tagType
protected String stringValue
public Integer getTagNumber()
Integerpublic void setTagNumber(Integer value)
value - allowed object is
Integerpublic String getBinaryValue()
Stringpublic void setBinaryValue(String value)
value - allowed object is
Stringpublic String getNumberValue()
Stringpublic void setNumberValue(String value)
value - allowed object is
Stringpublic Integer getTagType()
Integerpublic void setTagType(Integer value)
value - allowed object is
Integerpublic String getStringValue()
Stringpublic void setStringValue(String value)
value - allowed object is
Stringpublic List<Integer> getIntegerValues()
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 integerValues property.
For example, to add a new item, do as follows:
getIntegerValues().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
Copyright © 2012. All Rights Reserved.