com.eu.miscedautils.ipxact.Abstractor
Class ModelType

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

public class ModelType
extends java.lang.Object

Model 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
static class ModelType.ModelParameters
          Java class for anonymous complex type.
static class ModelType.Ports
          Java class for anonymous complex type.
static class ModelType.Views
          Java class for anonymous complex type.
 
Constructor Summary
ModelType()
           
 
Method Summary
 ModelType.ModelParameters getModelParameters()
          Gets the value of the modelParameters property.
 ModelType.Ports getPorts()
          Gets the value of the ports property.
 ModelType.Views getViews()
          Gets the value of the views property.
 void setModelParameters(ModelType.ModelParameters value)
          Sets the value of the modelParameters property.
 void setPorts(ModelType.Ports value)
          Sets the value of the ports property.
 void setViews(ModelType.Views value)
          Sets the value of the views property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelType

public ModelType()
Method Detail

getViews

public ModelType.Views getViews()
Gets the value of the views property.

Returns:
possible object is ModelType.Views

setViews

public void setViews(ModelType.Views value)
Sets the value of the views property.

Parameters:
value - allowed object is ModelType.Views

getPorts

public ModelType.Ports getPorts()
Gets the value of the ports property.

Returns:
possible object is ModelType.Ports

setPorts

public void setPorts(ModelType.Ports value)
Sets the value of the ports property.

Parameters:
value - allowed object is ModelType.Ports

getModelParameters

public ModelType.ModelParameters getModelParameters()
Gets the value of the modelParameters property.

Returns:
possible object is ModelType.ModelParameters

setModelParameters

public void setModelParameters(ModelType.ModelParameters value)
Sets the value of the modelParameters property.

Parameters:
value - allowed object is ModelType.ModelParameters