public interface PointOfInterestType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
double | getAltitude()
Returns the value of the 'Altitude' attribute.
|
java.lang.String | getCellID()
Returns the value of the 'Cell ID' attribute.
|
java.util.List | getDescription()
Returns the value of the 'Description' containment reference list.
|
double | getLatitude()
Returns the value of the 'Latitude' attribute.
|
double | getLongitude()
Returns the value of the 'Longitude' attribute.
|
java.lang.String | getPointID()
Returns the value of the 'Point ID' attribute.
|
PointOfInterestIdentifierType | getPointOfInterestIdentifier()
Returns the value of the 'Point Of Interest Identifier' containment reference.
|
java.lang.String | getPOIType()
Returns the value of the 'POI Type' attribute.
|
double | getPrecedence()
Returns the value of the 'Precedence' attribute.
|
double | getRadius()
Returns the value of the 'Radius' attribute.
|
java.lang.String | getRegionID()
Returns the value of the 'Region ID' attribute.
|
java.lang.String | getStatus()
Returns the value of the 'Status' attribute.
|
java.lang.String | getTags()
Returns the value of the 'Tags' attribute.
|
UserDataType | getUserData()
Returns the value of the 'User Data' containment reference.
|
java.lang.String | getZoneID()
Returns the value of the 'Zone ID' attribute.
|
boolean | isSetAltitude()
Returns whether the value of the 'Altitude' attribute is set.
|
boolean | isSetLatitude()
Returns whether the value of the 'Latitude' attribute is set.
|
boolean | isSetLongitude()
Returns whether the value of the 'Longitude' attribute is set.
|
boolean | isSetPrecedence()
Returns whether the value of the 'Precedence' attribute is set.
|
boolean | isSetRadius()
Returns whether the value of the 'Radius' attribute is set.
|
void | setAltitude(double value)
Sets the value of the 'Altitude' attribute.
|
void | setCellID(java.lang.String value)
Sets the value of the 'Cell ID' attribute.
|
void | setLatitude(double value)
Sets the value of the 'Latitude' attribute.
|
void | setLongitude(double value)
Sets the value of the 'Longitude' attribute.
|
void | setPointID(java.lang.String value)
Sets the value of the 'Point ID' attribute.
|
void | setPointOfInterestIdentifier(PointOfInterestIdentifierType value)
Sets the value of the 'Point Of Interest Identifier' containment reference.
|
void | setPOIType(java.lang.String value)
Sets the value of the 'POI Type' attribute.
|
void | setPrecedence(double value)
Sets the value of the 'Precedence' attribute.
|
void | setRadius(double value)
Sets the value of the 'Radius' attribute.
|
void | setRegionID(java.lang.String value)
Sets the value of the 'Region ID' attribute.
|
void | setStatus(java.lang.String value)
Sets the value of the 'Status' attribute.
|
void | setTags(java.lang.String value)
Sets the value of the 'Tags' attribute.
|
void | setUserData(UserDataType value)
Sets the value of the 'User Data' containment reference.
|
void | setZoneID(java.lang.String value)
Sets the value of the 'Zone ID' attribute.
|
void | unsetAltitude()
Unsets the value of the 'Altitude' attribute.
|
void | unsetLatitude()
Unsets the value of the 'Latitude' attribute.
|
void | unsetLongitude()
Unsets the value of the 'Longitude' attribute.
|
void | unsetPrecedence()
Unsets the value of the 'Precedence' attribute.
|
void | unsetRadius()
Unsets the value of the 'Radius' attribute.
|
PointOfInterestIdentifierType getPointOfInterestIdentifier()
void setPointOfInterestIdentifier(PointOfInterestIdentifierType value)
java.lang.String getStatus()
void setStatus(java.lang.String value)
java.lang.String getPOIType()
void setPOIType(java.lang.String value)
java.lang.String getRegionID()
void setRegionID(java.lang.String value)
java.lang.String getZoneID()
void setZoneID(java.lang.String value)
java.lang.String getCellID()
void setCellID(java.lang.String value)
java.lang.String getPointID()
void setPointID(java.lang.String value)
java.util.List getDescription()
java.lang.String getTags()
void setTags(java.lang.String value)
double getLatitude()
void setLatitude(double value)
void unsetLatitude()
boolean isSetLatitude()
double getLongitude()
void setLongitude(double value)
void unsetLongitude()
boolean isSetLongitude()
double getAltitude()
void setAltitude(double value)
void unsetAltitude()
boolean isSetAltitude()
double getRadius()
void setRadius(double value)
void unsetRadius()
boolean isSetRadius()
double getPrecedence()
void setPrecedence(double value)
void unsetPrecedence()
boolean isSetPrecedence()
UserDataType getUserData()
void setUserData(UserDataType value)