public class InstanceData extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected String |
epsgcode |
protected String |
path |
protected String |
type |
protected String |
wkt |
Constructor and Description |
---|
InstanceData() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String path
protected String wkt
protected String epsgcode
protected String type
public String getPath()
String
public void setPath(String value)
value
- allowed object is 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
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a