Class ExecutableImage.LanguageTools.LinkerCommandFile
- java.lang.Object
- 
- org.spiritconsortium.SPIRIT_1685_2009.ExecutableImage.LanguageTools.LinkerCommandFile
 
- 
- Enclosing class:
- ExecutableImage.LanguageTools
 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public static class ExecutableImage.LanguageTools.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"> <complexType> <simpleContent> <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>spiritURI"> <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}string.prompt.att"/> </extension> </simpleContent> </complexType> </element> <element name="commandLineSwitch"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}string.prompt.att"/> </extension> </simpleContent> </complexType> </element> <element name="enable"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>boolean"> <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}bool.prompt.att"/> </extension> </simpleContent> </complexType> </element> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}generatorRef" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitchJava class for anonymous complex type.static classExecutableImage.LanguageTools.LinkerCommandFile.EnableJava class for anonymous complex type.static classExecutableImage.LanguageTools.LinkerCommandFile.NameJava class for anonymous complex type.
 - 
Field SummaryFields Modifier and Type Field Description protected ExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitchcommandLineSwitchprotected ExecutableImage.LanguageTools.LinkerCommandFile.Enableenableprotected java.util.List<java.lang.String>generatorRefprotected ExecutableImage.LanguageTools.LinkerCommandFile.Namenameprotected VendorExtensionsvendorExtensions
 - 
Constructor SummaryConstructors Constructor Description LinkerCommandFile()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitchgetCommandLineSwitch()Gets the value of the commandLineSwitch property.ExecutableImage.LanguageTools.LinkerCommandFile.EnablegetEnable()Gets the value of the enable property.java.util.List<java.lang.String>getGeneratorRef()Gets the value of the generatorRef property.ExecutableImage.LanguageTools.LinkerCommandFile.NamegetName()Gets the value of the name property.VendorExtensionsgetVendorExtensions()Gets the value of the vendorExtensions property.voidsetCommandLineSwitch(ExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitch value)Sets the value of the commandLineSwitch property.voidsetEnable(ExecutableImage.LanguageTools.LinkerCommandFile.Enable value)Sets the value of the enable property.voidsetName(ExecutableImage.LanguageTools.LinkerCommandFile.Name 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 v3.0.2", date="2025-10-14T04:40:59Z") protected ExecutableImage.LanguageTools.LinkerCommandFile.Name name
 - 
commandLineSwitch@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") protected ExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitch commandLineSwitch
 - 
enable@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") protected ExecutableImage.LanguageTools.LinkerCommandFile.Enable enable
 - 
generatorRef@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") protected java.util.List<java.lang.String> generatorRef
 - 
vendorExtensions@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") protected VendorExtensions vendorExtensions
 
- 
 - 
Method Detail- 
getName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public ExecutableImage.LanguageTools.LinkerCommandFile.Name getName()Gets the value of the name property.- Returns:
- possible object is
     ExecutableImage.LanguageTools.LinkerCommandFile.Name
 
 - 
setName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public void setName(ExecutableImage.LanguageTools.LinkerCommandFile.Name value)Sets the value of the name property.- Parameters:
- value- allowed object is- ExecutableImage.LanguageTools.LinkerCommandFile.Name
 
 - 
getCommandLineSwitch@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public ExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitch getCommandLineSwitch()Gets the value of the commandLineSwitch property.- Returns:
- possible object is
     ExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitch
 
 - 
setCommandLineSwitch@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public void setCommandLineSwitch(ExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitch value)Sets the value of the commandLineSwitch property.- Parameters:
- value- allowed object is- ExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitch
 
 - 
getEnable@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public ExecutableImage.LanguageTools.LinkerCommandFile.Enable getEnable()Gets the value of the enable property.- Returns:
- possible object is
     ExecutableImage.LanguageTools.LinkerCommandFile.Enable
 
 - 
setEnable@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public void setEnable(ExecutableImage.LanguageTools.LinkerCommandFile.Enable value)Sets the value of the enable property.- Parameters:
- value- allowed object is- ExecutableImage.LanguageTools.LinkerCommandFile.Enable
 
 - 
getGeneratorRef@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public java.util.List<java.lang.String> 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 Jakarta XML Binding 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 String
 - 
getVendorExtensions@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") 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:59Z") public void setVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.- Parameters:
- value- allowed object is- VendorExtensions
 
 
- 
 
-