|
||||||||||
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="2022-09-22T05:55:13+02:00", comments="JAXB RI v2.2.11") 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()
ConsultChapterIVTextType
public void setQualification(ConsultChapterIVTextType value)
value
- allowed object is
ConsultChapterIVTextType
public String getProfessionalName()
String
public void setProfessionalName(String value)
value
- allowed object is
String
public String getProfessionalCV()
String
public 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 |