@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:29:19+02:00", comments="JAXB RI v2.3.7") public class Mandate extends Object implements Serializable
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 and Description |
---|
Mandate() |
Modifier and Type | Method and Description |
---|---|
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.
|
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
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.