org.apache.camel.component.cxf.soap.headers
Class OutOutOfBandHeader

java.lang.Object
  extended by org.apache.camel.component.cxf.soap.headers.OutOutOfBandHeader

public class OutOutOfBandHeader
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="requestType" type="{http://apache.org/camel/component/cxf/soap/headers}me"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Me requestType
           
 
Constructor Summary
OutOutOfBandHeader()
           
 
Method Summary
 Me getRequestType()
          Gets the value of the requestType property.
 void setRequestType(Me value)
          Sets the value of the requestType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestType

protected Me requestType
Constructor Detail

OutOutOfBandHeader

public OutOutOfBandHeader()
Method Detail

getRequestType

public Me getRequestType()
Gets the value of the requestType property.

Returns:
possible object is Me

setRequestType

public void setRequestType(Me value)
Sets the value of the requestType property.

Parameters:
value - allowed object is Me


Apache CAMEL