org.ow2.petals.topology.generated
Class TransportService
java.lang.Object
org.ow2.petals.topology.generated.TransportService
public class TransportService
- extends java.lang.Object
Java class for TransportService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransportService">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tcp-port" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|
Field Summary |
protected int |
tcpPort
|
|
Method Summary |
int |
getTcpPort()
Gets the value of the tcpPort property. |
void |
setTcpPort(int value)
Sets the value of the tcpPort property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tcpPort
protected int tcpPort
TransportService
public TransportService()
getTcpPort
public int getTcpPort()
- Gets the value of the tcpPort property.
setTcpPort
public void setTcpPort(int value)
- Sets the value of the tcpPort property.
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.