Class CreateRelationResponseType

  • All Implemented Interfaces:
    Serializable

    public class CreateRelationResponseType
    extends be.fgov.ehealth.commons.protocol.v2.StatusResponseType

    Java 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 Detail

      • securedCreateRelationResponse

        protected SecuredContentType securedCreateRelationResponse
    • Constructor Detail

      • CreateRelationResponseType

        public CreateRelationResponseType()
    • 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 is SecuredContentType