|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.aa.complextype.v1.Mandate
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-09-11T04:27:09+02:00",
comments="JAXB RI v2.3.6")
public class MandateInfo on Mandate between two legal entities.
Java class for MandateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MandateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Period" type="{urn:be:fgov:ehealth:aa:complextype:v1}PeriodType"/>
<element name="Principal" type="{urn:be:fgov:ehealth:aa:complextype:v1}PrincipalType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Mandate()
|
|
| Method Summary | |
|---|---|
String |
getId()
Gets the value of the id property. |
PeriodType |
getPeriod()
Gets the value of the period property. |
PrincipalType |
getPrincipal()
Gets the value of the principal property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setPeriod(PeriodType value)
Sets the value of the period property. |
void |
setPrincipal(PrincipalType value)
Sets the value of the principal property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Mandate()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic PeriodType getPeriod()
PeriodTypepublic void setPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic PrincipalType getPrincipal()
PrincipalTypepublic void setPrincipal(PrincipalType value)
value - allowed object is
PrincipalType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||