Class AbstractorPortType
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.PortDeclarationType
-
- org.spiritconsortium.SPIRIT_1685_2009.PortType
-
- org.spiritconsortium.SPIRIT_1685_2009.AbstractorPortType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public class AbstractorPortType extends PortTypeA 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>
-
-
Field Summary
-
Fields inherited from class org.spiritconsortium.SPIRIT_1685_2009.PortType
vendorExtensions
-
Fields inherited from class org.spiritconsortium.SPIRIT_1685_2009.PortDeclarationType
access, description, displayName, name, transactional, wire
-
-
Constructor Summary
Constructors Constructor Description AbstractorPortType()
-
Method Summary
-
Methods inherited from class org.spiritconsortium.SPIRIT_1685_2009.PortType
getVendorExtensions, setVendorExtensions
-
Methods inherited from class org.spiritconsortium.SPIRIT_1685_2009.PortDeclarationType
getAccess, getDescription, getDisplayName, getName, getTransactional, getWire, setAccess, setDescription, setDisplayName, setName, setTransactional, setWire
-
-