@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T08:07:12+02:00", comments="JAXB RI v2.2.11") public class Mutation extends Object implements Serializable
Java class for MutationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MutationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MutationInformation" type="{urn:be:fgov:ehealth:consultRN:1_0:protocol}MutationInformationType"/>
<element name="Person" type="{urn:be:fgov:ehealth:consultRN:1_0:core}PersonType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Mutation() |
| Modifier and Type | Method and Description |
|---|---|
MutationInformationType |
getMutationInformation()
Gets the value of the mutationInformation property.
|
PersonType |
getPerson()
Gets the value of the person property.
|
void |
setMutationInformation(MutationInformationType value)
Sets the value of the mutationInformation property.
|
void |
setPerson(PersonType value)
Sets the value of the person property.
|
public MutationInformationType getMutationInformation()
MutationInformationTypepublic void setMutationInformation(MutationInformationType value)
value - allowed object is
MutationInformationTypepublic PersonType getPerson()
PersonTypepublic void setPerson(PersonType value)
value - allowed object is
PersonType
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.