public static class Location.Position extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML)
| Constructor and Description |
|---|
Position() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
BigDecimal |
getAltitude()
Gets the value(s) for altitude ().
|
ca.uhn.fhir.model.primitive.DecimalDt |
getAltitudeElement()
Gets the value(s) for altitude ().
|
BigDecimal |
getLatitude()
Gets the value(s) for latitude ().
|
ca.uhn.fhir.model.primitive.DecimalDt |
getLatitudeElement()
Gets the value(s) for latitude ().
|
BigDecimal |
getLongitude()
Gets the value(s) for longitude ().
|
ca.uhn.fhir.model.primitive.DecimalDt |
getLongitudeElement()
Gets the value(s) for longitude ().
|
boolean |
isEmpty() |
Location.Position |
setAltitude(BigDecimal theValue)
Sets the value for altitude ()
|
Location.Position |
setAltitude(ca.uhn.fhir.model.primitive.DecimalDt theValue)
Sets the value(s) for altitude ()
|
Location.Position |
setAltitude(double theValue)
Sets the value for altitude ()
|
Location.Position |
setAltitude(long theValue)
Sets the value for altitude ()
|
Location.Position |
setLatitude(BigDecimal theValue)
Sets the value for latitude ()
|
Location.Position |
setLatitude(ca.uhn.fhir.model.primitive.DecimalDt theValue)
Sets the value(s) for latitude ()
|
Location.Position |
setLatitude(double theValue)
Sets the value for latitude ()
|
Location.Position |
setLatitude(long theValue)
Sets the value for latitude ()
|
Location.Position |
setLongitude(BigDecimal theValue)
Sets the value for longitude ()
|
Location.Position |
setLongitude(ca.uhn.fhir.model.primitive.DecimalDt theValue)
Sets the value(s) for longitude ()
|
Location.Position |
setLongitude(double theValue)
Sets the value for longitude ()
|
Location.Position |
setLongitude(long theValue)
Sets the value for longitude ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Position()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.DecimalDt getLongitudeElement()
null.
Definition: Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)
public BigDecimal getLongitude()
null.
Definition: Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)
public Location.Position setLongitude(ca.uhn.fhir.model.primitive.DecimalDt theValue)
Definition: Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)
public Location.Position setLongitude(double theValue)
Definition: Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)
public Location.Position setLongitude(long theValue)
Definition: Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)
public Location.Position setLongitude(BigDecimal theValue)
Definition: Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)
public ca.uhn.fhir.model.primitive.DecimalDt getLatitudeElement()
null.
Definition: Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)
public BigDecimal getLatitude()
null.
Definition: Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)
public Location.Position setLatitude(ca.uhn.fhir.model.primitive.DecimalDt theValue)
Definition: Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)
public Location.Position setLatitude(double theValue)
Definition: Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)
public Location.Position setLatitude(long theValue)
Definition: Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)
public Location.Position setLatitude(BigDecimal theValue)
Definition: Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)
public ca.uhn.fhir.model.primitive.DecimalDt getAltitudeElement()
null.
Definition: Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below)
public BigDecimal getAltitude()
null.
Definition: Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below)
public Location.Position setAltitude(ca.uhn.fhir.model.primitive.DecimalDt theValue)
Definition: Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below)
public Location.Position setAltitude(double theValue)
Definition: Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below)
public Location.Position setAltitude(long theValue)
Definition: Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below)
public Location.Position setAltitude(BigDecimal theValue)
Definition: Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below)
Copyright © 2014–2018 University Health Network. All rights reserved.