org.ow2.dragon.service.wsdl
Class LoadServiceDescsAsString

java.lang.Object
  extended by org.ow2.dragon.service.wsdl.LoadServiceDescsAsString

public class LoadServiceDescsAsString
extends java.lang.Object

Java class for loadServiceDescsAsString complex type.

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

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


Field Summary
protected  java.lang.String serviceId
           
 
Constructor Summary
LoadServiceDescsAsString()
           
 
Method Summary
 java.lang.String getServiceId()
          Gets the value of the serviceId property.
 void setServiceId(java.lang.String value)
          Sets the value of the serviceId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceId

protected java.lang.String serviceId
Constructor Detail

LoadServiceDescsAsString

public LoadServiceDescsAsString()
Method Detail

getServiceId

public java.lang.String getServiceId()
Gets the value of the serviceId property.

Returns:
possible object is String

setServiceId

public void setServiceId(java.lang.String value)
Sets the value of the serviceId property.

Parameters:
value - allowed object is String


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.