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