Class FileSetType.Function.Argument

  • Enclosing class:
    FileSetType.Function

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.8",
               date="2026-01-14T04:58:58Z")
    public static class FileSetType.Function.Argument
    extends NameValuePairType

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <extension base="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameValuePairType">
           <attribute name="dataType" use="required" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}dataTypeType" />
           <anyAttribute processContents='lax'/>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • dataType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        protected DataTypeType dataType
    • Constructor Detail

      • Argument

        public Argument()
    • Method Detail

      • getDataType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public DataTypeType getDataType()
        Gets the value of the dataType property.
        Returns:
        possible object is DataTypeType
      • setDataType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public void setDataType​(DataTypeType value)
        Sets the value of the dataType property.
        Parameters:
        value - allowed object is DataTypeType