|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.vcard4j.java.Type
net.sf.vcard4j.java.StructuredType
net.sf.vcard4j.java.type.GEO
To specify information related to the global positioning of the object the vCard represents.
| Nested Class Summary | |
class |
GEO.Parameters
|
| Constructor Summary | |
GEO(org.w3c.dom.Element type)
|
|
| Method Summary | |
java.lang.String |
getLatitude()
Latitude |
java.lang.String |
getLongitude()
Longitude |
Parameters |
getParameters()
|
void |
setLatitude(java.lang.String value)
Latitude |
void |
setLongitude(java.lang.String value)
Longitude |
| Methods inherited from class net.sf.vcard4j.java.Type |
getName |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GEO(org.w3c.dom.Element type)
| Method Detail |
public void setLatitude(java.lang.String value)
public java.lang.String getLatitude()
public void setLongitude(java.lang.String value)
public java.lang.String getLongitude()
public Parameters getParameters()
getParameters in class Type
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||