public class ArgumentType extends Object
Java class for ArgumentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArgumentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://extension-point-uri/15/03}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 Extension |
extension |
| Constructor and Description |
|---|
ArgumentType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getArgValue()
Gets the value of the argValue property.
|
Extension |
getExtension()
Gets the value of the extension property.
|
void |
setArgValue(Object value)
Sets the value of the argValue property.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic Object getArgValue()
ObjectCopyright © 2016. All rights reserved.