com.eu.miscedautils.ipxact.Component
Class AbstractorPortWireType

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Component.PortWireType
      extended by com.eu.miscedautils.ipxact.Component.AbstractorPortWireType

public class AbstractorPortWireType
extends PortWireType

Wire port type for an abstractor.

Java class for abstractorPortWireType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="abstractorPortWireType">
   <complexContent>
     <restriction base="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}portWireType">
       <sequence>
         <element name="direction" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}componentPortDirectionType"/>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vector" minOccurs="0"/>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}wireTypeDefs" minOccurs="0"/>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}driver" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractorPortWireType()
           
 
Method Summary
 
Methods inherited from class com.eu.miscedautils.ipxact.Component.PortWireType
getConstraintSets, getDirection, getDriver, getVector, getWireTypeDefs, isAllLogicalDirectionsAllowed, setAllLogicalDirectionsAllowed, setConstraintSets, setDirection, setDriver, setVector, setWireTypeDefs
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractorPortWireType

public AbstractorPortWireType()