
Class Location.Position
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement,ca.uhn.fhir.model.api.IElement,ca.uhn.fhir.model.api.IIdentifiableElement,ca.uhn.fhir.model.api.IResourceBlock,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions,Serializable,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
Location
Definition: The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType(Class<T> theType) Gets the value(s) for altitude ().ca.uhn.fhir.model.primitive.DecimalDtGets the value(s) for altitude ().Gets the value(s) for latitude ().ca.uhn.fhir.model.primitive.DecimalDtGets the value(s) for latitude ().Gets the value(s) for longitude ().ca.uhn.fhir.model.primitive.DecimalDtGets the value(s) for longitude ().booleanisEmpty()setAltitude(double theValue) Sets the value for altitude ()setAltitude(long theValue) Sets the value for altitude ()setAltitude(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for altitude ()setAltitude(BigDecimal theValue) Sets the value for altitude ()setLatitude(double theValue) Sets the value for latitude ()setLatitude(long theValue) Sets the value for latitude ()setLatitude(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for latitude ()setLatitude(BigDecimal theValue) Sets the value for latitude ()setLongitude(double theValue) Sets the value for longitude ()setLongitude(long theValue) Sets the value for longitude ()setLongitude(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for longitude ()setLongitude(BigDecimal theValue) Sets the value for longitude ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setIdMethods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserDataMethods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
Position
public Position()
-
-
Method Details
-
isEmpty
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getLongitudeElement
Gets the value(s) for longitude (). creating it if it does not exist. Will not returnnull.Definition: Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)
-
getLongitude
Gets the value(s) for longitude (). creating it if it does not exist. This method may returnnull.Definition: Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)
-
setLongitude
Sets the value(s) for longitude ()Definition: Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)
-
setLongitude
Sets the value for longitude ()Definition: Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)
-
setLongitude
Sets the value for longitude ()Definition: Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)
-
setLongitude
Sets the value for longitude ()Definition: Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)
-
getLatitudeElement
Gets the value(s) for latitude (). creating it if it does not exist. Will not returnnull.Definition: Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)
-
getLatitude
Gets the value(s) for latitude (). creating it if it does not exist. This method may returnnull.Definition: Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)
-
setLatitude
Sets the value(s) for latitude ()Definition: Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)
-
setLatitude
Sets the value for latitude ()Definition: Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)
-
setLatitude
Sets the value for latitude ()Definition: Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)
-
setLatitude
Sets the value for latitude ()Definition: Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)
-
getAltitudeElement
Gets the value(s) for altitude (). creating it if it does not exist. Will not returnnull.Definition: Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below)
-
getAltitude
Gets the value(s) for altitude (). creating it if it does not exist. This method may returnnull.Definition: Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below)
-
setAltitude
Sets the value(s) for altitude ()Definition: Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below)
-
setAltitude
Sets the value for altitude ()Definition: Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below)
-
setAltitude
Sets the value for altitude ()Definition: Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below)
-
setAltitude
Sets the value for altitude ()Definition: Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below)
-