Package nl.b3p.csw.jaxb.filter
Class FunctionNameType
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.FunctionNameType
-
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>
-
-
Constructor Summary
Constructors Constructor Description FunctionNameType()Default no-arg constructorFunctionNameType(String value, String nArgs)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNArgs()Gets the value of the nArgs property.StringgetValue()Gets the value of the value property.voidsetNArgs(String value)Sets the value of the nArgs property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getNArgs
public String getNArgs()
Gets the value of the nArgs property.- Returns:
- possible object is
String
-
-