|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.dics.protocol.v5.ConsultChapterIVProfessionalCodeType
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-09-11T04:26:47+02:00",
comments="JAXB RI v2.3.6")
public class ConsultChapterIVProfessionalCodeType
Java class for ConsultChapterIVProfessionalCodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultChapterIVProfessionalCodeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Qualification" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultChapterIVTextType"/>
<element name="ProfessionalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="ProfessionalCV" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ConsultChapterIVProfessionalCodeType()
|
|
| Method Summary | |
|---|---|
String |
getProfessionalCV()
Gets the value of the professionalCV property. |
String |
getProfessionalName()
Gets the value of the professionalName property. |
ConsultChapterIVTextType |
getQualification()
Gets the value of the qualification property. |
void |
setProfessionalCV(String value)
Sets the value of the professionalCV property. |
void |
setProfessionalName(String value)
Sets the value of the professionalName property. |
void |
setQualification(ConsultChapterIVTextType value)
Sets the value of the qualification property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsultChapterIVProfessionalCodeType()
| Method Detail |
|---|
public ConsultChapterIVTextType getQualification()
ConsultChapterIVTextTypepublic void setQualification(ConsultChapterIVTextType value)
value - allowed object is
ConsultChapterIVTextTypepublic String getProfessionalName()
Stringpublic void setProfessionalName(String value)
value - allowed object is
Stringpublic String getProfessionalCV()
Stringpublic void setProfessionalCV(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||