@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:46-02:30",
comments="JAXB RI v2.2.5")
public class OutputResponseAll
extends Object
Java class for OutputResponseAll complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutputResponseAll">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="result" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="reason" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
reason |
protected String |
result |
| Constructor and Description |
|---|
OutputResponseAll() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReason()
Gets the value of the reason property.
|
String |
getResult()
Gets the value of the result property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
void |
setResult(String value)
Sets the value of the result property.
|
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:46-02:30",
comments="JAXB RI v2.2.5")
protected String result
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:46-02:30",
comments="JAXB RI v2.2.5")
protected String reason
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:46-02:30",
comments="JAXB RI v2.2.5")
public String getResult()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:46-02:30",
comments="JAXB RI v2.2.5")
public void setResult(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:46-02:30",
comments="JAXB RI v2.2.5")
public String getReason()
StringApache CXF