org.ow2.petals.topology.generated
Class WebServiceService

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

public class WebServiceService
extends java.lang.Object

Java class for WebServiceService complex type.

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

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


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

Field Detail

port

protected int port

prefix

protected java.lang.String prefix
Constructor Detail

WebServiceService

public WebServiceService()
Method Detail

getPort

public int getPort()
Gets the value of the port property.


setPort

public void setPort(int value)
Sets the value of the port property.


getPrefix

public java.lang.String getPrefix()
Gets the value of the prefix property.

Returns:
possible object is String

setPrefix

public void setPrefix(java.lang.String value)
Sets the value of the prefix property.

Parameters:
value - allowed object is String


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