be.fgov.ehealth.rn.commons.business.v1
Class SenderReceiverType

java.lang.Object
  extended by be.fgov.ehealth.rn.commons.business.v1.SenderReceiverType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2022-09-22T05:58:15+02:00",
           comments="JAXB RI v2.2.11")
public class SenderReceiverType
extends Object
implements Serializable

Information block containing info about the sender or receiver of a message.

Java class for SenderReceiverType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SenderReceiverType">
   <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="TimestampSent" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="OrganizationIdentification" type="{urn:be:fgov:ehealth:rn:commons:business:v1}OrganizationIdentificationType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
SenderReceiverType()
           
 
Method Summary
 OrganizationIdentificationType getOrganizationIdentification()
          Gets the value of the organizationIdentification property.
 String getTicket()
          Gets the value of the ticket property.
 org.joda.time.DateTime getTimestampSent()
          Gets the value of the timestampSent property.
 void setOrganizationIdentification(OrganizationIdentificationType value)
          Sets the value of the organizationIdentification property.
 void setTicket(String value)
          Sets the value of the ticket property.
 void setTimestampSent(org.joda.time.DateTime value)
          Sets the value of the timestampSent property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SenderReceiverType

public SenderReceiverType()
Method Detail

getTicket

public String getTicket()
Gets the value of the ticket property.

Returns:
possible object is String

setTicket

public void setTicket(String value)
Sets the value of the ticket property.

Parameters:
value - allowed object is String

getTimestampSent

public org.joda.time.DateTime getTimestampSent()
Gets the value of the timestampSent property.

Returns:
possible object is String

setTimestampSent

public void setTimestampSent(org.joda.time.DateTime value)
Sets the value of the timestampSent property.

Parameters:
value - allowed object is String

getOrganizationIdentification

public OrganizationIdentificationType getOrganizationIdentification()
Gets the value of the organizationIdentification property.

Returns:
possible object is OrganizationIdentificationType

setOrganizationIdentification

public void setOrganizationIdentification(OrganizationIdentificationType value)
Sets the value of the organizationIdentification property.

Parameters:
value - allowed object is OrganizationIdentificationType



Connector Packaging PERSNURSE 3.23.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.