org.ow2.petals.topology.generated
Class RegistryService

java.lang.Object
  extended by org.ow2.petals.topology.generated.RegistryService

public class RegistryService
extends java.lang.Object

Java class for RegistryService complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RegistryService">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Integer port
           
 
Constructor Summary
RegistryService()
           
 
Method Summary
 java.lang.Integer getPort()
          Gets the value of the port property.
 void setPort(java.lang.Integer value)
          Sets the value of the port property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

port

protected java.lang.Integer port
Constructor Detail

RegistryService

public RegistryService()
Method Detail

getPort

public java.lang.Integer getPort()
Gets the value of the port property.

Returns:
possible object is Integer

setPort

public void setPort(java.lang.Integer value)
Sets the value of the port property.

Parameters:
value - allowed object is Integer


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.