Class 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 Detail

      • FunctionNameType

        public FunctionNameType()
        Default no-arg constructor
      • FunctionNameType

        public FunctionNameType​(String value,
                                String nArgs)
        Fully-initialising value constructor
    • 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 is String
      • getNArgs

        public String getNArgs()
        Gets the value of the nArgs property.
        Returns:
        possible object is String
      • setNArgs

        public void setNArgs​(String value)
        Sets the value of the nArgs property.
        Parameters:
        value - allowed object is String