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