public class FunctionNameType extends Object
Java class for FunctionNameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FunctionNameType">
<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()
Default no-arg constructor
|
FunctionNameType(String value,
String nArgs)
Fully-initialising value constructor
|
| 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()
StringCopyright © 2020 B3Partners B.V.. All rights reserved.