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