@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:32:06+02:00", comments="JAXB RI v2.2.11") public class DetailType extends Object implements Serializable
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:cin:types:v1}StringLangType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DetailType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
StringLangType |
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(StringLangType value)
Sets the value of the message property.
|
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 StringLangType getMessage()
StringLangTypepublic void setMessage(StringLangType value)
value - allowed object is
StringLangType
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.