|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.commons.protocol.v2.ResponseType
be.fgov.ehealth.samcivics.schemas.v2.GetProfessionalAuthorizationsResponse
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-09-22T05:52:20+02:00",
comments="JAXB RI v2.2.11")
public class GetProfessionalAuthorizationsResponse
Java class for GetProfessionalAuthorizationsResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetProfessionalAuthorizationsResponseType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}ResponseType">
<sequence>
<element name="QualificationListId" 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"/>
<element name="ExclusiveInd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProfessionalAuthorization" type="{urn:be:fgov:ehealth:samcivics:type:v2}ProfessionalAuthorizationType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GetProfessionalAuthorizationsResponse()
|
|
| Method Summary | |
|---|---|
org.joda.time.DateTime |
getEndDate()
Gets the value of the endDate property. |
String |
getExclusiveInd()
Gets the value of the exclusiveInd property. |
String |
getName()
Gets the value of the name property. |
List<ProfessionalAuthorizationType> |
getProfessionalAuthorizations()
Gets the value of the professionalAuthorizations property. |
String |
getQualificationListId()
Gets the value of the qualificationListId 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 |
setExclusiveInd(String value)
Sets the value of the exclusiveInd property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setQualificationListId(String value)
Sets the value of the qualificationListId property. |
void |
setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property. |
| Methods inherited from class be.fgov.ehealth.commons.protocol.v2.ResponseType |
|---|
getId, getInResponseTo, getIssueInstant, setId, setInResponseTo, setIssueInstant |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetProfessionalAuthorizationsResponse()
| Method Detail |
|---|
public String getQualificationListId()
Stringpublic void setQualificationListId(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getStartDate()
Stringpublic void setStartDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getEndDate()
Stringpublic void setEndDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getExclusiveInd()
Stringpublic void setExclusiveInd(String value)
value - allowed object is
Stringpublic List<ProfessionalAuthorizationType> getProfessionalAuthorizations()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the professionalAuthorizations property.
For example, to add a new item, do as follows:
getProfessionalAuthorizations().add(newItem);
Objects of the following type(s) are allowed in the list
ProfessionalAuthorizationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||