public class TIFFEmbeddedFile 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="TagType" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
fileSpecRef |
protected Integer |
tagNumber |
protected Integer |
tagType |
| Constructor and Description |
|---|
TIFFEmbeddedFile() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
Integer |
getTagNumber()
Gets the value of the tagNumber property.
|
Integer |
getTagType()
Gets the value of the tagType property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef 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 Integer tagType
protected Object fileSpecRef
public Integer getTagNumber()
Integerpublic void setTagNumber(Integer value)
value - allowed object is
Integerpublic Integer getTagType()
Integerpublic void setTagType(Integer value)
value - allowed object is
Integerpublic Object getFileSpecRef()
ObjectCopyright © 2012. All Rights Reserved.