com.google.earth.kml._2
Class KmlType
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
response
protected ResponseType response
KmlType
public KmlType()
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.