org.ow2.weblab.bpel.chaindemo
Class ChainDemoRequest

java.lang.Object
  extended by org.ow2.weblab.bpel.chaindemo.ChainDemoRequest

public class ChainDemoRequest
extends java.lang.Object

Java class for ChainDemoRequest complex type.

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

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


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

Field Detail

usageContext

protected java.lang.String usageContext
Constructor Detail

ChainDemoRequest

public ChainDemoRequest()
Method Detail

getUsageContext

public java.lang.String getUsageContext()
Gets the value of the usageContext property.

Returns:
possible object is String

setUsageContext

public void setUsageContext(java.lang.String value)
Sets the value of the usageContext property.

Parameters:
value - allowed object is String


Copyright © 2004-2011. All Rights Reserved.