@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T08:07:12+02:00", comments="JAXB RI v2.2.11") public class MutationReply extends Object implements Serializable
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 and Description |
|---|
MutationReply() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.