Package org.hl7.fhir

Class Location

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    public class Location
    extends DomainResource
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    If the element is present, it must have either a @value, an @id, or extensions

    Java class for Location complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Location">
       <complexContent>
         <extension base="{http://hl7.org/fhir}DomainResource">
           <sequence>
             <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
             <element name="status" type="{http://hl7.org/fhir}LocationStatus" minOccurs="0"/>
             <element name="name" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="mode" type="{http://hl7.org/fhir}LocationMode" minOccurs="0"/>
             <element name="type" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
             <element name="telecom" type="{http://hl7.org/fhir}ContactPoint" maxOccurs="unbounded" minOccurs="0"/>
             <element name="address" type="{http://hl7.org/fhir}Address" minOccurs="0"/>
             <element name="physicalType" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
             <element name="position" type="{http://hl7.org/fhir}Location.Position" minOccurs="0"/>
             <element name="managingOrganization" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="partOf" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Location

        public Location()
    • Method Detail

      • getIdentifier

        public java.util.List<Identifier> getIdentifier()
        Gets the value of the identifier property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the identifier property.

        For example, to add a new item, do as follows:

            getIdentifier().add(newItem);
         

        Objects of the following type(s) are allowed in the list Identifier

      • setStatus

        public void setStatus​(LocationStatus value)
        Sets the value of the status property.
        Parameters:
        value - allowed object is LocationStatus
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • setMode

        public void setMode​(LocationMode value)
        Sets the value of the mode property.
        Parameters:
        value - allowed object is LocationMode
      • getTelecom

        public java.util.List<ContactPoint> getTelecom()
        Gets the value of the telecom property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the telecom property.

        For example, to add a new item, do as follows:

            getTelecom().add(newItem);
         

        Objects of the following type(s) are allowed in the list ContactPoint

      • getAddress

        public Address getAddress()
        Gets the value of the address property.
        Returns:
        possible object is Address
      • setAddress

        public void setAddress​(Address value)
        Sets the value of the address property.
        Parameters:
        value - allowed object is Address
      • setPhysicalType

        public void setPhysicalType​(CodeableConcept value)
        Sets the value of the physicalType property.
        Parameters:
        value - allowed object is CodeableConcept
      • setPosition

        public void setPosition​(LocationPosition value)
        Sets the value of the position property.
        Parameters:
        value - allowed object is LocationPosition
      • getManagingOrganization

        public Reference getManagingOrganization()
        Gets the value of the managingOrganization property.
        Returns:
        possible object is Reference
      • setManagingOrganization

        public void setManagingOrganization​(Reference value)
        Sets the value of the managingOrganization property.
        Parameters:
        value - allowed object is Reference
      • getPartOf

        public Reference getPartOf()
        Gets the value of the partOf property.
        Returns:
        possible object is Reference
      • setPartOf

        public void setPartOf​(Reference value)
        Sets the value of the partOf property.
        Parameters:
        value - allowed object is Reference
      • withIdentifier

        public Location withIdentifier​(java.util.Collection<Identifier> values)
      • withManagingOrganization

        public Location withManagingOrganization​(Reference value)
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class DomainResource
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class DomainResource
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
        Overrides:
        hashCode in class DomainResource
      • append

        public java.lang.StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                              java.lang.StringBuilder buffer,
                                              org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        append in class DomainResource
      • appendFields

        public java.lang.StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                                    java.lang.StringBuilder buffer,
                                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        appendFields in class DomainResource