public class LocationContextState extends AbstractContextState
Java class for LocationContextState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocationContextState">
<complexContent>
<extension base="{http://p11073-10207/draft6/pm/2016/12/08}AbstractContextState">
<sequence>
<element name="LocationDetail" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://p11073-10207/draft6/ext/2016/12/08}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>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
LocationContextState.LocationDetail
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocationContextState.LocationDetail |
locationDetail |
bindingEndTime, bindingMDIBVersion, bindingStartTime, contextAssociation, identification, unbindingMDIBVersion, validatorcategory, handledescriptorVersion, extension, referencedDescriptor, stateVersion| Constructor and Description |
|---|
LocationContextState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
LocationContextState.LocationDetail |
getLocationDetail()
Gets the value of the locationDetail property.
|
int |
hashCode() |
void |
setLocationDetail(LocationContextState.LocationDetail value)
Sets the value of the locationDetail property.
|
String |
toString() |
getBindingEndTime, getBindingMDIBVersion, getBindingStartTime, getContextAssociation, getIdentification, getUnbindingMDIBVersion, getValidator, setBindingEndTime, setBindingMDIBVersion, setBindingStartTime, setContextAssociation, setIdentification, setUnbindingMDIBVersion, setValidatorgetCategory, getHandle, setCategory, setHandlegetDescriptorVersion, getExtension, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setReferencedDescriptor, setStateVersionprotected LocationContextState.LocationDetail locationDetail
public LocationContextState.LocationDetail getLocationDetail()
LocationContextState.LocationDetailpublic void setLocationDetail(LocationContextState.LocationDetail value)
value - allowed object is
LocationContextState.LocationDetailpublic String toString()
toString in class AbstractContextStatepublic boolean equals(Object that)
equals in class AbstractContextStatepublic int hashCode()
hashCode in class AbstractContextStateCopyright © 2018. All rights reserved.