|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.consultrn._1_0.protocol.MutationReply
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-04-01T01:46:11+02:00",
comments="JAXB RI v2.2.11")
public class MutationReply
Java class for MutationReplyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MutationReplyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Header" type="{urn:be:fgov:ehealth:consultRN:1_0:protocol}HeaderType"/>
<element ref="{urn:be:fgov:ehealth:consultRN:1_0:protocol}MutationList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
MutationReply()
|
|
| Method Summary | |
|---|---|
HeaderType |
getHeader()
Gets the value of the header property. |
MutationList |
getMutationList()
Gets the value of the mutationList property. |
void |
setHeader(HeaderType value)
Sets the value of the header property. |
void |
setMutationList(MutationList value)
Sets the value of the mutationList property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MutationReply()
| Method Detail |
|---|
public HeaderType getHeader()
HeaderTypepublic void setHeader(HeaderType value)
value - allowed object is
HeaderTypepublic MutationList getMutationList()
MutationListpublic void setMutationList(MutationList value)
value - allowed object is
MutationList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||