|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.standards.kmehr.schema.v1.Feedback
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-05-30T08:54:59+02:00",
comments="JAXB RI v2.2.11")
public class Feedback
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>
| 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 |
|---|
public Feedback()
| Method Detail |
|---|
public boolean isReportrequested()
public void setReportrequested(boolean value)
public TextType getText()
TextTypepublic void setText(TextType value)
value - allowed object is
TextType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||