org.apache.headers.coloc.types
Class InoutHeaderT
java.lang.Object
org.apache.headers.coloc.types.InoutHeaderT
public class InoutHeaderT
- extends Object
Java class for inoutHeaderT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="inoutHeaderT">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="requestType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requestType
protected String requestType
InoutHeaderT
public InoutHeaderT()
getRequestType
public String getRequestType()
- Gets the value of the requestType property.
- Returns:
- possible object is
String
setRequestType
public void setRequestType(String value)
- Sets the value of the requestType property.
- Parameters:
value - allowed object is
String
Apache CXF