public class KmlAuthor extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
KmlAuthor() |
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
The author's e-mail address, or an empty string if not specified.
|
String |
getName()
The author's name, or an empty string if not specified.
|
String |
getUri()
The author's home page, or an empty string if not specified.
|
static KmlAuthor |
newInstance()
Contains details of the author of a KML document or feature.
|
void |
setEmail(String email)
The author's e-mail address, or an empty string if not specified.
|
void |
setName(String name)
The author's name, or an empty string if not specified.
|
void |
setUri(String uri)
The author's home page, or an empty string if not specified.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static final KmlAuthor newInstance()
public final void setEmail(String email)
email
- public final String getEmail()
public final void setName(String name)
name
- public final String getName()
public final void setUri(String uri)
uri
- public final String getUri()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.