Class PortAccessType
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.PortAccessType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public class PortAccessType extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringportAccessHandleprotected java.lang.StringportAccessType
-
Constructor Summary
Constructors Constructor Description PortAccessType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPortAccessHandle()Gets the value of the portAccessHandle property.java.lang.StringgetPortAccessType()Indicates how a netlister accesses a port.voidsetPortAccessHandle(java.lang.String value)Sets the value of the portAccessHandle property.voidsetPortAccessType(java.lang.String value)Sets the value of the portAccessType property.
-
-
-
Field Detail
-
portAccessType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") protected java.lang.String portAccessType
-
portAccessHandle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") protected java.lang.String portAccessHandle
-
-
Method Detail
-
getPortAccessType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") 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
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public void setPortAccessType(java.lang.String value)Sets the value of the portAccessType property.- Parameters:
value- allowed object isString
-
getPortAccessHandle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public java.lang.String getPortAccessHandle()Gets the value of the portAccessHandle property.- Returns:
- possible object is
String
-
setPortAccessHandle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public void setPortAccessHandle(java.lang.String value)Sets the value of the portAccessHandle property.- Parameters:
value- allowed object isString
-
-