com.google.maps.gwt.client
Class KmlAuthor

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.KmlAuthor

public class KmlAuthor
extends JavaScriptObject

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

KmlAuthor

protected KmlAuthor()
Protected constructor avoids default public constructor.

Method Detail

getEmail

public final java.lang.String getEmail()
The author's e-mail address, or an empty string if not specified.


getName

public final java.lang.String getName()
The author's name, or an empty string if not specified.


getUri

public final java.lang.String getUri()
The author's home page, or an empty string if not specified.


setEmail

public final void setEmail(java.lang.String email)
The author's e-mail address, or an empty string if not specified.


setName

public final void setName(java.lang.String name)
The author's name, or an empty string if not specified.


setUri

public final void setUri(java.lang.String uri)
The author's home page, or an empty string if not specified.