com.eu.miscedautils.ipxact.AbstractionDefinition
Class ExecutableImage

java.lang.Object
  extended by com.eu.miscedautils.ipxact.AbstractionDefinition.ExecutableImage

public class ExecutableImage
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">
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}parameters" minOccurs="0"/>
         <element name="languageTools" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="fileBuilder" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}fileType"/>
                             <element name="command">
                               <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="flags" minOccurs="0">
                               <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="replaceDefaultFlags" minOccurs="0">
                               <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}vendorExtensions" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="linker" minOccurs="0">
                     <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="linkerFlags" minOccurs="0">
                     <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="linkerCommandFile" minOccurs="0">
                     <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>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="fileSetRefGroup" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}fileSetRef" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="imageType" type="{http://www.w3.org/2001/XMLSchema}Name" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ExecutableImage.FileSetRefGroup
          Java class for anonymous complex type.
static class ExecutableImage.LanguageTools
          Java class for anonymous complex type.
static class ExecutableImage.Name
          Java class for anonymous complex type.
 
Constructor Summary
ExecutableImage()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 ExecutableImage.FileSetRefGroup getFileSetRefGroup()
          Gets the value of the fileSetRefGroup property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getImageType()
          Gets the value of the imageType property.
 ExecutableImage.LanguageTools getLanguageTools()
          Gets the value of the languageTools property.
 ExecutableImage.Name getName()
          Gets the value of the name property.
 Parameters getParameters()
          Additional information about the load module, e.g.
 VendorExtensions getVendorExtensions()
          Gets the value of the vendorExtensions property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setFileSetRefGroup(ExecutableImage.FileSetRefGroup value)
          Sets the value of the fileSetRefGroup property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setImageType(java.lang.String value)
          Sets the value of the imageType property.
 void setLanguageTools(ExecutableImage.LanguageTools value)
          Sets the value of the languageTools property.
 void setName(ExecutableImage.Name value)
          Sets the value of the name property.
 void setParameters(Parameters value)
          Sets the value of the parameters 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

public ExecutableImage()
Method Detail

getName

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

Returns:
possible object is ExecutableImage.Name

setName

public void setName(ExecutableImage.Name value)
Sets the value of the name property.

Parameters:
value - allowed object is ExecutableImage.Name

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getParameters

public Parameters getParameters()
Additional information about the load module, e.g. stack base addresses, table addresses, etc.

Returns:
possible object is Parameters

setParameters

public void setParameters(Parameters value)
Sets the value of the parameters property.

Parameters:
value - allowed object is Parameters

getLanguageTools

public ExecutableImage.LanguageTools getLanguageTools()
Gets the value of the languageTools property.

Returns:
possible object is ExecutableImage.LanguageTools

setLanguageTools

public void setLanguageTools(ExecutableImage.LanguageTools value)
Sets the value of the languageTools property.

Parameters:
value - allowed object is ExecutableImage.LanguageTools

getFileSetRefGroup

public ExecutableImage.FileSetRefGroup getFileSetRefGroup()
Gets the value of the fileSetRefGroup property.

Returns:
possible object is ExecutableImage.FileSetRefGroup

setFileSetRefGroup

public void setFileSetRefGroup(ExecutableImage.FileSetRefGroup value)
Sets the value of the fileSetRefGroup property.

Parameters:
value - allowed object is ExecutableImage.FileSetRefGroup

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

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getImageType

public java.lang.String getImageType()
Gets the value of the imageType property.

Returns:
possible object is String

setImageType

public void setImageType(java.lang.String value)
Sets the value of the imageType property.

Parameters:
value - allowed object is String