Class FileSetType.Function.SourceFile

  • 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.SourceFile
    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="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>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      SourceFile()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FileType getFileType()
      Gets the value of the fileType property.
      java.lang.String getId()
      Gets the value of the id property.
      IpxactURI getSourceName()
      Gets the value of the sourceName property.
      void setFileType​(FileType value)
      Sets the value of the fileType property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setSourceName​(IpxactURI value)
      Sets the value of the sourceName property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sourceName

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

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

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

      • SourceFile

        public SourceFile()
    • Method Detail

      • getSourceName

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

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

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

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

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        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 v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String