com.eu.miscedautils.ipxact.Component
Class ExecutableImage.LanguageTools.LinkerCommandFile

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Component.ExecutableImage.LanguageTools.LinkerCommandFile
Enclosing class:
ExecutableImage.LanguageTools

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
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.
 
Constructor Summary
ExecutableImage.LanguageTools.LinkerCommandFile()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutableImage.LanguageTools.LinkerCommandFile

public ExecutableImage.LanguageTools.LinkerCommandFile()
Method Detail

getName

public ExecutableImage.LanguageTools.LinkerCommandFile.Name getName()
Gets the value of the name property.

Returns:
possible object is ExecutableImage.LanguageTools.LinkerCommandFile.Name

setName

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

public ExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitch getCommandLineSwitch()
Gets the value of the commandLineSwitch property.

Returns:
possible object is ExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitch

setCommandLineSwitch

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

public ExecutableImage.LanguageTools.LinkerCommandFile.Enable getEnable()
Gets the value of the enable property.

Returns:
possible object is ExecutableImage.LanguageTools.LinkerCommandFile.Enable

setEnable

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

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 JAXB 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

public VendorExtensions getVendorExtensions()
Gets the value of the vendorExtensions property.

Returns:
possible object is VendorExtensions

setVendorExtensions

public void setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property.

Parameters:
value - allowed object is VendorExtensions