com.google.earth.kml._2
Class PlacemarkType

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

public class PlacemarkType
extends Object

Java class for PlacemarkType complex type.

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

 <complexType name="PlacemarkType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressDetails"/>
         <element ref="{http://earth.google.com/kml/2.0}Point"/>
       </all>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String address
           
protected  AddressDetails addressDetails
           
protected  String id
           
protected  PointType point
           
 
Constructor Summary
PlacemarkType()
           
 
Method Summary
 String getAddress()
          Gets the value of the address property.
 AddressDetails getAddressDetails()
          Gets the value of the addressDetails property.
 String getId()
          Gets the value of the id property.
 PointType getPoint()
          Gets the value of the point property.
 void setAddress(String value)
          Sets the value of the address property.
 void setAddressDetails(AddressDetails value)
          Sets the value of the addressDetails property.
 void setId(String value)
          Sets the value of the id property.
 void setPoint(PointType value)
          Sets the value of the point property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

protected String address

addressDetails

protected AddressDetails addressDetails

point

protected PointType point

id

protected String id
Constructor Detail

PlacemarkType

public PlacemarkType()
Method Detail

getAddress

public String getAddress()
Gets the value of the address property.

Returns:
possible object is String

setAddress

public void setAddress(String value)
Sets the value of the address property.

Parameters:
value - allowed object is String

getAddressDetails

public AddressDetails getAddressDetails()
Gets the value of the addressDetails property.

Returns:
possible object is AddressDetails

setAddressDetails

public void setAddressDetails(AddressDetails value)
Sets the value of the addressDetails property.

Parameters:
value - allowed object is AddressDetails

getPoint

public PointType getPoint()
Gets the value of the point property.

Returns:
possible object is PointType

setPoint

public void setPoint(PointType value)
Sets the value of the point property.

Parameters:
value - allowed object is PointType

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.