public static class Activate.Argument
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
<element name="ArgValue" type="{http://www.w3.org/2001/XMLSchema}anySimpleType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
argValue |
protected ExtensionTypeFixed |
extension |
| Constructor and Description |
|---|
Argument() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.Object |
getArgValue()
Gets the value of the argValue property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
int |
hashCode() |
void |
setArgValue(java.lang.Object value)
Sets the value of the argValue property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
java.lang.String |
toString() |
protected ExtensionTypeFixed extension
protected java.lang.Object argValue
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic java.lang.Object getArgValue()
Objectpublic void setArgValue(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object