|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.mediprima.core.v1.ConsultCarmedInterventionResultType
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-09-28T09:52:43+02:00",
comments="JAXB RI v2.2.11")
public class ConsultCarmedInterventionResultType
Java class for ConsultCarmedInterventionResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultCarmedInterventionResultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CarmedIdentifier" type="{urn:be:fgov:ehealth:mediprima:core:v1}CarmedIdentifierType"/>
<element name="CarmedContent" type="{urn:be:fgov:ehealth:mediprima:core:v1}CarmedContentCareType" minOccurs="0"/>
<element name="AgreementNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ConsultCarmedInterventionResultType()
|
|
| Method Summary | |
|---|---|
String |
getAgreementNumber()
Gets the value of the agreementNumber property. |
CarmedContentCareType |
getCarmedContent()
Gets the value of the carmedContent property. |
CarmedIdentifierType |
getCarmedIdentifier()
Gets the value of the carmedIdentifier property. |
void |
setAgreementNumber(String value)
Sets the value of the agreementNumber property. |
void |
setCarmedContent(CarmedContentCareType value)
Sets the value of the carmedContent property. |
void |
setCarmedIdentifier(CarmedIdentifierType value)
Sets the value of the carmedIdentifier property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsultCarmedInterventionResultType()
| Method Detail |
|---|
public CarmedIdentifierType getCarmedIdentifier()
CarmedIdentifierTypepublic void setCarmedIdentifier(CarmedIdentifierType value)
value - allowed object is
CarmedIdentifierTypepublic CarmedContentCareType getCarmedContent()
CarmedContentCareTypepublic void setCarmedContent(CarmedContentCareType value)
value - allowed object is
CarmedContentCareTypepublic String getAgreementNumber()
Stringpublic void setAgreementNumber(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||