triploa
Class GeoCoding
java.lang.Object
triploa.GeoCoding
public class GeoCoding
- extends java.lang.Object
Method Summary |
static GeoCoding |
create(org.kxml2.io.KXmlParser p)
call for getting a new instance of this class from xml |
java.util.Vector |
getResults()
|
void |
setResults(java.util.Vector results)
|
void |
update(org.kxml2.io.KXmlParser p)
Update this object class from xml parser |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
public static GeoCoding create(org.kxml2.io.KXmlParser p)
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
- call for getting a new instance of this class from xml
- Parameters:
p
- Parser
- Returns:
- a new instance of FeedBack
- Throws:
java.io.IOException
org.xmlpull.v1.XmlPullParserException
update
public void update(org.kxml2.io.KXmlParser p)
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
- Update this object class from xml parser
- Parameters:
p
- Parser
- Throws:
java.io.IOException
org.xmlpull.v1.XmlPullParserException
getResults
public java.util.Vector getResults()
setResults
public void setResults(java.util.Vector results)