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