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