com.eu.miscedautils.ipxact.Design
Class PortType
java.lang.Object
com.eu.miscedautils.ipxact.Design.PortDeclarationType
com.eu.miscedautils.ipxact.Design.PortType
- Direct Known Subclasses:
- AbstractorPortType
public class PortType
- extends PortDeclarationType
A 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>
Methods inherited from class com.eu.miscedautils.ipxact.Design.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 |
PortType
public PortType()
getVendorExtensions
public VendorExtensions getVendorExtensions()
- Gets the value of the vendorExtensions property.
- Returns:
- possible object is
VendorExtensions
setVendorExtensions
public void setVendorExtensions(VendorExtensions value)
- Sets the value of the vendorExtensions property.
- Parameters:
value
- allowed object is
VendorExtensions