org.apache.handler_test.types
Class PingFaultDetails
java.lang.Object
org.apache.handler_test.types.PingFaultDetails
public class PingFaultDetails
- extends java.lang.Object
Java class for PingFaultDetails element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="PingFaultDetails">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="detail" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
|
Field Summary |
protected java.lang.String |
detail
|
|
Method Summary |
java.lang.String |
getDetail()
Gets the value of the detail property. |
void |
setDetail(java.lang.String value)
Sets the value of the detail property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
detail
protected java.lang.String detail
PingFaultDetails
public PingFaultDetails()
getDetail
public java.lang.String getDetail()
- Gets the value of the detail property.
- Returns:
- possible object is
String
setDetail
public void setDetail(java.lang.String value)
- Sets the value of the detail property.
- Parameters:
value - allowed object is
String
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.