|
||||||||||
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.dics.protocol.v1.GetProfessionalAuthorizationsRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:32:57+02:00", comments="JAXB RI v2.2.6") 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()
String
public void setQualificationListId(String value)
value
- allowed object is
String
public org.joda.time.DateTime getInputDate()
String
public void setInputDate(org.joda.time.DateTime value)
value
- allowed object is
String
public String getLang()
String
public 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 |