|
||||||||||
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="2016-07-06T09:33:15+02:00", comments="JAXB RI v2.2.6") public class Mandate
Info 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()
String
public void setId(String value)
value
- allowed object is
String
public PeriodType getPeriod()
PeriodType
public void setPeriod(PeriodType value)
value
- allowed object is
PeriodType
public PrincipalType getPrincipal()
PrincipalType
public 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 |