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="2024-11-14T04:42:51Z") public static class ExecutableImage.LanguageTools.LinkerCommandFile 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 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 Summary
Nested Classes Modifier and Type Class Description static class
ExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitch
Java class for anonymous complex type.static class
ExecutableImage.LanguageTools.LinkerCommandFile.Enable
Java class for anonymous complex type.static class
ExecutableImage.LanguageTools.LinkerCommandFile.Name
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitch
commandLineSwitch
protected ExecutableImage.LanguageTools.LinkerCommandFile.Enable
enable
protected java.util.List<java.lang.String>
generatorRef
protected ExecutableImage.LanguageTools.LinkerCommandFile.Name
name
protected VendorExtensions
vendorExtensions
-
Constructor Summary
Constructors Constructor Description LinkerCommandFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitch
getCommandLineSwitch()
Gets the value of the commandLineSwitch property.ExecutableImage.LanguageTools.LinkerCommandFile.Enable
getEnable()
Gets the value of the enable property.java.util.List<java.lang.String>
getGeneratorRef()
Gets the value of the generatorRef property.ExecutableImage.LanguageTools.LinkerCommandFile.Name
getName()
Gets the value of the name property.VendorExtensions
getVendorExtensions()
Gets the value of the vendorExtensions property.void
setCommandLineSwitch(ExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitch value)
Sets the value of the commandLineSwitch property.void
setEnable(ExecutableImage.LanguageTools.LinkerCommandFile.Enable value)
Sets the value of the enable property.void
setName(ExecutableImage.LanguageTools.LinkerCommandFile.Name value)
Sets the value of the name property.void
setVendorExtensions(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="2024-11-14T04:42:51Z") protected ExecutableImage.LanguageTools.LinkerCommandFile.Name name
-
commandLineSwitch
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected ExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitch commandLineSwitch
-
enable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected ExecutableImage.LanguageTools.LinkerCommandFile.Enable enable
-
generatorRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.util.List<java.lang.String> generatorRef
-
vendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected VendorExtensions vendorExtensions
-
-
Method Detail
-
getName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") 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="2024-11-14T04:42:51Z") public void setName(ExecutableImage.LanguageTools.LinkerCommandFile.Name value)
Sets the value of the name property.- Parameters:
value
- allowed object isExecutableImage.LanguageTools.LinkerCommandFile.Name
-
getCommandLineSwitch
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") 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="2024-11-14T04:42:51Z") public void setCommandLineSwitch(ExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitch value)
Sets the value of the commandLineSwitch property.- Parameters:
value
- allowed object isExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitch
-
getEnable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") 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="2024-11-14T04:42:51Z") public void setEnable(ExecutableImage.LanguageTools.LinkerCommandFile.Enable value)
Sets the value of the enable property.- Parameters:
value
- allowed object isExecutableImage.LanguageTools.LinkerCommandFile.Enable
-
getGeneratorRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") 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
set
method 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="2024-11-14T04:42:51Z") 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="2024-11-14T04:42:51Z") public void setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property.- Parameters:
value
- allowed object isVendorExtensions
-
-