be.fgov.ehealth.mycarenet.commons.protocol.v2
Class SendResponseType
java.lang.Object
be.fgov.ehealth.commons.protocol.v2.ResponseType
be.fgov.ehealth.mycarenet.commons.protocol.v2.SendResponseType
- All Implemented Interfaces:
- Serializable
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-06-27T08:09:04+02:00",
comments="JAXB RI v2.2.11")
public class SendResponseType
- extends ResponseType
- implements Serializable
Generic synchronised response type. A SendResponseType contains a single Return element.
Java class for SendResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SendResponseType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}ResponseType">
<sequence>
<element name="Return" type="{urn:be:fgov:ehealth:mycarenet:commons:protocol:v2}ResponseReturnType"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
SendResponseType
public SendResponseType()
getReturn
public ResponseReturnType getReturn()
- Gets the value of the return property.
- Returns:
- possible object is
ResponseReturnType
setReturn
public void setReturn(ResponseReturnType value)
- Sets the value of the return property.
- Parameters:
value
- allowed object is
ResponseReturnType
Connector Business ORGPHARMACY 3.13.1 API
Copyright © {inceptionYear}-2017 eHealth. All Rights Reserved.