be.fgov.ehealth.consultrn.commons.protocol.v3
Class ConsultRnRequestType

java.lang.Object
  extended by be.fgov.ehealth.commons.protocol.v2.RequestType
      extended by be.fgov.ehealth.consultrn.commons.protocol.v3.ConsultRnRequestType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RegisterPersonRequest

@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:protocol:v2}RequestType">
       <sequence>
         <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.
 void setApplicationID(String value)
          Sets the value of the applicationID property.
 
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.RequestType
getId, getIssueInstant, setId, setIssueInstant
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsultRnRequestType

public ConsultRnRequestType()
Method Detail

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.