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="2024-11-14T04:42:51Z") public static class File.BuildCommand extends java.lang.Object
Java 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 class
File.BuildCommand.Flags
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected StringExpression
command
protected File.BuildCommand.Flags
flags
protected UnsignedBitExpression
replaceDefaultFlags
protected StringURIExpression
targetName
-
Constructor Summary
Constructors Constructor Description BuildCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringExpression
getCommand()
Gets the value of the command property.File.BuildCommand.Flags
getFlags()
Gets the value of the flags property.UnsignedBitExpression
getReplaceDefaultFlags()
Gets the value of the replaceDefaultFlags property.StringURIExpression
getTargetName()
Gets the value of the targetName property.void
setCommand(StringExpression value)
Sets the value of the command property.void
setFlags(File.BuildCommand.Flags value)
Sets the value of the flags property.void
setReplaceDefaultFlags(UnsignedBitExpression value)
Sets the value of the replaceDefaultFlags property.void
setTargetName(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="2024-11-14T04:42:51Z") protected StringExpression command
-
flags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected File.BuildCommand.Flags flags
-
replaceDefaultFlags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected UnsignedBitExpression replaceDefaultFlags
-
targetName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected StringURIExpression targetName
-
-
Method Detail
-
getCommand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") 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="2024-11-14T04:42:51Z") 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 v3.0.2", date="2024-11-14T04:42:51Z") 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="2024-11-14T04:42:51Z") 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 v3.0.2", date="2024-11-14T04:42:51Z") 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="2024-11-14T04:42:51Z") 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 v3.0.2", date="2024-11-14T04:42:51Z") 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="2024-11-14T04:42:51Z") public void setTargetName(StringURIExpression value)
Sets the value of the targetName property.- Parameters:
value
- allowed object isStringURIExpression
-
-