public static class ActivateOperationDescriptor.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 name="ArgName" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue"/>
<element name="Arg" type="{http://www.w3.org/2001/XMLSchema}QName"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.namespace.QName |
arg |
protected CodedValue |
argName |
| Constructor and Description |
|---|
Argument() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
javax.xml.namespace.QName |
getArg()
Gets the value of the arg property.
|
CodedValue |
getArgName()
Gets the value of the argName property.
|
int |
hashCode() |
void |
setArg(javax.xml.namespace.QName value)
Sets the value of the arg property.
|
void |
setArgName(CodedValue value)
Sets the value of the argName property.
|
java.lang.String |
toString() |
protected CodedValue argName
protected javax.xml.namespace.QName arg
public CodedValue getArgName()
CodedValuepublic void setArgName(CodedValue value)
value - allowed object is
CodedValuepublic javax.xml.namespace.QName getArg()
QNamepublic void setArg(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic 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