Class FileSetType.Function

  • Enclosing class:
    FileSetType

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2026-01-14T04:58:49Z")
    public static class FileSetType.Function
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="entryPoint" type="{http://www.w3.org/2001/XMLSchema}Name" minOccurs="0"/>
             <element name="fileRef" type="{http://www.w3.org/2001/XMLSchema}token"/>
             <element name="returnType" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}returnTypeType" minOccurs="0"/>
             <element name="argument" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <extension base="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}nameValuePairType">
                     <attribute name="dataType" use="required" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}dataTypeType" />
                   </extension>
                 </complexContent>
               </complexType>
             </element>
             <element name="disabled" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedBitExpression" minOccurs="0"/>
             <element name="sourceFile" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="sourceName" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}ipxactURI"/>
                       <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}fileType"/>
                     </sequence>
                     <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/>
           <attribute name="replicate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • entryPoint

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected java.lang.String entryPoint
      • fileRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected java.lang.String fileRef
      • returnType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected ReturnTypeType returnType
      • argument

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected java.util.List<FileSetType.Function.Argument> argument
      • disabled

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected UnsignedBitExpression disabled
      • sourceFile

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected java.util.List<FileSetType.Function.SourceFile> sourceFile
      • replicate

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected java.lang.Boolean replicate
      • id

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected java.lang.String id
    • Constructor Detail

      • Function

        public Function()
    • Method Detail

      • getEntryPoint

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public java.lang.String getEntryPoint()
        Gets the value of the entryPoint property.
        Returns:
        possible object is String
      • setEntryPoint

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public void setEntryPoint​(java.lang.String value)
        Sets the value of the entryPoint property.
        Parameters:
        value - allowed object is String
      • getFileRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public java.lang.String getFileRef()
        Gets the value of the fileRef property.
        Returns:
        possible object is String
      • setFileRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public void setFileRef​(java.lang.String value)
        Sets the value of the fileRef property.
        Parameters:
        value - allowed object is String
      • getReturnType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public ReturnTypeType getReturnType()
        Gets the value of the returnType property.
        Returns:
        possible object is ReturnTypeType
      • setReturnType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public void setReturnType​(ReturnTypeType value)
        Sets the value of the returnType property.
        Parameters:
        value - allowed object is ReturnTypeType
      • getArgument

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public java.util.List<FileSetType.Function.Argument> getArgument()
        Gets the value of the argument property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the argument property.

        For example, to add a new item, do as follows:

            getArgument().add(newItem);
         

        Objects of the following type(s) are allowed in the list FileSetType.Function.Argument

      • getDisabled

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public UnsignedBitExpression getDisabled()
        Gets the value of the disabled property.
        Returns:
        possible object is UnsignedBitExpression
      • setDisabled

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public void setDisabled​(UnsignedBitExpression value)
        Sets the value of the disabled property.
        Parameters:
        value - allowed object is UnsignedBitExpression
      • getSourceFile

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public java.util.List<FileSetType.Function.SourceFile> getSourceFile()
        Gets the value of the sourceFile property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the sourceFile property.

        For example, to add a new item, do as follows:

            getSourceFile().add(newItem);
         

        Objects of the following type(s) are allowed in the list FileSetType.Function.SourceFile

      • isReplicate

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public boolean isReplicate()
        Gets the value of the replicate property.
        Returns:
        possible object is Boolean
      • setReplicate

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public void setReplicate​(java.lang.Boolean value)
        Sets the value of the replicate property.
        Parameters:
        value - allowed object is Boolean
      • getId

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String