org.apache.header_test.types
Class TestHeader5ResponseBody

java.lang.Object
  extended by org.apache.header_test.types.TestHeader5ResponseBody

public class TestHeader5ResponseBody
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="responseType" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int responseType
           
 
Constructor Summary
TestHeader5ResponseBody()
           
 
Method Summary
 int getResponseType()
          Gets the value of the responseType property.
 void setResponseType(int value)
          Sets the value of the responseType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

responseType

protected int responseType
Constructor Detail

TestHeader5ResponseBody

public TestHeader5ResponseBody()
Method Detail

getResponseType

public int getResponseType()
Gets the value of the responseType property.


setResponseType

public void setResponseType(int value)
Sets the value of the responseType property.



Apache CXF