|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.earth.kml._2.PlacemarkType
public class PlacemarkType
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 |
---|
protected String address
protected AddressDetails addressDetails
protected PointType point
protected String id
Constructor Detail |
---|
public PlacemarkType()
Method Detail |
---|
public String getAddress()
String
public void setAddress(String value)
value
- allowed object is
String
public AddressDetails getAddressDetails()
AddressDetails
public void setAddressDetails(AddressDetails value)
value
- allowed object is
AddressDetails
public PointType getPoint()
PointType
public void setPoint(PointType value)
value
- allowed object is
PointType
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |