Class PortType
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.PortDeclarationType
-
- org.spiritconsortium.SPIRIT_1685_2009.PortType
-
- Direct Known Subclasses:
AbstractorPortType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public class PortType extends PortDeclarationTypeA port description, giving a name and an access type for high level ports.Java class for portType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="portType"> <complexContent> <extension base="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}portDeclarationType"> <sequence> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected VendorExtensionsvendorExtensions-
Fields inherited from class org.spiritconsortium.SPIRIT_1685_2009.PortDeclarationType
access, description, displayName, name, transactional, wire
-
-
Constructor Summary
Constructors Constructor Description PortType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VendorExtensionsgetVendorExtensions()Gets the value of the vendorExtensions property.voidsetVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.-
Methods inherited from class org.spiritconsortium.SPIRIT_1685_2009.PortDeclarationType
getAccess, getDescription, getDisplayName, getName, getTransactional, getWire, setAccess, setDescription, setDisplayName, setName, setTransactional, setWire
-
-
-
-
Field Detail
-
vendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected VendorExtensions vendorExtensions
-
-
Method Detail
-
getVendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public VendorExtensions getVendorExtensions()Gets the value of the vendorExtensions property.- Returns:
- possible object is
VendorExtensions
-
setVendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.- Parameters:
value- allowed object isVendorExtensions
-
-