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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractContextState">
<sequence>
<element name="LocationDetail" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocationDetail" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocationDetail |
locationDetail |
bindingEndTime, bindingMdibVersion, bindingStartTime, contextAssociation, identification, unbindingMdibVersion, validatorcategory, handledescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
LocationContextState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
LocationDetail |
getLocationDetail()
Gets the value of the locationDetail property.
|
int |
hashCode() |
void |
setLocationDetail(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, setHandlegetDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected LocationDetail locationDetail
public LocationDetail getLocationDetail()
LocationDetailpublic void setLocationDetail(LocationDetail value)
value - allowed object is
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.