be.fgov.ehealth.certra.protocol.v2
Class GetExistingApplicationIdsRequest
java.lang.Object
be.fgov.ehealth.commons.protocol.v2.RequestType
be.fgov.ehealth.certra.protocol.v2.GetExistingApplicationIdsRequest
- All Implemented Interfaces:
- Serializable
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-09-11T04:16:22+02:00",
comments="JAXB RI v2.3.6")
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
GetExistingApplicationIdsRequest
public GetExistingApplicationIdsRequest()
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 TECHNICAL 3.25.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.