Class AbstractorModelType
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.AbstractorModelType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public class AbstractorModelType extends java.lang.ObjectModel information for an abstractor.Java class for abstractorModelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="abstractorModelType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="views" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="view" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}abstractorViewType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="ports" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="port" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}abstractorPortType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="modelParameters" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="modelParameter" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameValueTypeType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractorModelType.ModelParametersJava class for anonymous complex type.static classAbstractorModelType.PortsJava class for anonymous complex type.static classAbstractorModelType.ViewsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AbstractorModelType.ModelParametersmodelParametersprotected AbstractorModelType.Portsportsprotected AbstractorModelType.Viewsviews
-
Constructor Summary
Constructors Constructor Description AbstractorModelType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractorModelType.ModelParametersgetModelParameters()Gets the value of the modelParameters property.AbstractorModelType.PortsgetPorts()Gets the value of the ports property.AbstractorModelType.ViewsgetViews()Gets the value of the views property.voidsetModelParameters(AbstractorModelType.ModelParameters value)Sets the value of the modelParameters property.voidsetPorts(AbstractorModelType.Ports value)Sets the value of the ports property.voidsetViews(AbstractorModelType.Views value)Sets the value of the views property.
-
-
-
Field Detail
-
views
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected AbstractorModelType.Views views
-
ports
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected AbstractorModelType.Ports ports
-
modelParameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected AbstractorModelType.ModelParameters modelParameters
-
-
Method Detail
-
getViews
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public AbstractorModelType.Views getViews()Gets the value of the views property.- Returns:
- possible object is
AbstractorModelType.Views
-
setViews
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setViews(AbstractorModelType.Views value)Sets the value of the views property.- Parameters:
value- allowed object isAbstractorModelType.Views
-
getPorts
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public AbstractorModelType.Ports getPorts()Gets the value of the ports property.- Returns:
- possible object is
AbstractorModelType.Ports
-
setPorts
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setPorts(AbstractorModelType.Ports value)Sets the value of the ports property.- Parameters:
value- allowed object isAbstractorModelType.Ports
-
getModelParameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public AbstractorModelType.ModelParameters getModelParameters()Gets the value of the modelParameters property.- Returns:
- possible object is
AbstractorModelType.ModelParameters
-
setModelParameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setModelParameters(AbstractorModelType.ModelParameters value)Sets the value of the modelParameters property.- Parameters:
value- allowed object isAbstractorModelType.ModelParameters
-
-