org.apache.header_test.types
Class TestHeader5ResponseBody
java.lang.Object
org.apache.header_test.types.TestHeader5ResponseBody
public class TestHeader5ResponseBody
- extends java.lang.Object
Java class for testHeader5ResponseBody element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="testHeader5ResponseBody">
<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>
</element>
|
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 |
responseType
protected int responseType
TestHeader5ResponseBody
public TestHeader5ResponseBody()
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 is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.