be.fgov.ehealth.consultrn._1_0.protocol
Class ConsultRnRequestType

java.lang.Object
  extended by be.fgov.ehealth.commons._1_0.protocol.RequestType
      extended by be.fgov.ehealth.consultrn._1_0.protocol.ConsultRnRequestType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CreatePersonRequest, DeleteInscriptionRequest, FamilyCompositionRequest, InsertInscriptionRequest, ModifyPersonRequest, MonitoringRequest, PersonHistoryRequest, SearchBySSINRequest, SearchPhoneticRequest

@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-03-19T04:21:54+01:00",
           comments="JAXB RI v2.2.11")
public class ConsultRnRequestType
extends RequestType
implements Serializable

Standard structure of consultRN request

Java class for ConsultRnRequestType complex type.

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

 <complexType name="ConsultRnRequestType">
   <complexContent>
     <extension base="{urn:be:fgov:ehealth:commons:1_0:protocol}RequestType">
       <sequence>
         <element name="Organisation" type="{urn:be:fgov:ehealth:commons:1_0:core}IdentifierType" minOccurs="0"/>
         <element name="ApplicationID" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ConsultRnRequestType()
           
 
Method Summary
 String getApplicationID()
          Gets the value of the applicationID property.
 IdentifierType getOrganisation()
          Gets the value of the organisation property.
 void setApplicationID(String value)
          Sets the value of the applicationID property.
 void setOrganisation(IdentifierType value)
          Sets the value of the organisation property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsultRnRequestType

public ConsultRnRequestType()
Method Detail

getOrganisation

public IdentifierType getOrganisation()
Gets the value of the organisation property.

Returns:
possible object is IdentifierType

setOrganisation

public void setOrganisation(IdentifierType value)
Sets the value of the organisation property.

Parameters:
value - allowed object is IdentifierType

getApplicationID

public String getApplicationID()
Gets the value of the applicationID property.

Returns:
possible object is String

setApplicationID

public void setApplicationID(String value)
Sets the value of the applicationID property.

Parameters:
value - allowed object is String



Connector Packaging generic 3.19.1 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.