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" minOccurs="0">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.w3.org/2001/XMLSchema>string">
                     <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}string.prompt.att"/>
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
             <element name="flags" minOccurs="0">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.w3.org/2001/XMLSchema>string">
                     <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}string.prompt.att"/>
                     <attribute name="append" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
             <element name="replaceDefaultFlags" minOccurs="0">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.w3.org/2001/XMLSchema>boolean">
                     <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}bool.prompt.att"/>
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
             <element name="targetName" minOccurs="0">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>spiritURI">
                     <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}string.prompt.att"/>
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
           </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 File.BuildCommand.Command 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 File.BuildCommand.ReplaceDefaultFlags replaceDefaultFlags
      • targetName

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

      • BuildCommand

        public BuildCommand()