|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Abstractor.AbstractorType
public class AbstractorType
Abstractor-specific extension to abstractorType
Java class for abstractorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="abstractorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}versionedIdentifier"/> <element name="abstractorMode"> <complexType> <simpleContent> <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>abstractorModeType"> <attribute name="group" type="{http://www.w3.org/2001/XMLSchema}Name" /> </extension> </simpleContent> </complexType> </element> <element name="busType" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}libraryRefType"/> <element name="abstractorInterfaces"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="abstractorInterface" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}abstractorBusInterfaceType" maxOccurs="2" minOccurs="2"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="model" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}abstractorModelType" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}abstractorGenerators" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}choices" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}fileSets" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}description" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}parameters" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
AbstractorType.AbstractorInterfaces
Java class for anonymous complex type. |
static class |
AbstractorType.AbstractorMode
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
AbstractorType()
|
Method Summary | |
---|---|
AbstractorGenerators |
getAbstractorGenerators()
Generator list is tools-specific. |
AbstractorType.AbstractorInterfaces |
getAbstractorInterfaces()
Gets the value of the abstractorInterfaces property. |
AbstractorType.AbstractorMode |
getAbstractorMode()
Gets the value of the abstractorMode property. |
LibraryRefType |
getBusType()
Gets the value of the busType property. |
Choices |
getChoices()
Gets the value of the choices property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
FileSets |
getFileSets()
Gets the value of the fileSets property. |
java.lang.String |
getLibrary()
Gets the value of the library property. |
AbstractorModelType |
getModel()
Gets the value of the model property. |
java.lang.String |
getName()
Gets the value of the name property. |
Parameters |
getParameters()
Gets the value of the parameters property. |
java.lang.String |
getVendor()
Gets the value of the vendor property. |
VendorExtensions |
getVendorExtensions()
Gets the value of the vendorExtensions property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
void |
setAbstractorGenerators(AbstractorGenerators value)
Sets the value of the abstractorGenerators property. |
void |
setAbstractorInterfaces(AbstractorType.AbstractorInterfaces value)
Sets the value of the abstractorInterfaces property. |
void |
setAbstractorMode(AbstractorType.AbstractorMode value)
Sets the value of the abstractorMode property. |
void |
setBusType(LibraryRefType value)
Sets the value of the busType property. |
void |
setChoices(Choices value)
Sets the value of the choices property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setFileSets(FileSets value)
Sets the value of the fileSets property. |
void |
setLibrary(java.lang.String value)
Sets the value of the library property. |
void |
setModel(AbstractorModelType value)
Sets the value of the model property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setParameters(Parameters value)
Sets the value of the parameters property. |
void |
setVendor(java.lang.String value)
Sets the value of the vendor property. |
void |
setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property. |
void |
setVersion(java.lang.String value)
Sets the value of the version property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractorType()
Method Detail |
---|
public java.lang.String getVendor()
String
public void setVendor(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLibrary()
String
public void setLibrary(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getVersion()
String
public void setVersion(java.lang.String value)
value
- allowed object is
String
public AbstractorType.AbstractorMode getAbstractorMode()
AbstractorType.AbstractorMode
public void setAbstractorMode(AbstractorType.AbstractorMode value)
value
- allowed object is
AbstractorType.AbstractorMode
public LibraryRefType getBusType()
LibraryRefType
public void setBusType(LibraryRefType value)
value
- allowed object is
LibraryRefType
public AbstractorType.AbstractorInterfaces getAbstractorInterfaces()
AbstractorType.AbstractorInterfaces
public void setAbstractorInterfaces(AbstractorType.AbstractorInterfaces value)
value
- allowed object is
AbstractorType.AbstractorInterfaces
public AbstractorModelType getModel()
AbstractorModelType
public void setModel(AbstractorModelType value)
value
- allowed object is
AbstractorModelType
public AbstractorGenerators getAbstractorGenerators()
AbstractorGenerators
public void setAbstractorGenerators(AbstractorGenerators value)
value
- allowed object is
AbstractorGenerators
public Choices getChoices()
Choices
public void setChoices(Choices value)
value
- allowed object is
Choices
public FileSets getFileSets()
FileSets
public void setFileSets(FileSets value)
value
- allowed object is
FileSets
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public Parameters getParameters()
Parameters
public void setParameters(Parameters value)
value
- allowed object is
Parameters
public VendorExtensions getVendorExtensions()
VendorExtensions
public void setVendorExtensions(VendorExtensions value)
value
- allowed object is
VendorExtensions
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |