|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.chap4.core.v1.DetailType
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-09-05T10:46:12+02:00",
comments="JAXB RI v2.3.6")
public class DetailType
Java class for DetailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DetailType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DetailCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DetailSource" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Message" type="{urn:be:fgov:ehealth:commons:core:v1}LocalisedString" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DetailType()
|
|
| Method Summary | |
|---|---|
String |
getDetailCode()
Gets the value of the detailCode property. |
String |
getDetailSource()
Gets the value of the detailSource property. |
String |
getLocation()
Gets the value of the location property. |
LocalisedString |
getMessage()
Gets the value of the message property. |
void |
setDetailCode(String value)
Sets the value of the detailCode property. |
void |
setDetailSource(String value)
Sets the value of the detailSource property. |
void |
setLocation(String value)
Sets the value of the location property. |
void |
setMessage(LocalisedString value)
Sets the value of the message property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DetailType()
| Method Detail |
|---|
public String getDetailCode()
Stringpublic void setDetailCode(String value)
value - allowed object is
Stringpublic String getDetailSource()
Stringpublic void setDetailSource(String value)
value - allowed object is
Stringpublic String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic LocalisedString getMessage()
LocalisedStringpublic void setMessage(LocalisedString value)
value - allowed object is
LocalisedString
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||