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