org.ow2.weblab.chain
Class ChainRequest

java.lang.Object
  extended by org.ow2.weblab.chain.ChainRequest

public class ChainRequest
extends java.lang.Object

Java class for ChainRequest complex type.

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

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


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

Field Detail

context

protected java.lang.String context
Constructor Detail

ChainRequest

public ChainRequest()
Method Detail

getContext

public java.lang.String getContext()
Gets the value of the context property.

Returns:
possible object is String

setContext

public void setContext(java.lang.String value)
Sets the value of the context property.

Parameters:
value - allowed object is String


Copyright © 2004-2012. All Rights Reserved.