|
||||||||||
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="2017-06-27T08:08:52+02:00", comments="JAXB RI v2.2.11") public class AcknowledgmentType
Specifies 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()
String
public void setMessageId(String value)
value
- allowed object is
String
public EhboxIdentifierType getRecipient()
EhboxIdentifierType
public void setRecipient(EhboxIdentifierType value)
value
- allowed object is
EhboxIdentifierType
public String getAckType()
String
public void setAckType(String value)
value
- allowed object is
String
public org.joda.time.DateTime getDateTime()
String
public 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 |