be.vlaanderen.mercurius.mohm.common.v7
Class ConsultHistoryResponseType

java.lang.Object
  extended by be.vlaanderen.mercurius.mohm.common.v7.ConsultHistoryResponseType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2021-04-20T04:32:25+02:00",
           comments="JAXB RI v2.2.11")
public class ConsultHistoryResponseType
extends Object
implements Serializable

Groeperend element voor het antwoord op de vraag tot consultatie van de historiek.

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>
 

See Also:
Serialized Form

Constructor Summary
ConsultHistoryResponseType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsultHistoryResponseType

public ConsultHistoryResponseType()
Method Detail

getNotAccepted

public ConsultHistoryNotAcceptedType getNotAccepted()
Gets the value of the notAccepted property.

Returns:
possible object is ConsultHistoryNotAcceptedType

setNotAccepted

public void setNotAccepted(ConsultHistoryNotAcceptedType value)
Sets the value of the notAccepted property.

Parameters:
value - allowed object is ConsultHistoryNotAcceptedType

getAccepted

public ConsultHistoryAcceptedType getAccepted()
Gets the value of the accepted property.

Returns:
possible object is ConsultHistoryAcceptedType

setAccepted

public void setAccepted(ConsultHistoryAcceptedType value)
Sets the value of the accepted property.

Parameters:
value - allowed object is ConsultHistoryAcceptedType



Connector Packaging generic 3.21.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.