Class LocationDetail
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.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 Summary
Constructors Constructor Description LocationDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()booleanequals(Object object)StringgetBed()Gets the value of the bed property.StringgetBuilding()Gets the value of the building property.ExtensionTypegetExtension()Gets the value of the extension property.StringgetFacility()Gets the value of the facility property.StringgetFloor()Gets the value of the floor property.StringgetPoC()Gets the value of the poC property.StringgetRoom()Gets the value of the room property.inthashCode()voidsetBed(String value)Sets the value of the bed property.voidsetBuilding(String value)Sets the value of the building property.voidsetExtension(ExtensionType value)Sets the value of the extension property.voidsetFacility(String value)Sets the value of the facility property.voidsetFloor(String value)Sets the value of the floor property.voidsetPoC(String value)Sets the value of the poC property.voidsetRoom(String value)Sets the value of the room property.StringtoString()
-
-
-
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 isExtensionType
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.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:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.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:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
-