@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:30:12+02:00", comments="JAXB RI v2.2.11") public class AcknowledgmentType extends Object implements Serializable
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 and Description |
|---|
AcknowledgmentType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.