|
||||||||||
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="2016-07-06T09:32:13+02:00", comments="JAXB RI v2.2.6") public class ReturnCodeType
The "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()
String
public void setMajor(String value)
value
- allowed object is
String
public String getMinor()
String
public void setMinor(String value)
value
- allowed object is
String
public String getDetail()
String
public 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 |