Class PortDeclarationType
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.PortDeclarationType
-
- Direct Known Subclasses:
PortType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public class PortDeclarationType extends java.lang.ObjectBasic port declarations.Java class for portDeclarationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="portDeclarationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <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}portWireType"/> <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> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PortAccessTypeaccessprotected java.lang.Stringdescriptionprotected java.lang.StringdisplayNameprotected java.lang.Stringnameprotected PortTransactionalTypetransactionalprotected PortWireTypewire
-
Constructor Summary
Constructors Constructor Description PortDeclarationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PortAccessTypegetAccess()Gets the value of the access property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetDisplayName()Gets the value of the displayName property.java.lang.StringgetName()Gets the value of the name property.PortTransactionalTypegetTransactional()Gets the value of the transactional property.PortWireTypegetWire()Gets the value of the wire property.voidsetAccess(PortAccessType value)Sets the value of the access property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetDisplayName(java.lang.String value)Sets the value of the displayName property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetTransactional(PortTransactionalType value)Sets the value of the transactional property.voidsetWire(PortWireType value)Sets the value of the wire property.
-
-
-
Field Detail
-
name
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String name
-
displayName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String displayName
-
description
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String description
-
wire
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected PortWireType wire
-
transactional
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected PortTransactionalType transactional
-
access
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected PortAccessType access
-
-
Method Detail
-
getName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setName(java.lang.String value)Sets the value of the name property.- Parameters:
value- allowed object isString
-
getDisplayName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getDisplayName()Gets the value of the displayName property.- Returns:
- possible object is
String
-
setDisplayName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setDisplayName(java.lang.String value)Sets the value of the displayName property.- Parameters:
value- allowed object isString
-
getDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getDescription()Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setDescription(java.lang.String value)Sets the value of the description property.- Parameters:
value- allowed object isString
-
getWire
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public PortWireType getWire()Gets the value of the wire property.- Returns:
- possible object is
PortWireType
-
setWire
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setWire(PortWireType value)Sets the value of the wire property.- Parameters:
value- allowed object isPortWireType
-
getTransactional
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public PortTransactionalType getTransactional()Gets the value of the transactional property.- Returns:
- possible object is
PortTransactionalType
-
setTransactional
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setTransactional(PortTransactionalType value)Sets the value of the transactional property.- Parameters:
value- allowed object isPortTransactionalType
-
getAccess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public PortAccessType getAccess()Gets the value of the access property.- Returns:
- possible object is
PortAccessType
-
setAccess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setAccess(PortAccessType value)Sets the value of the access property.- Parameters:
value- allowed object isPortAccessType
-
-