|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.io.project.jaxb.generated.InstanceData
public class InstanceData
Java class for InstanceData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InstanceData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="wkt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="epsgcode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
epsgcode
|
protected String |
path
|
protected String |
type
|
protected String |
wkt
|
Constructor Summary | |
---|---|
InstanceData()
|
Method Summary | |
---|---|
String |
getEpsgcode()
Gets the value of the epsgcode property. |
String |
getPath()
Gets the value of the path property. |
String |
getType()
Gets the value of the type property. |
String |
getWkt()
Gets the value of the wkt property. |
void |
setEpsgcode(String value)
Sets the value of the epsgcode property. |
void |
setPath(String value)
Sets the value of the path property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setWkt(String value)
Sets the value of the wkt property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String path
protected String wkt
protected String epsgcode
protected String type
Constructor Detail |
---|
public InstanceData()
Method Detail |
---|
public String getPath()
String
public void setPath(String value)
value
- allowed object is String
public String getWkt()
String
public void setWkt(String value)
value
- allowed object is String
public String getEpsgcode()
String
public void setEpsgcode(String value)
value
- allowed object is String
public String getType()
String
public void setType(String value)
value
- allowed object is String
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |