com.google.maps.gwt.client
Class KmlLayerMetadata

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

public class KmlLayerMetadata
extends JavaScriptObject

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

KmlLayerMetadata

protected KmlLayerMetadata()
Protected constructor avoids default public constructor.

Method Detail

getAuthor

public final KmlAuthor getAuthor()
The layer's <atom:author> , extracted from the layer markup.


getDescription

public final java.lang.String getDescription()
The layer's <description> , extracted from the layer markup.


getName

public final java.lang.String getName()
The layer's <name> , extracted from the layer markup.


getSnippet

public final java.lang.String getSnippet()
The layer's <Snippet> , extracted from the layer markup


setAuthor

public final void setAuthor(KmlAuthor author)
The layer's <atom:author> , extracted from the layer markup.


setDescription

public final void setDescription(java.lang.String description)
The layer's <description> , extracted from the layer markup.


setName

public final void setName(java.lang.String name)
The layer's <name> , extracted from the layer markup.


setSnippet

public final void setSnippet(java.lang.String snippet)
The layer's <Snippet> , extracted from the layer markup