|
||||||||||
| 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.FindCNKRequest
@Generated(value="com.sun.tools.xjc.Driver",
date="2021-04-20T04:26:58+02:00",
comments="JAXB RI v2.2.11")
public class FindCNKRequest
Java class for FindCNKRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindCNKRequestType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType">
<sequence>
<element name="ProductName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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>
<element name="ChapterName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ParagraphName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
FindCNKRequest()
|
|
| Method Summary | |
|---|---|
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. |
String |
getProductName()
Gets the value of the productName property. |
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property. |
BigInteger |
getVersion()
Gets the value of the version 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 |
setProductName(String value)
Sets the value of the productName 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 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 FindCNKRequest()
| Method Detail |
|---|
public String getProductName()
Stringpublic void setProductName(String value)
value - allowed object is
Stringpublic 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 getChapterName()
Stringpublic void setChapterName(String value)
value - allowed object is
Stringpublic String getParagraphName()
Stringpublic void setParagraphName(String 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 | |||||||||