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 v2.3.8", date="2025-10-14T04:40:56Z") 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 Summary
Nested Classes Modifier and Type Class Description static classFile.BuildCommand.FlagsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected StringExpressioncommandprotected File.BuildCommand.Flagsflagsprotected UnsignedBitExpressionreplaceDefaultFlagsprotected StringURIExpressiontargetName
-
Constructor Summary
Constructors Constructor Description BuildCommand()
-
Method Summary
All 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 v2.3.8", date="2025-10-14T04:40:56Z") protected StringExpression command
-
flags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected File.BuildCommand.Flags flags
-
replaceDefaultFlags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected UnsignedBitExpression replaceDefaultFlags
-
targetName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected StringURIExpression targetName
-
-
Method Detail
-
getCommand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") 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 v2.3.8", date="2025-10-14T04:40:56Z") public void setCommand(StringExpression value)Sets the value of the command property.- Parameters:
value- allowed object isStringExpression
-
getFlags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") 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 v2.3.8", date="2025-10-14T04:40:56Z") public void setFlags(File.BuildCommand.Flags value)Sets the value of the flags property.- Parameters:
value- allowed object isFile.BuildCommand.Flags
-
getReplaceDefaultFlags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") 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 v2.3.8", date="2025-10-14T04:40:56Z") public void setReplaceDefaultFlags(UnsignedBitExpression value)Sets the value of the replaceDefaultFlags property.- Parameters:
value- allowed object isUnsignedBitExpression
-
getTargetName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") 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 v2.3.8", date="2025-10-14T04:40:56Z") public void setTargetName(StringURIExpression value)Sets the value of the targetName property.- Parameters:
value- allowed object isStringURIExpression
-
-