Package org.accellera.IPXACT_1685_2014
Class LinkerCommandFile
- java.lang.Object
- 
- org.accellera.IPXACT_1685_2014.LinkerCommandFile
 
- 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public class LinkerCommandFile 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="name" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}stringURIExpression"/> <element name="commandLineSwitch" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}stringExpression"/> <element name="enable" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedBitExpression"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}generatorRef" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}vendorExtensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected StringExpressioncommandLineSwitchprotected UnsignedBitExpressionenableprotected java.util.List<GeneratorRef>generatorRefprotected StringURIExpressionnameprotected VendorExtensionsvendorExtensions
 - 
Constructor SummaryConstructors Constructor Description LinkerCommandFile()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringExpressiongetCommandLineSwitch()Gets the value of the commandLineSwitch property.UnsignedBitExpressiongetEnable()Gets the value of the enable property.java.util.List<GeneratorRef>getGeneratorRef()Gets the value of the generatorRef property.StringURIExpressiongetName()Gets the value of the name property.VendorExtensionsgetVendorExtensions()Gets the value of the vendorExtensions property.voidsetCommandLineSwitch(StringExpression value)Sets the value of the commandLineSwitch property.voidsetEnable(UnsignedBitExpression value)Sets the value of the enable property.voidsetName(StringURIExpression value)Sets the value of the name property.voidsetVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.
 
- 
- 
- 
Field Detail- 
name@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected StringURIExpression name
 - 
commandLineSwitch@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected StringExpression commandLineSwitch
 - 
enable@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected UnsignedBitExpression enable
 - 
generatorRef@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected java.util.List<GeneratorRef> generatorRef
 - 
vendorExtensions@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected VendorExtensions vendorExtensions
 
- 
 - 
Method Detail- 
getName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public StringURIExpression getName()Gets the value of the name property.- Returns:
- possible object is
     StringURIExpression
 
 - 
setName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public void setName(StringURIExpression value)Sets the value of the name property.- Parameters:
- value- allowed object is- StringURIExpression
 
 - 
getCommandLineSwitch@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public StringExpression getCommandLineSwitch()Gets the value of the commandLineSwitch property.- Returns:
- possible object is
     StringExpression
 
 - 
setCommandLineSwitch@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public void setCommandLineSwitch(StringExpression value)Sets the value of the commandLineSwitch property.- Parameters:
- value- allowed object is- StringExpression
 
 - 
getEnable@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public UnsignedBitExpression getEnable()Gets the value of the enable property.- Returns:
- possible object is
     UnsignedBitExpression
 
 - 
setEnable@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public void setEnable(UnsignedBitExpression value)Sets the value of the enable property.- Parameters:
- value- allowed object is- UnsignedBitExpression
 
 - 
getGeneratorRef@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public java.util.List<GeneratorRef> getGeneratorRef()Gets the value of the generatorRef property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the generatorRef property.For example, to add a new item, do as follows: getGeneratorRef().add(newItem);Objects of the following type(s) are allowed in the list GeneratorRef
 - 
getVendorExtensions@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") 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="2025-10-14T04:40:56Z") public void setVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.- Parameters:
- value- allowed object is- VendorExtensions
 
 
- 
 
-