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://p11073-10207/draft6/pm/2016/12/08}AbstractState">
<sequence>
<element name="Category" type="{http://p11073-10207/draft6/pm/2016/12/08}CodedValue" minOccurs="0"/>
</sequence>
<attribute name="Handle" use="required" type="{http://p11073-10207/draft6/pm/2016/12/08}Handle" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CodedValue |
category |
protected String |
handle |
descriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
AbstractMultiState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
CodedValue |
getCategory()
Gets the value of the category property.
|
String |
getHandle()
Gets the value of the handle property.
|
int |
hashCode() |
void |
setCategory(CodedValue value)
Sets the value of the category property.
|
void |
setHandle(String value)
Sets the value of the handle property.
|
String |
toString() |
getDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected CodedValue category
protected String handle
public CodedValue getCategory()
CodedValuepublic void setCategory(CodedValue value)
value - allowed object is
CodedValuepublic String getHandle()
Stringpublic void setHandle(String value)
value - allowed object is
Stringpublic String toString()
toString in class AbstractStatepublic boolean equals(Object that)
equals in class AbstractStatepublic int hashCode()
hashCode in class AbstractStateCopyright © 2018. All rights reserved.