|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.vlaanderen.mercurius.mohm.common.v7.ConsultHistoryResponseType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-12-12T05:07:47+01:00",
comments="JAXB RI v2.2.11")
public class ConsultHistoryResponseTypeGroeperend 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>
| 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 |
|---|
public ConsultHistoryResponseType()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||