|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.insurability.core.v2.ReturnCodeType
@Generated(value="com.sun.tools.xjc.Driver",
date="2025-03-20T10:21:11+01:00",
comments="JAXB RI v2.3.6")
public class ReturnCodeTypeThe "root"-type of the ReturnCodeType element.
Java class for ReturnCodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReturnCodeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Major" type="{urn:be:fgov:ehealth:insurability:core:v2}ShortReturnValueType"/>
<element name="Minor" type="{urn:be:fgov:ehealth:insurability:core:v2}ShortReturnValueType"/>
<element name="Detail" type="{urn:be:fgov:ehealth:insurability:core:v2}LongReturnValueType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ReturnCodeType()
|
|
| Method Summary | |
|---|---|
String |
getDetail()
Gets the value of the detail property. |
String |
getMajor()
Gets the value of the major property. |
String |
getMinor()
Gets the value of the minor property. |
void |
setDetail(String value)
Sets the value of the detail property. |
void |
setMajor(String value)
Sets the value of the major property. |
void |
setMinor(String value)
Sets the value of the minor property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReturnCodeType()
| Method Detail |
|---|
public String getMajor()
Stringpublic void setMajor(String value)
value - allowed object is
Stringpublic String getMinor()
Stringpublic void setMinor(String value)
value - allowed object is
Stringpublic String getDetail()
Stringpublic void setDetail(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||