com.eu.miscedautils.ipxact.Design
Class AbstractorModelType

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Design.AbstractorModelType

public class AbstractorModelType
extends java.lang.Object

Model 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
static class AbstractorModelType.ModelParameters
          Java class for anonymous complex type.
static class AbstractorModelType.Ports
          Java class for anonymous complex type.
static class AbstractorModelType.Views
          Java class for anonymous complex type.
 
Constructor Summary
AbstractorModelType()
           
 
Method Summary
 AbstractorModelType.ModelParameters getModelParameters()
          Gets the value of the modelParameters property.
 AbstractorModelType.Ports getPorts()
          Gets the value of the ports property.
 AbstractorModelType.Views getViews()
          Gets the value of the views property.
 void setModelParameters(AbstractorModelType.ModelParameters value)
          Sets the value of the modelParameters property.
 void setPorts(AbstractorModelType.Ports value)
          Sets the value of the ports property.
 void setViews(AbstractorModelType.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

AbstractorModelType

public AbstractorModelType()
Method Detail

getViews

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

Returns:
possible object is AbstractorModelType.Views

setViews

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

Parameters:
value - allowed object is AbstractorModelType.Views

getPorts

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

Returns:
possible object is AbstractorModelType.Ports

setPorts

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

Parameters:
value - allowed object is AbstractorModelType.Ports

getModelParameters

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

Returns:
possible object is AbstractorModelType.ModelParameters

setModelParameters

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

Parameters:
value - allowed object is AbstractorModelType.ModelParameters