Class FileBuilderType


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

    Java class for fileBuilderType complex type.

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

     <complexType name="fileBuilderType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}fileType"/>
             <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"/>
                   </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>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • fileType

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

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

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

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

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

      • FileBuilderType

        public FileBuilderType()
    • Method Detail

      • getFileType

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

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

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

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

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

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

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

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