@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T08:00:49+02:00", comments="JAXB RI v2.2.11") public class ReturnCodeType extends Object implements Serializable
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:v1}ShortReturnValueType"/>
<element name="Minor" type="{urn:be:fgov:ehealth:insurability:core:v1}ShortReturnValueType"/>
<element name="Detail" type="{urn:be:fgov:ehealth:insurability:core:v1}LongReturnValueType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ReturnCodeType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
String
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.