Uses of Class
org.linuxforhealth.fhir.model.resource.Location
-
Packages that use Location Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of Location in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Location Modifier and Type Method Description Location
Location.Builder. build()
Build theLocation
Methods in org.linuxforhealth.fhir.model.resource with parameters of type Location Modifier and Type Method Description protected Location.Builder
Location.Builder. from(Location location)
protected void
Location.Builder. validate(Location location)
-
Uses of Location in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type Location Modifier and Type Method Description boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, Location location)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, Location location)
-