Class ListOpenRidsRequestType
- java.lang.Object
-
- be.fgov.ehealth.commons.protocol.v2.RequestType
-
- be.fgov.ehealth.recipe.protocol.v4.RequestType
-
- be.fgov.ehealth.recipe.protocol.v4.ListOpenRidsRequestType
-
- All Implemented Interfaces:
Serializable
public class ListOpenRidsRequestType extends RequestType
Java class for ListOpenRidsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListOpenRidsRequestType"> <complexContent> <extension base="{urn:be:fgov:ehealth:recipe:protocol:v4}RequestType"> <sequence> <element name="SecuredListOpenRidsRequest" type="{urn:be:fgov:ehealth:recipe:core:v4}SecuredContentType"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected SecuredContentTypesecuredListOpenRidsRequest-
Fields inherited from class be.fgov.ehealth.recipe.protocol.v4.RequestType
programId
-
-
Constructor Summary
Constructors Constructor Description ListOpenRidsRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecuredContentTypegetSecuredListOpenRidsRequest()Gets the value of the securedListOpenRidsRequest property.voidsetSecuredListOpenRidsRequest(SecuredContentType value)Sets the value of the securedListOpenRidsRequest property.-
Methods inherited from class be.fgov.ehealth.recipe.protocol.v4.RequestType
getProgramId, setProgramId
-
-
-
-
Field Detail
-
securedListOpenRidsRequest
protected SecuredContentType securedListOpenRidsRequest
-
-
Method Detail
-
getSecuredListOpenRidsRequest
public SecuredContentType getSecuredListOpenRidsRequest()
Gets the value of the securedListOpenRidsRequest property.- Returns:
- possible object is
SecuredContentType
-
setSecuredListOpenRidsRequest
public void setSecuredListOpenRidsRequest(SecuredContentType value)
Sets the value of the securedListOpenRidsRequest property.- Parameters:
value- allowed object isSecuredContentType
-
-