public class RSSFEEDINFOType extends Object
Java class for RSSFEED_INFOType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RSSFEED_INFOType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="USER_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CQLQUERY" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DATE_OF_LAST_VISIT" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DOCUMENTS" type="{}DOCUMENTSType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cqlquery |
protected String |
dateoflastvisit |
protected List<DOCUMENTSType> |
documents |
protected String |
userid |
| Constructor and Description |
|---|
RSSFEEDINFOType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCQLQUERY()
Gets the value of the cqlquery property.
|
String |
getDATEOFLASTVISIT()
Gets the value of the dateoflastvisit property.
|
List<DOCUMENTSType> |
getDOCUMENTS()
Gets the value of the documents property.
|
String |
getUSERID()
Gets the value of the userid property.
|
void |
setCQLQUERY(String value)
Sets the value of the cqlquery property.
|
void |
setDATEOFLASTVISIT(String value)
Sets the value of the dateoflastvisit property.
|
void |
setUSERID(String value)
Sets the value of the userid property.
|
protected String userid
protected String cqlquery
protected String dateoflastvisit
protected List<DOCUMENTSType> documents
public String getUSERID()
Stringpublic void setUSERID(String value)
value - allowed object is
Stringpublic String getCQLQUERY()
Stringpublic void setCQLQUERY(String value)
value - allowed object is
Stringpublic String getDATEOFLASTVISIT()
Stringpublic void setDATEOFLASTVISIT(String value)
value - allowed object is
Stringpublic List<DOCUMENTSType> getDOCUMENTS()
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 documents property.
For example, to add a new item, do as follows:
getDOCUMENTS().add(newItem);
Objects of the following type(s) are allowed in the list
DOCUMENTSType
Copyright © 2019. All rights reserved.