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