com.eu.miscedautils.ipxact.Component
Class PortDeclarationType

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Component.PortDeclarationType
Direct Known Subclasses:
PortType

public class PortDeclarationType
extends java.lang.Object

Basic 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>
 


Constructor Summary
PortDeclarationType()
           
 
Method Summary
 PortAccessType getAccess()
          Gets the value of the access property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getDisplayName()
          Gets the value of the displayName property.
 java.lang.String getName()
          Gets the value of the name property.
 PortTransactionalType getTransactional()
          Gets the value of the transactional property.
 PortWireType getWire()
          Gets the value of the wire property.
 void setAccess(PortAccessType value)
          Sets the value of the access property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setDisplayName(java.lang.String value)
          Sets the value of the displayName property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setTransactional(PortTransactionalType value)
          Sets the value of the transactional property.
 void setWire(PortWireType value)
          Sets the value of the wire property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortDeclarationType

public PortDeclarationType()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDisplayName

public java.lang.String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getWire

public PortWireType getWire()
Gets the value of the wire property.

Returns:
possible object is PortWireType

setWire

public void setWire(PortWireType value)
Sets the value of the wire property.

Parameters:
value - allowed object is PortWireType

getTransactional

public PortTransactionalType getTransactional()
Gets the value of the transactional property.

Returns:
possible object is PortTransactionalType

setTransactional

public void setTransactional(PortTransactionalType value)
Sets the value of the transactional property.

Parameters:
value - allowed object is PortTransactionalType

getAccess

public PortAccessType getAccess()
Gets the value of the access property.

Returns:
possible object is PortAccessType

setAccess

public void setAccess(PortAccessType value)
Sets the value of the access property.

Parameters:
value - allowed object is PortAccessType