@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:29:56+02:00", comments="JAXB RI v2.3.7") public class FindReimbursementConditionsRequest extends RequestType implements Serializable
Java class for FindReimbursementConditionsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindReimbursementConditionsRequestType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType">
<sequence>
<choice>
<element name="AmppId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<sequence>
<element name="ChapterName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ParagraphName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</choice>
<choice minOccurs="0">
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Version" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</choice>
</sequence>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FindReimbursementConditionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAmppId()
Gets the value of the amppId property.
|
String |
getChapterName()
Gets the value of the chapterName property.
|
String |
getLang()
Gets the value of the lang property.
|
String |
getParagraphName()
Gets the value of the paragraphName property.
|
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property.
|
BigInteger |
getVersion()
Gets the value of the version property.
|
void |
setAmppId(Long value)
Sets the value of the amppId property.
|
void |
setChapterName(String value)
Sets the value of the chapterName property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setParagraphName(String value)
Sets the value of the paragraphName property.
|
void |
setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property.
|
void |
setVersion(BigInteger value)
Sets the value of the version property.
|
getId, getIssueInstant, setId, setIssueInstantpublic String getChapterName()
Stringpublic void setChapterName(String value)
value - allowed object is
Stringpublic String getParagraphName()
Stringpublic void setParagraphName(String value)
value - allowed object is
Stringpublic Long getAmppId()
Longpublic void setAmppId(Long value)
value - allowed object is
Longpublic BigInteger getVersion()
BigIntegerpublic void setVersion(BigInteger value)
value - allowed object is
BigIntegerpublic org.joda.time.DateTime getStartDate()
Stringpublic void setStartDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getLang()
String
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.