|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.commons.protocol.v2.RequestType
be.fgov.ehealth.samcivics.schemas.v2.GetProfessionalAuthorizationsRequest
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-03-19T04:16:40+01:00",
comments="JAXB RI v2.2.11")
public class GetProfessionalAuthorizationsRequest
Java class for GetProfessionalAuthorizationsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetProfessionalAuthorizationsRequestType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType">
<sequence>
<element name="QualificationListId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="InputDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GetProfessionalAuthorizationsRequest()
|
|
| Method Summary | |
|---|---|
org.joda.time.DateTime |
getInputDate()
Gets the value of the inputDate property. |
String |
getLang()
Gets the value of the lang property. |
String |
getQualificationListId()
Gets the value of the qualificationListId property. |
void |
setInputDate(org.joda.time.DateTime value)
Sets the value of the inputDate property. |
void |
setLang(String value)
Sets the value of the lang property. |
void |
setQualificationListId(String value)
Sets the value of the qualificationListId property. |
| Methods inherited from class be.fgov.ehealth.commons.protocol.v2.RequestType |
|---|
getId, getIssueInstant, setId, setIssueInstant |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetProfessionalAuthorizationsRequest()
| Method Detail |
|---|
public String getQualificationListId()
Stringpublic void setQualificationListId(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getInputDate()
Stringpublic void setInputDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getLang()
Stringpublic void setLang(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||