be.fgov.ehealth.chap4.core.v1
Class DetailType

java.lang.Object
  extended by be.fgov.ehealth.chap4.core.v1.DetailType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-10-28T03:11:59+02:00",
           comments="JAXB RI v2.2.6")
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:fgov:ehealth:commons:core:v1}LocalisedString" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

DetailType

public DetailType()
Method Detail

getDetailCode

public String getDetailCode()
Gets the value of the detailCode property.

Returns:
possible object is String

setDetailCode

public void setDetailCode(String value)
Sets the value of the detailCode property.

Parameters:
value - allowed object is String

getDetailSource

public String getDetailSource()
Gets the value of the detailSource property.

Returns:
possible object is String

setDetailSource

public void setDetailSource(String value)
Sets the value of the detailSource property.

Parameters:
value - allowed object is String

getLocation

public String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(String value)
Sets the value of the location property.

Parameters:
value - allowed object is String

getMessage

public LocalisedString getMessage()
Gets the value of the message property.

Returns:
possible object is LocalisedString

setMessage

public void setMessage(LocalisedString value)
Sets the value of the message property.

Parameters:
value - allowed object is LocalisedString



Connector Business ORGPHARMACY 3.11.1 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.