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