public class FunctionNameType extends Object
Java class for Function_NameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Function_NameType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="nArgs" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
nArgs |
protected String |
value |
| Constructor and Description |
|---|
FunctionNameType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNArgs()
Gets the value of the nArgs property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setNArgs(String value)
Sets the value of the nArgs property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getNArgs()
StringThis work is licensed under a Creative Commons Attribution 4.0 International License.