@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:23:56+02:00", comments="JAXB RI v2.3.7") 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()
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
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.