|
||||||||||
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.GetAddedDocumentsRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:13:06+02:00", comments="JAXB RI v2.2.6") public class GetAddedDocumentsRequest
Java class for GetAddedDocumentsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetAddedDocumentsRequestType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType"> <sequence> <element name="ChapterName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ParagraphName" 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="VerseNum" type="{http://www.w3.org/2001/XMLSchema}integer" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
GetAddedDocumentsRequest()
|
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. |
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property. |
List<BigInteger> |
getVerseNa()
Gets the value of the verseNa 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 |
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 GetAddedDocumentsRequest()
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 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 List<BigInteger> getVerseNa()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the verseNa property.
For example, to add a new item, do as follows:
getVerseNa().add(newItem);
Objects of the following type(s) are allowed in the list
BigInteger
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 |