Package org.accellera.IPXACT_1685_2014
Class ExecutableImage.LanguageTools.FileBuilder
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.ExecutableImage.LanguageTools.FileBuilder
-
- Enclosing class:
- ExecutableImage.LanguageTools
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public static class ExecutableImage.LanguageTools.FileBuilder 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 ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}fileType"/> <element name="command" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}stringExpression"/> <element name="flags" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}stringExpression" minOccurs="0"/> <element name="replaceDefaultFlags" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedBitExpression" minOccurs="0"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}vendorExtensions" minOccurs="0"/> </sequence> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringExpression
command
protected FileType
fileType
protected StringExpression
flags
protected java.lang.String
id
protected UnsignedBitExpression
replaceDefaultFlags
protected VendorExtensions
vendorExtensions
-
Constructor Summary
Constructors Constructor Description FileBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringExpression
getCommand()
Gets the value of the command property.FileType
getFileType()
Gets the value of the fileType property.StringExpression
getFlags()
Gets the value of the flags property.java.lang.String
getId()
Gets the value of the id property.UnsignedBitExpression
getReplaceDefaultFlags()
Gets the value of the replaceDefaultFlags property.VendorExtensions
getVendorExtensions()
Gets the value of the vendorExtensions property.void
setCommand(StringExpression value)
Sets the value of the command property.void
setFileType(FileType value)
Sets the value of the fileType property.void
setFlags(StringExpression value)
Sets the value of the flags property.void
setId(java.lang.String value)
Sets the value of the id property.void
setReplaceDefaultFlags(UnsignedBitExpression value)
Sets the value of the replaceDefaultFlags property.void
setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property.
-
-
-
Field Detail
-
fileType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected FileType fileType
-
command
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected StringExpression command
-
flags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected StringExpression flags
-
replaceDefaultFlags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected UnsignedBitExpression replaceDefaultFlags
-
vendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected VendorExtensions vendorExtensions
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") protected java.lang.String id
-
-
Method Detail
-
getFileType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public FileType getFileType()
Gets the value of the fileType property.- Returns:
- possible object is
FileType
-
setFileType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public void setFileType(FileType value)
Sets the value of the fileType property.- Parameters:
value
- allowed object isFileType
-
getCommand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") 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="2024-11-14T04:42:42Z") 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="2024-11-14T04:42:42Z") public StringExpression getFlags()
Gets the value of the flags property.- Returns:
- possible object is
StringExpression
-
setFlags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public void setFlags(StringExpression value)
Sets the value of the flags property.- Parameters:
value
- allowed object isStringExpression
-
getReplaceDefaultFlags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") 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="2024-11-14T04:42:42Z") public void setReplaceDefaultFlags(UnsignedBitExpression value)
Sets the value of the replaceDefaultFlags property.- Parameters:
value
- allowed object isUnsignedBitExpression
-
getVendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public VendorExtensions getVendorExtensions()
Gets the value of the vendorExtensions property.- Returns:
- possible object is
VendorExtensions
-
setVendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public void setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property.- Parameters:
value
- allowed object isVendorExtensions
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
-