|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.BusDefinition.ExecutableImage.LanguageTools
public static class ExecutableImage.LanguageTools
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="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>
Nested Class Summary | |
---|---|
static class |
ExecutableImage.LanguageTools.FileBuilder
Java class for anonymous complex type. |
static class |
ExecutableImage.LanguageTools.Linker
Java class for anonymous complex type. |
static class |
ExecutableImage.LanguageTools.LinkerCommandFile
Java class for anonymous complex type. |
static class |
ExecutableImage.LanguageTools.LinkerFlags
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
ExecutableImage.LanguageTools()
|
Method Summary | |
---|---|
java.util.List<ExecutableImage.LanguageTools.FileBuilder> |
getFileBuilder()
Gets the value of the fileBuilder property. |
ExecutableImage.LanguageTools.Linker |
getLinker()
Gets the value of the linker property. |
ExecutableImage.LanguageTools.LinkerCommandFile |
getLinkerCommandFile()
Gets the value of the linkerCommandFile property. |
ExecutableImage.LanguageTools.LinkerFlags |
getLinkerFlags()
Gets the value of the linkerFlags property. |
void |
setLinker(ExecutableImage.LanguageTools.Linker value)
Sets the value of the linker property. |
void |
setLinkerCommandFile(ExecutableImage.LanguageTools.LinkerCommandFile value)
Sets the value of the linkerCommandFile property. |
void |
setLinkerFlags(ExecutableImage.LanguageTools.LinkerFlags value)
Sets the value of the linkerFlags property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecutableImage.LanguageTools()
Method Detail |
---|
public java.util.List<ExecutableImage.LanguageTools.FileBuilder> getFileBuilder()
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 fileBuilder property.
For example, to add a new item, do as follows:
getFileBuilder().add(newItem);
Objects of the following type(s) are allowed in the list
ExecutableImage.LanguageTools.FileBuilder
public ExecutableImage.LanguageTools.Linker getLinker()
ExecutableImage.LanguageTools.Linker
public void setLinker(ExecutableImage.LanguageTools.Linker value)
value
- allowed object is
ExecutableImage.LanguageTools.Linker
public ExecutableImage.LanguageTools.LinkerFlags getLinkerFlags()
ExecutableImage.LanguageTools.LinkerFlags
public void setLinkerFlags(ExecutableImage.LanguageTools.LinkerFlags value)
value
- allowed object is
ExecutableImage.LanguageTools.LinkerFlags
public ExecutableImage.LanguageTools.LinkerCommandFile getLinkerCommandFile()
ExecutableImage.LanguageTools.LinkerCommandFile
public void setLinkerCommandFile(ExecutableImage.LanguageTools.LinkerCommandFile value)
value
- allowed object is
ExecutableImage.LanguageTools.LinkerCommandFile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |