Class ListRidsInProcessResponseType
- java.lang.Object
-
- be.fgov.ehealth.commons.protocol.v2.ResponseType
-
- be.fgov.ehealth.commons.protocol.v2.StatusResponseType
-
- be.fgov.ehealth.recipe.protocol.v4.ListRidsInProcessResponseType
-
- All Implemented Interfaces:
Serializable
public class ListRidsInProcessResponseType extends be.fgov.ehealth.commons.protocol.v2.StatusResponseTypeJava class for ListRidsInProcessResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListRidsInProcessResponseType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType"> <sequence minOccurs="0"> <element name="SecuredListRidsInProcessResponse" 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 SecuredContentTypesecuredListRidsInProcessResponse
-
Constructor Summary
Constructors Constructor Description ListRidsInProcessResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecuredContentTypegetSecuredListRidsInProcessResponse()Gets the value of the securedListRidsInProcessResponse property.voidsetSecuredListRidsInProcessResponse(SecuredContentType value)Sets the value of the securedListRidsInProcessResponse property.-
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.StatusResponseType
getStatus, setStatus
-
-
-
-
Field Detail
-
securedListRidsInProcessResponse
protected SecuredContentType securedListRidsInProcessResponse
-
-
Method Detail
-
getSecuredListRidsInProcessResponse
public SecuredContentType getSecuredListRidsInProcessResponse()
Gets the value of the securedListRidsInProcessResponse property.- Returns:
- possible object is
SecuredContentType
-
setSecuredListRidsInProcessResponse
public void setSecuredListRidsInProcessResponse(SecuredContentType value)
Sets the value of the securedListRidsInProcessResponse property.- Parameters:
value- allowed object isSecuredContentType
-
-