@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:27:58+01:00", comments="JAXB RI v2.3.7") public class BySsinType extends Object implements Serializable
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 and Description |
|---|
BySsinType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.