@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T11:16:59+01:00", comments="JAXB RI v2.2.11") public class InformationNotifiedType extends Object implements Serializable
Java class for InformationNotifiedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InformationNotifiedType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Ticket" type="{urn:be:fgov:ehealth:rn:commons:business:v1}TicketType" minOccurs="0"/>
<element name="TimestampReply" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="NotifiedIdentification" type="{urn:be:fgov:ehealth:rn:commons:business:v1}OrganizationIdentificationType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
InformationNotifiedType() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationIdentificationType |
getNotifiedIdentification()
Gets the value of the notifiedIdentification property.
|
String |
getTicket()
Gets the value of the ticket property.
|
org.joda.time.DateTime |
getTimestampReply()
Gets the value of the timestampReply property.
|
void |
setNotifiedIdentification(OrganizationIdentificationType value)
Sets the value of the notifiedIdentification property.
|
void |
setTicket(String value)
Sets the value of the ticket property.
|
void |
setTimestampReply(org.joda.time.DateTime value)
Sets the value of the timestampReply property.
|
public String getTicket()
Stringpublic void setTicket(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getTimestampReply()
Stringpublic void setTimestampReply(org.joda.time.DateTime value)
value - allowed object is
Stringpublic OrganizationIdentificationType getNotifiedIdentification()
OrganizationIdentificationTypepublic void setNotifiedIdentification(OrganizationIdentificationType value)
value - allowed object is
OrganizationIdentificationType
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.