public static class Activate.Argument extends 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 Object |
argValue |
protected ExtensionType |
extension |
| Constructor and Description |
|---|
Argument() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Object |
getArgValue()
Gets the value of the argValue property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
int |
hashCode() |
void |
setArgValue(Object value)
Sets the value of the argValue property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
String |
toString() |
protected ExtensionType extension
protected Object argValue
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic Object getArgValue()
Objectpublic void setArgValue(Object value)
value - allowed object is
ObjectCopyright © 2018. All rights reserved.