public class LocationDetail extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
bed |
protected String |
building |
protected ExtensionType |
extension |
protected String |
facility |
protected String |
floor |
protected String |
poC |
protected String |
room |
| Constructor and Description |
|---|
LocationDetail() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getBed()
Gets the value of the bed property.
|
String |
getBuilding()
Gets the value of the building property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
String |
getFacility()
Gets the value of the facility property.
|
String |
getFloor()
Gets the value of the floor property.
|
String |
getPoC()
Gets the value of the poC property.
|
String |
getRoom()
Gets the value of the room property.
|
int |
hashCode() |
void |
setBed(String value)
Sets the value of the bed property.
|
void |
setBuilding(String value)
Sets the value of the building property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setFacility(String value)
Sets the value of the facility property.
|
void |
setFloor(String value)
Sets the value of the floor property.
|
void |
setPoC(String value)
Sets the value of the poC property.
|
void |
setRoom(String value)
Sets the value of the room property.
|
String |
toString() |
protected ExtensionType extension
protected String poC
protected String room
protected String bed
protected String facility
protected String building
protected String floor
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic String getPoC()
Stringpublic void setPoC(String value)
value - allowed object is
Stringpublic String getRoom()
Stringpublic void setRoom(String value)
value - allowed object is
Stringpublic String getBed()
Stringpublic void setBed(String value)
value - allowed object is
Stringpublic String getFacility()
Stringpublic void setFacility(String value)
value - allowed object is
Stringpublic String getBuilding()
Stringpublic void setBuilding(String value)
value - allowed object is
Stringpublic String getFloor()
Stringpublic void setFloor(String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.