|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.KmlLayerMetadata
public class KmlLayerMetadata
Metadata for a single KML layer, in JSON format. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
KmlLayerMetadata()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
KmlAuthor |
getAuthor()
The layer's <atom:author>
, extracted from the layer markup. |
java.lang.String |
getDescription()
The layer's <description>
, extracted from the layer markup. |
java.lang.String |
getName()
The layer's <name>
, extracted from the layer markup. |
java.lang.String |
getSnippet()
The layer's <Snippet>
, extracted from the layer markup |
void |
setAuthor(KmlAuthor author)
The layer's <atom:author>
, extracted from the layer markup. |
void |
setDescription(java.lang.String description)
The layer's <description>
, extracted from the layer markup. |
void |
setName(java.lang.String name)
The layer's <name>
, extracted from the layer markup. |
void |
setSnippet(java.lang.String snippet)
The layer's <Snippet>
, extracted from the layer markup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected KmlLayerMetadata()
Method Detail |
---|
public final KmlAuthor getAuthor()
<atom:author>
, extracted from the layer markup.
public final java.lang.String getDescription()
<description>
, extracted from the layer markup.
public final java.lang.String getName()
<name>
, extracted from the layer markup.
public final java.lang.String getSnippet()
<Snippet>
, extracted from the layer markup
public final void setAuthor(KmlAuthor author)
<atom:author>
, extracted from the layer markup.
public final void setDescription(java.lang.String description)
<description>
, extracted from the layer markup.
public final void setName(java.lang.String name)
<name>
, extracted from the layer markup.
public final void setSnippet(java.lang.String snippet)
<Snippet>
, extracted from the layer markup
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |