public class PatientContextState extends AbstractContextState
Java class for PatientContextState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PatientContextState">
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractContextState">
<sequence>
<element name="CoreData" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}PatientDemographicsCoreData" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PatientDemographicsCoreData |
coreData |
bindingEndTime, bindingMdibVersion, bindingStartTime, contextAssociation, identification, unbindingMdibVersion, validatorcategory, handledescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
PatientContextState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
PatientDemographicsCoreData |
getCoreData()
Gets the value of the coreData property.
|
int |
hashCode() |
void |
setCoreData(PatientDemographicsCoreData value)
Sets the value of the coreData property.
|
java.lang.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 PatientDemographicsCoreData coreData
public PatientDemographicsCoreData getCoreData()
PatientDemographicsCoreDatapublic void setCoreData(PatientDemographicsCoreData value)
value - allowed object is
PatientDemographicsCoreDatapublic java.lang.String toString()
toString in class AbstractContextStatepublic boolean equals(java.lang.Object that)
equals in class AbstractContextStatepublic int hashCode()
hashCode in class AbstractContextState