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 v3.0.2", date="2025-10-14T04:40:54Z") public static class ExecutableImage.LanguageTools.FileBuilder 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 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 SummaryFields Modifier and Type Field Description protected StringExpressioncommandprotected FileTypefileTypeprotected StringExpressionflagsprotected java.lang.Stringidprotected UnsignedBitExpressionreplaceDefaultFlagsprotected VendorExtensionsvendorExtensions
 - 
Constructor SummaryConstructors Constructor Description FileBuilder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringExpressiongetCommand()Gets the value of the command property.FileTypegetFileType()Gets the value of the fileType property.StringExpressiongetFlags()Gets the value of the flags property.java.lang.StringgetId()Gets the value of the id property.UnsignedBitExpressiongetReplaceDefaultFlags()Gets the value of the replaceDefaultFlags property.VendorExtensionsgetVendorExtensions()Gets the value of the vendorExtensions property.voidsetCommand(StringExpression value)Sets the value of the command property.voidsetFileType(FileType value)Sets the value of the fileType property.voidsetFlags(StringExpression value)Sets the value of the flags property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetReplaceDefaultFlags(UnsignedBitExpression value)Sets the value of the replaceDefaultFlags property.voidsetVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.
 
- 
- 
- 
Field Detail- 
fileType@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected FileType fileType
 - 
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 StringExpression flags
 - 
replaceDefaultFlags@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected UnsignedBitExpression replaceDefaultFlags
 - 
vendorExtensions@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected VendorExtensions vendorExtensions
 - 
id@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String id
 
- 
 - 
Method Detail- 
getFileType@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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 v3.0.2", date="2025-10-14T04:40:54Z") public void setFileType(FileType value)Sets the value of the fileType property.- Parameters:
- value- allowed object is- FileType
 
 - 
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 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 v3.0.2", date="2025-10-14T04:40:54Z") public void setFlags(StringExpression value)Sets the value of the flags property.- Parameters:
- value- allowed object is- StringExpression
 
 - 
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
 
 - 
getVendorExtensions@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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 v3.0.2", date="2025-10-14T04:40:54Z") public void setVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.- Parameters:
- value- allowed object is- VendorExtensions
 
 - 
getId@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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 v3.0.2", date="2025-10-14T04:40:54Z") public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-