@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:30:49+01:00", comments="JAXB RI v2.3.7") public class ConsultHistoryResponseType extends Object implements Serializable
Java class for ConsultHistoryResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultHistoryResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Accepted" type="{http://www.mercurius.vlaanderen.be/mohm/common/v7}ConsultHistoryAcceptedType"/>
<element name="NotAccepted" type="{http://www.mercurius.vlaanderen.be/mohm/common/v7}ConsultHistoryNotAcceptedType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ConsultHistoryResponseType() |
| Modifier and Type | Method and Description |
|---|---|
ConsultHistoryAcceptedType |
getAccepted()
Gets the value of the accepted property.
|
ConsultHistoryNotAcceptedType |
getNotAccepted()
Gets the value of the notAccepted property.
|
void |
setAccepted(ConsultHistoryAcceptedType value)
Sets the value of the accepted property.
|
void |
setNotAccepted(ConsultHistoryNotAcceptedType value)
Sets the value of the notAccepted property.
|
public ConsultHistoryNotAcceptedType getNotAccepted()
ConsultHistoryNotAcceptedTypepublic void setNotAccepted(ConsultHistoryNotAcceptedType value)
value - allowed object is
ConsultHistoryNotAcceptedTypepublic ConsultHistoryAcceptedType getAccepted()
ConsultHistoryAcceptedTypepublic void setAccepted(ConsultHistoryAcceptedType value)
value - allowed object is
ConsultHistoryAcceptedType
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.