Class LocationDetail

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2

    public class LocationDetail
    extends Object
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    Details about a location. This information is derived from the HL7 PV1-3 PL.

    Java class for LocationDetail complex type.

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

     <complexType name="LocationDetail">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
           </sequence>
           <attribute name="PoC" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="Room" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="Bed" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="Facility" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="Building" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="Floor" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • LocationDetail

        public LocationDetail()
    • Method Detail

      • getExtension

        public ExtensionType getExtension()
        Gets the value of the extension property.
        Returns:
        possible object is ExtensionType
      • setExtension

        public void setExtension​(ExtensionType value)
        Sets the value of the extension property.
        Parameters:
        value - allowed object is ExtensionType
      • getPoC

        public String getPoC()
        Gets the value of the poC property.
        Returns:
        possible object is String
      • setPoC

        public void setPoC​(String value)
        Sets the value of the poC property.
        Parameters:
        value - allowed object is String
      • getRoom

        public String getRoom()
        Gets the value of the room property.
        Returns:
        possible object is String
      • setRoom

        public void setRoom​(String value)
        Sets the value of the room property.
        Parameters:
        value - allowed object is String
      • getBed

        public String getBed()
        Gets the value of the bed property.
        Returns:
        possible object is String
      • setBed

        public void setBed​(String value)
        Sets the value of the bed property.
        Parameters:
        value - allowed object is String
      • getFacility

        public String getFacility()
        Gets the value of the facility property.
        Returns:
        possible object is String
      • setFacility

        public void setFacility​(String value)
        Sets the value of the facility property.
        Parameters:
        value - allowed object is String
      • getBuilding

        public String getBuilding()
        Gets the value of the building property.
        Returns:
        possible object is String
      • setBuilding

        public void setBuilding​(String value)
        Sets the value of the building property.
        Parameters:
        value - allowed object is String
      • getFloor

        public String getFloor()
        Gets the value of the floor property.
        Returns:
        possible object is String
      • setFloor

        public void setFloor​(String value)
        Sets the value of the floor property.
        Parameters:
        value - allowed object is String
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • append

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

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