|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.KmlAuthor
public class KmlAuthor
Contains details of the author of a KML document or feature. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
KmlAuthor()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
java.lang.String |
getEmail()
The author's e-mail address, or an empty string if not specified. |
java.lang.String |
getName()
The author's name, or an empty string if not specified. |
java.lang.String |
getUri()
The author's home page, or an empty string if not specified. |
void |
setEmail(java.lang.String email)
The author's e-mail address, or an empty string if not specified. |
void |
setName(java.lang.String name)
The author's name, or an empty string if not specified. |
void |
setUri(java.lang.String uri)
The author's home page, or an empty string if not specified. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected KmlAuthor()
Method Detail |
---|
public final java.lang.String getEmail()
public final java.lang.String getName()
public final java.lang.String getUri()
public final void setEmail(java.lang.String email)
public final void setName(java.lang.String name)
public final void setUri(java.lang.String uri)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |