|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.DesignConfig.PortAccessType
public class PortAccessType
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 |
---|
public PortAccessType()
Method Detail |
---|
public java.lang.String getPortAccessType()
String
public void setPortAccessType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPortAccessHandle()
String
public void setPortAccessHandle(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |