public class ArgumentDescriptorType extends Descriptor
Java class for ArgumentDescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArgumentDescriptorType">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractDescriptor">
<sequence>
<element name="ArgName" type="{http://domain-model-uri/15/04}CodedValue"/>
<element name="ArgType" type="{http://www.w3.org/2001/XMLSchema}QName"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CodedValue |
argName |
protected QName |
argType |
descriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
ArgumentDescriptorType() |
| Modifier and Type | Method and Description |
|---|---|
CodedValue |
getArgName()
Gets the value of the argName property.
|
QName |
getArgType()
Gets the value of the argType property.
|
void |
setArgName(CodedValue value)
Sets the value of the argName property.
|
void |
setArgType(QName value)
Sets the value of the argType property.
|
getDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected CodedValue argName
protected QName argType
public CodedValue getArgName()
CodedValuepublic void setArgName(CodedValue value)
value - allowed object is
CodedValuepublic QName getArgType()
QNameCopyright © 2016. All rights reserved.