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