Package org.accellera.IPXACT_1685_2014
Class File.BuildCommand
- java.lang.Object
- 
- org.accellera.IPXACT_1685_2014.File.BuildCommand
 
- 
- Enclosing class:
- File
 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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" 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>
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classFile.BuildCommand.FlagsJava class for anonymous complex type.
 - 
Field SummaryFields Modifier and Type Field Description protected StringExpressioncommandprotected File.BuildCommand.Flagsflagsprotected UnsignedBitExpressionreplaceDefaultFlagsprotected StringURIExpressiontargetName
 - 
Constructor SummaryConstructors Constructor Description BuildCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringExpressiongetCommand()Gets the value of the command property.File.BuildCommand.FlagsgetFlags()Gets the value of the flags property.UnsignedBitExpressiongetReplaceDefaultFlags()Gets the value of the replaceDefaultFlags property.StringURIExpressiongetTargetName()Gets the value of the targetName property.voidsetCommand(StringExpression value)Sets the value of the command property.voidsetFlags(File.BuildCommand.Flags value)Sets the value of the flags property.voidsetReplaceDefaultFlags(UnsignedBitExpression value)Sets the value of the replaceDefaultFlags property.voidsetTargetName(StringURIExpression 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:54Z") protected StringExpression command
 - 
flags@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected File.BuildCommand.Flags flags
 - 
replaceDefaultFlags@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected UnsignedBitExpression replaceDefaultFlags
 - 
targetName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected StringURIExpression targetName
 
- 
 - 
Method Detail- 
getCommand@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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 v3.0.2", date="2025-10-14T04:40:54Z") 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 v3.0.2", date="2025-10-14T04:40:54Z") 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:54Z") 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:54Z") 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 v3.0.2", date="2025-10-14T04:40:54Z") 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 v3.0.2", date="2025-10-14T04:40:54Z") 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 v3.0.2", date="2025-10-14T04:40:54Z") public void setTargetName(StringURIExpression value)Sets the value of the targetName property.- Parameters:
- value- allowed object is- StringURIExpression
 
 
- 
 
-