|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.ols.v_1_2.AbstractDataType
net.opengis.ols.v_1_2.AbstractLocationType
net.opengis.ols.v_1_2.AbstractPOIType
net.opengis.ols.v_1_2.PointOfInterestType
public class PointOfInterestType
Java class for PointOfInterestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointOfInterestType">
<complexContent>
<extension base="{http://www.opengis.net/xls}AbstractPOIType">
<sequence>
<element ref="{http://www.opengis.net/xls}POIAttributeList" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}Point" minOccurs="0"/>
<element ref="{http://www.opengis.net/xls}Address" minOccurs="0"/>
</sequence>
<attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="POIName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="phoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AddressType |
address
|
protected String |
description
|
protected String |
id
|
protected String |
phoneNumber
|
protected POIAttributeListType |
poiAttributeList
|
protected String |
poiName
|
protected PointType |
point
|
| Constructor Summary | |
|---|---|
PointOfInterestType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
AddressType |
getAddress()
Gets the value of the address property. |
String |
getDescription()
Gets the value of the description property. |
String |
getID()
Gets the value of the id property. |
String |
getPhoneNumber()
Gets the value of the phoneNumber property. |
POIAttributeListType |
getPOIAttributeList()
Gets the value of the poiAttributeList property. |
String |
getPOIName()
Gets the value of the poiName property. |
PointType |
getPoint()
Gets the value of the point property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetAddress()
|
boolean |
isSetDescription()
|
boolean |
isSetID()
|
boolean |
isSetPhoneNumber()
|
boolean |
isSetPOIAttributeList()
|
boolean |
isSetPOIName()
|
boolean |
isSetPoint()
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setAddress(AddressType value)
Sets the value of the address property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setID(String value)
Sets the value of the id property. |
void |
setPhoneNumber(String value)
Sets the value of the phoneNumber property. |
void |
setPOIAttributeList(POIAttributeListType value)
Sets the value of the poiAttributeList property. |
void |
setPOIName(String value)
Sets the value of the poiName property. |
void |
setPoint(PointType value)
Sets the value of the point property. |
String |
toString()
|
PointOfInterestType |
withAddress(AddressType value)
|
PointOfInterestType |
withDescription(String value)
|
PointOfInterestType |
withID(String value)
|
PointOfInterestType |
withPhoneNumber(String value)
|
PointOfInterestType |
withPOIAttributeList(POIAttributeListType value)
|
PointOfInterestType |
withPOIName(String value)
|
PointOfInterestType |
withPoint(PointType value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected POIAttributeListType poiAttributeList
protected PointType point
protected AddressType address
protected String id
protected String poiName
protected String phoneNumber
protected String description
| Constructor Detail |
|---|
public PointOfInterestType()
| Method Detail |
|---|
public POIAttributeListType getPOIAttributeList()
POIAttributeListTypepublic void setPOIAttributeList(POIAttributeListType value)
value - allowed object is
POIAttributeListTypepublic boolean isSetPOIAttributeList()
public PointType getPoint()
PointTypepublic void setPoint(PointType value)
value - allowed object is
PointTypepublic boolean isSetPoint()
public AddressType getAddress()
AddressTypepublic void setAddress(AddressType value)
value - allowed object is
AddressTypepublic boolean isSetAddress()
public String getID()
Stringpublic void setID(String value)
value - allowed object is
Stringpublic boolean isSetID()
public String getPOIName()
Stringpublic void setPOIName(String value)
value - allowed object is
Stringpublic boolean isSetPOIName()
public String getPhoneNumber()
Stringpublic void setPhoneNumber(String value)
value - allowed object is
Stringpublic boolean isSetPhoneNumber()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public String toString()
toString in class AbstractPOIType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractPOIType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractPOIType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractPOITypepublic boolean equals(Object object)
equals in class AbstractPOIType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractPOITypepublic int hashCode()
hashCode in class AbstractPOITypepublic Object clone()
clone in class AbstractPOITypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractPOIType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractPOITypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFromcreateNewInstance in class AbstractDataType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractPOIType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractPOITypepublic PointOfInterestType withPOIAttributeList(POIAttributeListType value)
public PointOfInterestType withPoint(PointType value)
public PointOfInterestType withAddress(AddressType value)
public PointOfInterestType withID(String value)
public PointOfInterestType withPOIName(String value)
public PointOfInterestType withPhoneNumber(String value)
public PointOfInterestType withDescription(String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||