org.ow2.petals.topology.generated
Class TransportService

java.lang.Object
  extended by 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
           
 
Constructor Summary
TransportService()
           
 
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
 

Field Detail

tcpPort

protected int tcpPort
Constructor Detail

TransportService

public TransportService()
Method Detail

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.