Class LinkerCommandFile


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2024-11-14T04:42:50Z")
    public class LinkerCommandFile
    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="name" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}stringURIExpression"/>
             <element name="commandLineSwitch" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}stringExpression"/>
             <element name="enable" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedBitExpression"/>
             <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}generatorRef" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}vendorExtensions" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • name

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        protected StringURIExpression name
      • commandLineSwitch

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        protected StringExpression commandLineSwitch
      • enable

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        protected UnsignedBitExpression enable
      • generatorRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        protected java.util.List<GeneratorRef> generatorRef
      • vendorExtensions

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        protected VendorExtensions vendorExtensions
    • Constructor Detail

      • LinkerCommandFile

        public LinkerCommandFile()
    • Method Detail

      • getName

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        public StringURIExpression getName()
        Gets the value of the name property.
        Returns:
        possible object is StringURIExpression
      • setName

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        public void setName​(StringURIExpression value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is StringURIExpression
      • getCommandLineSwitch

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        public StringExpression getCommandLineSwitch()
        Gets the value of the commandLineSwitch property.
        Returns:
        possible object is StringExpression
      • setCommandLineSwitch

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        public void setCommandLineSwitch​(StringExpression value)
        Sets the value of the commandLineSwitch property.
        Parameters:
        value - allowed object is StringExpression
      • getEnable

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        public UnsignedBitExpression getEnable()
        Gets the value of the enable property.
        Returns:
        possible object is UnsignedBitExpression
      • setEnable

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        public void setEnable​(UnsignedBitExpression value)
        Sets the value of the enable property.
        Parameters:
        value - allowed object is UnsignedBitExpression
      • getGeneratorRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        public java.util.List<GeneratorRef> getGeneratorRef()
        Gets the value of the generatorRef 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 generatorRef property.

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

            getGeneratorRef().add(newItem);
         

        Objects of the following type(s) are allowed in the list GeneratorRef

      • getVendorExtensions

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        public VendorExtensions getVendorExtensions()
        Gets the value of the vendorExtensions property.
        Returns:
        possible object is VendorExtensions
      • setVendorExtensions

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        public void setVendorExtensions​(VendorExtensions value)
        Sets the value of the vendorExtensions property.
        Parameters:
        value - allowed object is VendorExtensions