com.google.earth.kml._2
Class KmlType

java.lang.Object
  extended by com.google.earth.kml._2.KmlType

public class KmlType
extends Object

Java class for kmlType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="kmlType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="Response" type="{http://earth.google.com/kml/2.0}ResponseType"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ResponseType response
           
 
Constructor Summary
KmlType()
           
 
Method Summary
 ResponseType getResponse()
          Gets the value of the response property.
 void setResponse(ResponseType value)
          Sets the value of the response property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

response

protected ResponseType response
Constructor Detail

KmlType

public KmlType()
Method Detail

getResponse

public ResponseType getResponse()
Gets the value of the response property.

Returns:
possible object is ResponseType

setResponse

public void setResponse(ResponseType value)
Sets the value of the response property.

Parameters:
value - allowed object is ResponseType


Copyright © 2008. All Rights Reserved.