public static class ActivateOperationDescriptor.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 name="ArgName" type="{http://p11073-10207/draft10/pm/2017/10/05}CodedValue"/>
<element name="Arg" type="{http://www.w3.org/2001/XMLSchema}QName"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected QName |
arg |
protected CodedValue |
argName |
| Constructor and Description |
|---|
Argument() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
QName |
getArg()
Gets the value of the arg property.
|
CodedValue |
getArgName()
Gets the value of the argName property.
|
int |
hashCode() |
void |
setArg(QName value)
Sets the value of the arg property.
|
void |
setArgName(CodedValue value)
Sets the value of the argName property.
|
String |
toString() |
protected CodedValue argName
protected QName arg
public CodedValue getArgName()
CodedValuepublic void setArgName(CodedValue value)
value - allowed object is
CodedValuepublic void setArg(QName value)
value - allowed object is
QNameCopyright © 2017. All rights reserved.