|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.hello_world_jms.types.BadRecordLit
public class BadRecordLit
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>
| Field Summary | |
|---|---|
protected short |
code
|
protected String |
reason
|
| Constructor Summary | |
|---|---|
BadRecordLit()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String reason
protected short code
| Constructor Detail |
|---|
public BadRecordLit()
| Method Detail |
|---|
public String getReason()
Stringpublic void setReason(String value)
value - allowed object is
Stringpublic short getCode()
public void setCode(short value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||