|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.samcivics.type.v1.GetProfessionalAuthorisationsResponse
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:31:40+02:00", comments="JAXB RI v2.2.6") public class GetProfessionalAuthorisationsResponse
Java class for GetProfessionalAuthorisationsResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetProfessionalAuthorisationsResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="profauid" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="qualificationList" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="enxclusiveInd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="professionalAuthorisationList" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="professionalAuthorisation" type="{urn:be:fgov:ehealth:samcivics:type:v1}ProfessionalAuthorizationType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
GetProfessionalAuthorisationsResponse()
|
Method Summary | |
---|---|
org.joda.time.DateTime |
getEndDate()
Gets the value of the endDate property. |
String |
getEnxclusiveInd()
Gets the value of the enxclusiveInd property. |
String |
getName()
Gets the value of the name property. |
long |
getProfauid()
Gets the value of the profauid property. |
ProfessionalAuthorisationList |
getProfessionalAuthorisationList()
Gets the value of the professionalAuthorisationList property. |
String |
getQualificationList()
Gets the value of the qualificationList property. |
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property. |
void |
setEndDate(org.joda.time.DateTime value)
Sets the value of the endDate property. |
void |
setEnxclusiveInd(String value)
Sets the value of the enxclusiveInd property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setProfauid(long value)
Sets the value of the profauid property. |
void |
setProfessionalAuthorisationList(ProfessionalAuthorisationList value)
Sets the value of the professionalAuthorisationList property. |
void |
setQualificationList(String value)
Sets the value of the qualificationList property. |
void |
setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetProfessionalAuthorisationsResponse()
Method Detail |
---|
public long getProfauid()
public void setProfauid(long value)
public String getQualificationList()
String
public void setQualificationList(String value)
value
- allowed object is
String
public org.joda.time.DateTime getStartDate()
String
public void setStartDate(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getEndDate()
String
public void setEndDate(org.joda.time.DateTime value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getEnxclusiveInd()
String
public void setEnxclusiveInd(String value)
value
- allowed object is
String
public ProfessionalAuthorisationList getProfessionalAuthorisationList()
ProfessionalAuthorisationList
public void setProfessionalAuthorisationList(ProfessionalAuthorisationList value)
value
- allowed object is
ProfessionalAuthorisationList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |