|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.BusDefinition.PortDeclarationType
public class PortDeclarationType
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 |
---|
public PortDeclarationType()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDisplayName()
String
public void setDisplayName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public PortWireType getWire()
PortWireType
public void setWire(PortWireType value)
value
- allowed object is
PortWireType
public PortTransactionalType getTransactional()
PortTransactionalType
public void setTransactional(PortTransactionalType value)
value
- allowed object is
PortTransactionalType
public PortAccessType getAccess()
PortAccessType
public void setAccess(PortAccessType value)
value
- allowed object is
PortAccessType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |