|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.mediprima.core.v2.BySsinType
@Generated(value="com.sun.tools.xjc.Driver",
date="2021-04-20T04:30:07+02:00",
comments="JAXB RI v2.2.11")
public class BySsinType
Java class for BySsinType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BySsinType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Ssin" type="{http://www.w3.org/2001/XMLSchema}string"/>
<choice>
<element name="Period" type="{urn:be:fgov:ehealth:mediprima:core:v2}PeriodType"/>
<element name="ReferenceDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
BySsinType()
|
|
| Method Summary | |
|---|---|
PeriodType |
getPeriod()
Gets the value of the period property. |
org.joda.time.DateTime |
getReferenceDate()
Gets the value of the referenceDate property. |
String |
getSsin()
Gets the value of the ssin property. |
void |
setPeriod(PeriodType value)
Sets the value of the period property. |
void |
setReferenceDate(org.joda.time.DateTime value)
Sets the value of the referenceDate property. |
void |
setSsin(String value)
Sets the value of the ssin property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BySsinType()
| Method Detail |
|---|
public String getSsin()
Stringpublic void setSsin(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getReferenceDate()
Stringpublic void setReferenceDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic PeriodType getPeriod()
PeriodTypepublic void setPeriod(PeriodType value)
value - allowed object is
PeriodType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||