Package org.accellera.IPXACT_1685_2014
Class FileBuilderType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.FileBuilderType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public class FileBuilderType extends java.lang.ObjectJava class for fileBuilderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fileBuilderType"> <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" minOccurs="0"/> <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"/> </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 StringExpressioncommandprotected FileTypefileTypeprotected StringExpressionflagsprotected java.lang.Stringidprotected UnsignedBitExpressionreplaceDefaultFlags
-
Constructor Summary
Constructors Constructor Description FileBuilderType()
-
Method Summary
All 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.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.
-
-
-
Field Detail
-
fileType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected FileType fileType
-
command
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected StringExpression command
-
flags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected StringExpression flags
-
replaceDefaultFlags
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected UnsignedBitExpression replaceDefaultFlags
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String id
-
-
Method Detail
-
getFileType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") 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="2026-01-14T04:58:49Z") 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 v3.0.2", date="2026-01-14T04:58:49Z") 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="2026-01-14T04:58:49Z") 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="2026-01-14T04:58:49Z") 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="2026-01-14T04:58:49Z") 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 v3.0.2", date="2026-01-14T04:58:49Z") 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="2026-01-14T04:58:49Z") public void setReplaceDefaultFlags(UnsignedBitExpression value)Sets the value of the replaceDefaultFlags property.- Parameters:
value- allowed object isUnsignedBitExpression
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") 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="2026-01-14T04:58:49Z") public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
-