Class ListRidsInProcessRequestType
- java.lang.Object
-
- be.fgov.ehealth.commons.protocol.v2.RequestType
-
- be.fgov.ehealth.recipe.protocol.v4.RequestType
-
- be.fgov.ehealth.recipe.protocol.v4.ListRidsInProcessRequestType
-
- All Implemented Interfaces:
Serializable
public class ListRidsInProcessRequestType extends RequestType
Java class for ListRidsInProcessRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListRidsInProcessRequestType"> <complexContent> <extension base="{urn:be:fgov:ehealth:recipe:protocol:v4}RequestType"> <sequence> <element name="SecuredListRidsInProcessRequest" 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 SecuredContentTypesecuredListRidsInProcessRequest-
Fields inherited from class be.fgov.ehealth.recipe.protocol.v4.RequestType
programId
-
-
Constructor Summary
Constructors Constructor Description ListRidsInProcessRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecuredContentTypegetSecuredListRidsInProcessRequest()Gets the value of the securedListRidsInProcessRequest property.voidsetSecuredListRidsInProcessRequest(SecuredContentType value)Sets the value of the securedListRidsInProcessRequest property.-
Methods inherited from class be.fgov.ehealth.recipe.protocol.v4.RequestType
getProgramId, setProgramId
-
-
-
-
Field Detail
-
securedListRidsInProcessRequest
protected SecuredContentType securedListRidsInProcessRequest
-
-
Method Detail
-
getSecuredListRidsInProcessRequest
public SecuredContentType getSecuredListRidsInProcessRequest()
Gets the value of the securedListRidsInProcessRequest property.- Returns:
- possible object is
SecuredContentType
-
setSecuredListRidsInProcessRequest
public void setSecuredListRidsInProcessRequest(SecuredContentType value)
Sets the value of the securedListRidsInProcessRequest property.- Parameters:
value- allowed object isSecuredContentType
-
-