com.eu.miscedautils.ipxact.Abstractor
Class AbstractorPortType

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Abstractor.PortDeclarationType
      extended by com.eu.miscedautils.ipxact.Abstractor.PortType
          extended by com.eu.miscedautils.ipxact.Abstractor.AbstractorPortType

public class AbstractorPortType
extends PortType

A port description, giving a name and an access type for high level ports.

Java class for abstractorPortType complex type.

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

 <complexType name="abstractorPortType">
   <complexContent>
     <restriction base="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}portType">
       <sequence>
         <sequence>
           <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameGroupPort"/>
           <choice>
             <element name="wire" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}abstractorPortWireType"/>
             <element name="transactional" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}portTransactionalType"/>
           </choice>
           <sequence>
             <element name="access" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}portAccessType" minOccurs="0"/>
           </sequence>
         </sequence>
         <sequence>
           <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/>
         </sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractorPortType()
           
 
Method Summary
 
Methods inherited from class com.eu.miscedautils.ipxact.Abstractor.PortType
getVendorExtensions, setVendorExtensions
 
Methods inherited from class com.eu.miscedautils.ipxact.Abstractor.PortDeclarationType
getAccess, getDescription, getDisplayName, getName, getTransactional, getWire, setAccess, setDescription, setDisplayName, setName, setTransactional, setWire
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractorPortType

public AbstractorPortType()