be.fgov.ehealth.certra.protocol.v2
Class GetExistingApplicationIdsRequest

java.lang.Object
  extended by be.fgov.ehealth.commons.protocol.v2.RequestType
      extended by be.fgov.ehealth.certra.protocol.v2.GetExistingApplicationIdsRequest
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-09-28T09:38:57+02:00",
           comments="JAXB RI v2.2.11")
public class GetExistingApplicationIdsRequest
extends RequestType
implements Serializable

Request for obtaining a list of all Application Id's that are currently being used by certificates issued to the organization identified in this request. This operation is left unprotected intentionally because clients that do not have any known eHealth qualities must also be able to use this operation.

Java class for GetExistingApplicationIdsRequestType complex type.

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

 <complexType name="GetExistingApplicationIdsRequestType">
   <complexContent>
     <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType">
       <sequence>
         <element name="OrganizationIdentifier" type="{urn:be:fgov:ehealth:commons:core:v2}IdType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetExistingApplicationIdsRequest()
           
 
Method Summary
 Id getOrganizationIdentifier()
          Gets the value of the organizationIdentifier property.
 void setOrganizationIdentifier(Id value)
          Sets the value of the organizationIdentifier 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

GetExistingApplicationIdsRequest

public GetExistingApplicationIdsRequest()
Method Detail

getOrganizationIdentifier

public Id getOrganizationIdentifier()
Gets the value of the organizationIdentifier property.

Returns:
possible object is Id

setOrganizationIdentifier

public void setOrganizationIdentifier(Id value)
Sets the value of the organizationIdentifier property.

Parameters:
value - allowed object is Id



Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.