Class AbstractorType
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.AbstractorType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public class AbstractorType extends java.lang.ObjectAbstractor-specific extension to abstractorTypeJava 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
Nested Classes Modifier and Type Class Description static classAbstractorType.AbstractorInterfacesJava class for anonymous complex type.static classAbstractorType.AbstractorModeJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AbstractorGeneratorsabstractorGeneratorsprotected AbstractorType.AbstractorInterfacesabstractorInterfacesprotected AbstractorType.AbstractorModeabstractorModeprotected LibraryRefTypebusTypeprotected Choiceschoicesprotected java.lang.Stringdescriptionprotected FileSetsfileSetsprotected java.lang.Stringlibraryprotected AbstractorModelTypemodelprotected java.lang.Stringnameprotected Parametersparametersprotected java.lang.Stringvendorprotected VendorExtensionsvendorExtensionsprotected java.lang.Stringversion
-
Constructor Summary
Constructors Constructor Description AbstractorType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractorGeneratorsgetAbstractorGenerators()Generator list is tools-specific.AbstractorType.AbstractorInterfacesgetAbstractorInterfaces()Gets the value of the abstractorInterfaces property.AbstractorType.AbstractorModegetAbstractorMode()Gets the value of the abstractorMode property.LibraryRefTypegetBusType()Gets the value of the busType property.ChoicesgetChoices()Gets the value of the choices property.java.lang.StringgetDescription()Gets the value of the description property.FileSetsgetFileSets()Gets the value of the fileSets property.java.lang.StringgetLibrary()Gets the value of the library property.AbstractorModelTypegetModel()Gets the value of the model property.java.lang.StringgetName()Gets the value of the name property.ParametersgetParameters()Gets the value of the parameters property.java.lang.StringgetVendor()Gets the value of the vendor property.VendorExtensionsgetVendorExtensions()Gets the value of the vendorExtensions property.java.lang.StringgetVersion()Gets the value of the version property.voidsetAbstractorGenerators(AbstractorGenerators value)Sets the value of the abstractorGenerators property.voidsetAbstractorInterfaces(AbstractorType.AbstractorInterfaces value)Sets the value of the abstractorInterfaces property.voidsetAbstractorMode(AbstractorType.AbstractorMode value)Sets the value of the abstractorMode property.voidsetBusType(LibraryRefType value)Sets the value of the busType property.voidsetChoices(Choices value)Sets the value of the choices property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetFileSets(FileSets value)Sets the value of the fileSets property.voidsetLibrary(java.lang.String value)Sets the value of the library property.voidsetModel(AbstractorModelType value)Sets the value of the model property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetParameters(Parameters value)Sets the value of the parameters property.voidsetVendor(java.lang.String value)Sets the value of the vendor property.voidsetVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.voidsetVersion(java.lang.String value)Sets the value of the version property.
-
-
-
Field Detail
-
vendor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String vendor
-
library
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String library
-
name
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String name
-
version
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String version
-
abstractorMode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected AbstractorType.AbstractorMode abstractorMode
-
busType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected LibraryRefType busType
-
abstractorInterfaces
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected AbstractorType.AbstractorInterfaces abstractorInterfaces
-
model
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected AbstractorModelType model
-
abstractorGenerators
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected AbstractorGenerators abstractorGenerators
-
choices
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected Choices choices
-
fileSets
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected FileSets fileSets
-
description
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String description
-
parameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected Parameters parameters
-
vendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected VendorExtensions vendorExtensions
-
-
Method Detail
-
getVendor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getVendor()Gets the value of the vendor property.- Returns:
- possible object is
String
-
setVendor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setVendor(java.lang.String value)Sets the value of the vendor property.- Parameters:
value- allowed object isString
-
getLibrary
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getLibrary()Gets the value of the library property.- Returns:
- possible object is
String
-
setLibrary
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setLibrary(java.lang.String value)Sets the value of the library property.- Parameters:
value- allowed object isString
-
getName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setName(java.lang.String value)Sets the value of the name property.- Parameters:
value- allowed object isString
-
getVersion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getVersion()Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setVersion(java.lang.String value)Sets the value of the version property.- Parameters:
value- allowed object isString
-
getAbstractorMode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public AbstractorType.AbstractorMode getAbstractorMode()Gets the value of the abstractorMode property.- Returns:
- possible object is
AbstractorType.AbstractorMode
-
setAbstractorMode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setAbstractorMode(AbstractorType.AbstractorMode value)Sets the value of the abstractorMode property.- Parameters:
value- allowed object isAbstractorType.AbstractorMode
-
getBusType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public LibraryRefType getBusType()Gets the value of the busType property.- Returns:
- possible object is
LibraryRefType
-
setBusType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setBusType(LibraryRefType value)Sets the value of the busType property.- Parameters:
value- allowed object isLibraryRefType
-
getAbstractorInterfaces
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public AbstractorType.AbstractorInterfaces getAbstractorInterfaces()Gets the value of the abstractorInterfaces property.- Returns:
- possible object is
AbstractorType.AbstractorInterfaces
-
setAbstractorInterfaces
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setAbstractorInterfaces(AbstractorType.AbstractorInterfaces value)Sets the value of the abstractorInterfaces property.- Parameters:
value- allowed object isAbstractorType.AbstractorInterfaces
-
getModel
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public AbstractorModelType getModel()Gets the value of the model property.- Returns:
- possible object is
AbstractorModelType
-
setModel
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setModel(AbstractorModelType value)Sets the value of the model property.- Parameters:
value- allowed object isAbstractorModelType
-
getAbstractorGenerators
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public AbstractorGenerators getAbstractorGenerators()Generator list is tools-specific.- Returns:
- possible object is
AbstractorGenerators
-
setAbstractorGenerators
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setAbstractorGenerators(AbstractorGenerators value)Sets the value of the abstractorGenerators property.- Parameters:
value- allowed object isAbstractorGenerators
-
getChoices
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public Choices getChoices()Gets the value of the choices property.- Returns:
- possible object is
Choices
-
setChoices
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setChoices(Choices value)Sets the value of the choices property.- Parameters:
value- allowed object isChoices
-
getFileSets
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public FileSets getFileSets()Gets the value of the fileSets property.- Returns:
- possible object is
FileSets
-
setFileSets
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setFileSets(FileSets value)Sets the value of the fileSets property.- Parameters:
value- allowed object isFileSets
-
getDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getDescription()Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setDescription(java.lang.String value)Sets the value of the description property.- Parameters:
value- allowed object isString
-
getParameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public Parameters getParameters()Gets the value of the parameters property.- Returns:
- possible object is
Parameters
-
setParameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setParameters(Parameters value)Sets the value of the parameters property.- Parameters:
value- allowed object isParameters
-
getVendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public VendorExtensions getVendorExtensions()Gets the value of the vendorExtensions property.- Returns:
- possible object is
VendorExtensions
-
setVendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.- Parameters:
value- allowed object isVendorExtensions
-
-