@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public class BadRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
protected short |
code |
protected String |
reason |
| Constructor and Description |
|---|
BadRecord() |
| 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="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") protected String reason
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") protected short code
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public String getReason()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public void setReason(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public short getCode()
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public void setCode(short value)
Apache CXF