com.eu.miscedautils.ipxact.Component
Class AbstractorPortType
java.lang.Object
com.eu.miscedautils.ipxact.Component.PortDeclarationType
com.eu.miscedautils.ipxact.Component.PortType
com.eu.miscedautils.ipxact.Component.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>
Methods inherited from class com.eu.miscedautils.ipxact.Component.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 |
AbstractorPortType
public AbstractorPortType()