Class File.BuildCommand

  • Enclosing class:
    File

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.8",
               date="2024-11-14T04:42:42Z")
    public static class File.BuildCommand
    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="command" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}stringExpression" minOccurs="0"/>
             <element name="flags" minOccurs="0">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>stringExpression">
                     <attribute name="append" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                     <anyAttribute processContents='lax' namespace='##other'/>
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
             <element name="replaceDefaultFlags" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedBitExpression" minOccurs="0"/>
             <element name="targetName" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}stringURIExpression" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • command

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        protected StringExpression command
      • flags

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        protected File.BuildCommand.Flags flags
      • replaceDefaultFlags

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        protected UnsignedBitExpression replaceDefaultFlags
      • targetName

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        protected StringURIExpression targetName
    • Constructor Detail

      • BuildCommand

        public BuildCommand()
    • Method Detail

      • getCommand

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        public StringExpression getCommand()
        Gets the value of the command property.
        Returns:
        possible object is StringExpression
      • setCommand

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        public void setCommand​(StringExpression value)
        Sets the value of the command property.
        Parameters:
        value - allowed object is StringExpression
      • getFlags

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        public File.BuildCommand.Flags getFlags()
        Gets the value of the flags property.
        Returns:
        possible object is File.BuildCommand.Flags
      • setFlags

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        public void setFlags​(File.BuildCommand.Flags value)
        Sets the value of the flags property.
        Parameters:
        value - allowed object is File.BuildCommand.Flags
      • getReplaceDefaultFlags

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        public UnsignedBitExpression getReplaceDefaultFlags()
        Gets the value of the replaceDefaultFlags property.
        Returns:
        possible object is UnsignedBitExpression
      • setReplaceDefaultFlags

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        public void setReplaceDefaultFlags​(UnsignedBitExpression value)
        Sets the value of the replaceDefaultFlags property.
        Parameters:
        value - allowed object is UnsignedBitExpression
      • getTargetName

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        public StringURIExpression getTargetName()
        Gets the value of the targetName property.
        Returns:
        possible object is StringURIExpression
      • setTargetName

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        public void setTargetName​(StringURIExpression value)
        Sets the value of the targetName property.
        Parameters:
        value - allowed object is StringURIExpression