com.eu.miscedautils.ipxact.Component
Class PortAccessType

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Component.PortAccessType

public class PortAccessType
extends java.lang.Object

Java class for portAccessType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="portAccessType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}portAccessType" minOccurs="0"/>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}portAccessHandle" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
PortAccessType()
           
 
Method Summary
 java.lang.String getPortAccessHandle()
          Gets the value of the portAccessHandle property.
 java.lang.String getPortAccessType()
          Indicates how a netlister accesses a port.
 void setPortAccessHandle(java.lang.String value)
          Sets the value of the portAccessHandle property.
 void setPortAccessType(java.lang.String value)
          Sets the value of the portAccessType property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortAccessType

public PortAccessType()
Method Detail

getPortAccessType

public java.lang.String getPortAccessType()
Indicates how a netlister accesses a port. 'ref' means accessed by reference (default) and 'ptr' means accessed through a pointer.

Returns:
possible object is String

setPortAccessType

public void setPortAccessType(java.lang.String value)
Sets the value of the portAccessType property.

Parameters:
value - allowed object is String

getPortAccessHandle

public java.lang.String getPortAccessHandle()
Gets the value of the portAccessHandle property.

Returns:
possible object is String

setPortAccessHandle

public void setPortAccessHandle(java.lang.String value)
Sets the value of the portAccessHandle property.

Parameters:
value - allowed object is String