|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.mediprima.core.v1.CarmedIdentifierType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-02-02T03:49:48+01:00",
comments="JAXB RI v2.2.11")
public class CarmedIdentifierType
Java class for CarmedIdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CarmedIdentifierType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CarmedNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="VersionNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Beneficiary" type="{urn:be:fgov:ehealth:mediprima:core:v1}BeneficiaryType"/>
<element name="ValidityPeriod" type="{urn:be:fgov:ehealth:mediprima:core:v1}PeriodType"/>
<element name="Pswc" type="{urn:be:fgov:ehealth:mediprima:core:v1}OcmwCpasType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CarmedIdentifierType()
|
|
| Method Summary | |
|---|---|
BeneficiaryType |
getBeneficiary()
Gets the value of the beneficiary property. |
String |
getCarmedNumber()
Gets the value of the carmedNumber property. |
OcmwCpasType |
getPswc()
Gets the value of the pswc property. |
PeriodType |
getValidityPeriod()
Gets the value of the validityPeriod property. |
BigInteger |
getVersionNumber()
Gets the value of the versionNumber property. |
void |
setBeneficiary(BeneficiaryType value)
Sets the value of the beneficiary property. |
void |
setCarmedNumber(String value)
Sets the value of the carmedNumber property. |
void |
setPswc(OcmwCpasType value)
Sets the value of the pswc property. |
void |
setValidityPeriod(PeriodType value)
Sets the value of the validityPeriod property. |
void |
setVersionNumber(BigInteger value)
Sets the value of the versionNumber property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CarmedIdentifierType()
| Method Detail |
|---|
public String getCarmedNumber()
Stringpublic void setCarmedNumber(String value)
value - allowed object is
Stringpublic BigInteger getVersionNumber()
BigIntegerpublic void setVersionNumber(BigInteger value)
value - allowed object is
BigIntegerpublic BeneficiaryType getBeneficiary()
BeneficiaryTypepublic void setBeneficiary(BeneficiaryType value)
value - allowed object is
BeneficiaryTypepublic PeriodType getValidityPeriod()
PeriodTypepublic void setValidityPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic OcmwCpasType getPswc()
OcmwCpasTypepublic void setPswc(OcmwCpasType value)
value - allowed object is
OcmwCpasType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||