|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.samcivics.type.v1.FindReimbursementConditionsRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:31:40+02:00", comments="JAXB RI v2.2.6") public class FindReimbursementConditionsRequest
Java class for FindReimbursementConditionsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindReimbursementConditionsRequestType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <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" minOccurs="0"/> <element name="version" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> </choice> <element name="language" type="{urn:be:fgov:ehealth:samcivics:type:v1}LanguageType"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
FindReimbursementConditionsRequest()
|
Method Summary | |
---|---|
Long |
getAmppId()
Gets the value of the amppId property. |
String |
getChapterName()
Gets the value of the chapterName property. |
LanguageType |
getLanguage()
Gets the value of the language 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 |
setLanguage(LanguageType value)
Sets the value of the language 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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FindReimbursementConditionsRequest()
Method Detail |
---|
public String getChapterName()
String
public void setChapterName(String value)
value
- allowed object is
String
public String getParagraphName()
String
public void setParagraphName(String value)
value
- allowed object is
String
public Long getAmppId()
Long
public void setAmppId(Long value)
value
- allowed object is
Long
public BigInteger getVersion()
BigInteger
public void setVersion(BigInteger value)
value
- allowed object is
BigInteger
public org.joda.time.DateTime getStartDate()
String
public void setStartDate(org.joda.time.DateTime value)
value
- allowed object is
String
public LanguageType getLanguage()
LanguageType
public void setLanguage(LanguageType value)
value
- allowed object is
LanguageType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |