|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.ehbox.core.v3.AcknowledgmentType
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-09-05T10:44:11+02:00",
comments="JAXB RI v2.3.6")
public class AcknowledgmentTypeSpecifies content of a Acknowledgment notification
Java class for AcknowledgmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AcknowledgmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MessageId" type="{urn:be:fgov:ehealth:ehbox:core:v3}MessageIdType"/>
<element name="Recipient" type="{urn:be:fgov:ehealth:ehbox:core:v3}EhboxIdentifierType" minOccurs="0"/>
<element name="AckType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="PUBLISHED"/>
<enumeration value="RECEIVED"/>
<enumeration value="READ"/>
</restriction>
</simpleType>
</element>
<element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
AcknowledgmentType()
|
|
| Method Summary | |
|---|---|
String |
getAckType()
Gets the value of the ackType property. |
org.joda.time.DateTime |
getDateTime()
Gets the value of the dateTime property. |
String |
getMessageId()
Gets the value of the messageId property. |
EhboxIdentifierType |
getRecipient()
Gets the value of the recipient property. |
void |
setAckType(String value)
Sets the value of the ackType property. |
void |
setDateTime(org.joda.time.DateTime value)
Sets the value of the dateTime property. |
void |
setMessageId(String value)
Sets the value of the messageId property. |
void |
setRecipient(EhboxIdentifierType value)
Sets the value of the recipient property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AcknowledgmentType()
| Method Detail |
|---|
public String getMessageId()
Stringpublic void setMessageId(String value)
value - allowed object is
Stringpublic EhboxIdentifierType getRecipient()
EhboxIdentifierTypepublic void setRecipient(EhboxIdentifierType value)
value - allowed object is
EhboxIdentifierTypepublic String getAckType()
Stringpublic void setAckType(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getDateTime()
Stringpublic void setDateTime(org.joda.time.DateTime value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||