public class AnnMeta extends Object
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"> <sequence> <element name="annID"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> <element name="annType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> <element name="annLayerID"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> <element name="annOrdinal"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> </restriction> </simpleType> </element> <element name="annDelete"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}boolean"> </restriction> </simpleType> </element> <element ref="{}annHistory"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
annDelete |
protected AnnHistory |
annHistory |
protected String |
annID |
protected String |
annLayerID |
protected int |
annOrdinal |
protected String |
annType |
Constructor and Description |
---|
AnnMeta() |
Modifier and Type | Method and Description |
---|---|
AnnHistory |
getAnnHistory()
Gets the value of the annHistory property.
|
String |
getAnnID()
Gets the value of the annID property.
|
String |
getAnnLayerID()
Gets the value of the annLayerID property.
|
int |
getAnnOrdinal()
Gets the value of the annOrdinal property.
|
String |
getAnnType()
Gets the value of the annType property.
|
boolean |
isAnnDelete()
Gets the value of the annDelete property.
|
void |
setAnnDelete(boolean value)
Sets the value of the annDelete property.
|
void |
setAnnHistory(AnnHistory value)
Sets the value of the annHistory property.
|
void |
setAnnID(String value)
Sets the value of the annID property.
|
void |
setAnnLayerID(String value)
Sets the value of the annLayerID property.
|
void |
setAnnOrdinal(int value)
Sets the value of the annOrdinal property.
|
void |
setAnnType(String value)
Sets the value of the annType property.
|
protected String annID
protected String annType
protected String annLayerID
protected int annOrdinal
protected boolean annDelete
protected AnnHistory annHistory
public String getAnnID()
String
public void setAnnID(String value)
value
- allowed object is
String
public String getAnnType()
String
public void setAnnType(String value)
value
- allowed object is
String
public String getAnnLayerID()
String
public void setAnnLayerID(String value)
value
- allowed object is
String
public int getAnnOrdinal()
public void setAnnOrdinal(int value)
public boolean isAnnDelete()
public void setAnnDelete(boolean value)
public AnnHistory getAnnHistory()
AnnHistory
public void setAnnHistory(AnnHistory value)
value
- allowed object is
AnnHistory
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.