Class FileBuilderType
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.FileBuilderType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public class FileBuilderType extends java.lang.ObjectJava 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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFileBuilderType.CommandJava class for anonymous complex type.static classFileBuilderType.FlagsJava class for anonymous complex type.static classFileBuilderType.ReplaceDefaultFlagsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected FileBuilderType.Commandcommandprotected java.lang.StringfileTypeprotected FileBuilderType.Flagsflagsprotected FileBuilderType.ReplaceDefaultFlagsreplaceDefaultFlagsprotected java.lang.StringuserFileType
-
Constructor Summary
Constructors Constructor Description FileBuilderType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileBuilderType.CommandgetCommand()Gets the value of the command property.java.lang.StringgetFileType()Gets the value of the fileType property.FileBuilderType.FlagsgetFlags()Gets the value of the flags property.FileBuilderType.ReplaceDefaultFlagsgetReplaceDefaultFlags()Gets the value of the replaceDefaultFlags property.java.lang.StringgetUserFileType()Gets the value of the userFileType property.voidsetCommand(FileBuilderType.Command value)Sets the value of the command property.voidsetFileType(java.lang.String value)Sets the value of the fileType property.voidsetFlags(FileBuilderType.Flags value)Sets the value of the flags property.voidsetReplaceDefaultFlags(FileBuilderType.ReplaceDefaultFlags value)Sets the value of the replaceDefaultFlags property.voidsetUserFileType(java.lang.String value)Sets the value of the userFileType property.
-
-
-
Field Detail
-
fileType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.String fileType
-
userFileType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.String userFileType
-
command
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected FileBuilderType.Command command
-
flags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected FileBuilderType.Flags flags
-
replaceDefaultFlags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected FileBuilderType.ReplaceDefaultFlags replaceDefaultFlags
-
-
Method Detail
-
getFileType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") 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 v2.3.8", date="2026-01-14T04:58:58Z") public void setFileType(java.lang.String value)Sets the value of the fileType property.- Parameters:
value- allowed object isString
-
getUserFileType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") 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 v2.3.8", date="2026-01-14T04:58:58Z") public void setUserFileType(java.lang.String value)Sets the value of the userFileType property.- Parameters:
value- allowed object isString
-
getCommand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") 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 v2.3.8", date="2026-01-14T04:58:58Z") public void setCommand(FileBuilderType.Command value)Sets the value of the command property.- Parameters:
value- allowed object isFileBuilderType.Command
-
getFlags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") 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 v2.3.8", date="2026-01-14T04:58:58Z") public void setFlags(FileBuilderType.Flags value)Sets the value of the flags property.- Parameters:
value- allowed object isFileBuilderType.Flags
-
getReplaceDefaultFlags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public FileBuilderType.ReplaceDefaultFlags getReplaceDefaultFlags()Gets the value of the replaceDefaultFlags property.- Returns:
- possible object is
FileBuilderType.ReplaceDefaultFlags
-
setReplaceDefaultFlags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setReplaceDefaultFlags(FileBuilderType.ReplaceDefaultFlags value)Sets the value of the replaceDefaultFlags property.- Parameters:
value- allowed object isFileBuilderType.ReplaceDefaultFlags
-
-