com.eu.miscedautils.ipxact.Abstractor
Class AbstractorType

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Abstractor.AbstractorType

public class AbstractorType
extends java.lang.Object

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

AbstractorType

public AbstractorType()
Method Detail

getVendor

public java.lang.String getVendor()
Gets the value of the vendor property.

Returns:
possible object is String

setVendor

public void setVendor(java.lang.String value)
Sets the value of the vendor property.

Parameters:
value - allowed object is String

getLibrary

public java.lang.String getLibrary()
Gets the value of the library property.

Returns:
possible object is String

setLibrary

public void setLibrary(java.lang.String value)
Sets the value of the library property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getVersion

public java.lang.String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(java.lang.String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getAbstractorMode

public AbstractorType.AbstractorMode getAbstractorMode()
Gets the value of the abstractorMode property.

Returns:
possible object is AbstractorType.AbstractorMode

setAbstractorMode

public void setAbstractorMode(AbstractorType.AbstractorMode value)
Sets the value of the abstractorMode property.

Parameters:
value - allowed object is AbstractorType.AbstractorMode

getBusType

public LibraryRefType getBusType()
Gets the value of the busType property.

Returns:
possible object is LibraryRefType

setBusType

public void setBusType(LibraryRefType value)
Sets the value of the busType property.

Parameters:
value - allowed object is LibraryRefType

getAbstractorInterfaces

public AbstractorType.AbstractorInterfaces getAbstractorInterfaces()
Gets the value of the abstractorInterfaces property.

Returns:
possible object is AbstractorType.AbstractorInterfaces

setAbstractorInterfaces

public void setAbstractorInterfaces(AbstractorType.AbstractorInterfaces value)
Sets the value of the abstractorInterfaces property.

Parameters:
value - allowed object is AbstractorType.AbstractorInterfaces

getModel

public AbstractorModelType getModel()
Gets the value of the model property.

Returns:
possible object is AbstractorModelType

setModel

public void setModel(AbstractorModelType value)
Sets the value of the model property.

Parameters:
value - allowed object is AbstractorModelType

getAbstractorGenerators

public AbstractorGenerators getAbstractorGenerators()
Generator list is tools-specific.

Returns:
possible object is AbstractorGenerators

setAbstractorGenerators

public void setAbstractorGenerators(AbstractorGenerators value)
Sets the value of the abstractorGenerators property.

Parameters:
value - allowed object is AbstractorGenerators

getChoices

public Choices getChoices()
Gets the value of the choices property.

Returns:
possible object is Choices

setChoices

public void setChoices(Choices value)
Sets the value of the choices property.

Parameters:
value - allowed object is Choices

getFileSets

public FileSets getFileSets()
Gets the value of the fileSets property.

Returns:
possible object is FileSets

setFileSets

public void setFileSets(FileSets value)
Sets the value of the fileSets property.

Parameters:
value - allowed object is FileSets

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()
Gets the value of the parameters property.

Returns:
possible object is Parameters

setParameters

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

Parameters:
value - allowed object is Parameters

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