|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.vlaanderen.mercurius.vsb.schemas.v1.LBDossierType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:56:04+02:00", comments="JAXB RI v2.2.11") public class LBDossierType
Gegevens betreffende LBDossier.
Java class for LBDossierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LBDossierType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="LBDossierId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="CareUnitCode" type="{http://www.mercurius.vlaanderen.be/vsb/schemas/v1}CareEntityCodeType"/> <element name="SSIN" type="{http://www.mercurius.vlaanderen.be/vsb/schemas/v1}SSINType"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
LBDossierType()
|
Method Summary | |
---|---|
String |
getCareUnitCode()
Gets the value of the careUnitCode property. |
String |
getLBDossierId()
Gets the value of the lbDossierId property. |
String |
getSSIN()
Gets the value of the ssin property. |
void |
setCareUnitCode(String value)
Sets the value of the careUnitCode property. |
void |
setLBDossierId(String value)
Sets the value of the lbDossierId 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 LBDossierType()
Method Detail |
---|
public String getLBDossierId()
String
public void setLBDossierId(String value)
value
- allowed object is
String
public String getCareUnitCode()
String
public void setCareUnitCode(String value)
value
- allowed object is
String
public String getSSIN()
String
public void setSSIN(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |