public class AbstractMultiState extends AbstractState
Java class for AbstractMultiState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractMultiState">
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractState">
<sequence>
<element name="Category" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue" minOccurs="0"/>
</sequence>
<attribute name="Handle" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Handle" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CodedValue |
category |
protected java.lang.String |
handle |
descriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
AbstractMultiState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
CodedValue |
getCategory()
Gets the value of the category property.
|
java.lang.String |
getHandle()
Gets the value of the handle property.
|
int |
hashCode() |
void |
setCategory(CodedValue value)
Sets the value of the category property.
|
void |
setHandle(java.lang.String value)
Sets the value of the handle property.
|
java.lang.String |
toString() |
getDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected CodedValue category
protected java.lang.String handle
public CodedValue getCategory()
CodedValuepublic void setCategory(CodedValue value)
value - allowed object is
CodedValuepublic java.lang.String getHandle()
Stringpublic void setHandle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class AbstractStatepublic boolean equals(java.lang.Object that)
equals in class AbstractStatepublic int hashCode()
hashCode in class AbstractState