be.fgov.ehealth.standards.kmehr.schema.v1
Class Feedback

java.lang.Object
  extended by be.fgov.ehealth.standards.kmehr.schema.v1.Feedback
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-10-28T03:10:03+02:00",
           comments="JAXB RI v2.2.6")
public class Feedback
extends Object
implements Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="reportrequested" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="text" type="{http://www.ehealth.fgov.be/standards/kmehr/dt/v1}textType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Feedback()
           
 
Method Summary
 TextType getText()
          Gets the value of the text property.
 boolean isReportrequested()
          Gets the value of the reportrequested property.
 void setReportrequested(boolean value)
          Sets the value of the reportrequested property.
 void setText(TextType value)
          Sets the value of the text property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Feedback

public Feedback()
Method Detail

isReportrequested

public boolean isReportrequested()
Gets the value of the reportrequested property.


setReportrequested

public void setReportrequested(boolean value)
Sets the value of the reportrequested property.


getText

public TextType getText()
Gets the value of the text property.

Returns:
possible object is TextType

setText

public void setText(TextType value)
Sets the value of the text property.

Parameters:
value - allowed object is TextType



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