Class File.BuildCommand
- java.lang.Object
- 
- org.spiritconsortium.SPIRIT_1685_2009.File.BuildCommand
 
- 
- Enclosing class:
- File
 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public static class File.BuildCommand extends java.lang.ObjectJava 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>
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classFile.BuildCommand.CommandJava class for anonymous complex type.static classFile.BuildCommand.FlagsJava class for anonymous complex type.static classFile.BuildCommand.ReplaceDefaultFlagsJava class for anonymous complex type.static classFile.BuildCommand.TargetNameJava class for anonymous complex type.
 - 
Field SummaryFields Modifier and Type Field Description protected File.BuildCommand.Commandcommandprotected File.BuildCommand.Flagsflagsprotected File.BuildCommand.ReplaceDefaultFlagsreplaceDefaultFlagsprotected File.BuildCommand.TargetNametargetName
 - 
Constructor SummaryConstructors Constructor Description BuildCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description File.BuildCommand.CommandgetCommand()Gets the value of the command property.File.BuildCommand.FlagsgetFlags()Gets the value of the flags property.File.BuildCommand.ReplaceDefaultFlagsgetReplaceDefaultFlags()Gets the value of the replaceDefaultFlags property.File.BuildCommand.TargetNamegetTargetName()Gets the value of the targetName property.voidsetCommand(File.BuildCommand.Command value)Sets the value of the command property.voidsetFlags(File.BuildCommand.Flags value)Sets the value of the flags property.voidsetReplaceDefaultFlags(File.BuildCommand.ReplaceDefaultFlags value)Sets the value of the replaceDefaultFlags property.voidsetTargetName(File.BuildCommand.TargetName value)Sets the value of the targetName property.
 
- 
- 
- 
Field Detail- 
command@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") protected File.BuildCommand.Command command
 - 
flags@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") protected File.BuildCommand.Flags flags
 - 
replaceDefaultFlags@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") protected File.BuildCommand.ReplaceDefaultFlags replaceDefaultFlags
 - 
targetName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") protected File.BuildCommand.TargetName targetName
 
- 
 - 
Method Detail- 
getCommand@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public File.BuildCommand.Command getCommand()Gets the value of the command property.- Returns:
- possible object is
     File.BuildCommand.Command
 
 - 
setCommand@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public void setCommand(File.BuildCommand.Command value)Sets the value of the command property.- Parameters:
- value- allowed object is- File.BuildCommand.Command
 
 - 
getFlags@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") 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 v3.0.2", date="2025-10-14T04:40:59Z") 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 v3.0.2", date="2025-10-14T04:40:59Z") public File.BuildCommand.ReplaceDefaultFlags getReplaceDefaultFlags()Gets the value of the replaceDefaultFlags property.- Returns:
- possible object is
     File.BuildCommand.ReplaceDefaultFlags
 
 - 
setReplaceDefaultFlags@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public void setReplaceDefaultFlags(File.BuildCommand.ReplaceDefaultFlags value)Sets the value of the replaceDefaultFlags property.- Parameters:
- value- allowed object is- File.BuildCommand.ReplaceDefaultFlags
 
 - 
getTargetName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public File.BuildCommand.TargetName getTargetName()Gets the value of the targetName property.- Returns:
- possible object is
     File.BuildCommand.TargetName
 
 - 
setTargetName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public void setTargetName(File.BuildCommand.TargetName value)Sets the value of the targetName property.- Parameters:
- value- allowed object is- File.BuildCommand.TargetName
 
 
- 
 
-