public class CONFIGURATIONType extends Object
Java class for CONFIGURATIONType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CONFIGURATIONType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PERSONAL_INFO" type="{}PERSONAL_INFOType"/>
<element name="COMMUNITIES" type="{}COMMUNITIESType"/>
<element name="SAVED_QUERIES" type="{}SAVED_QUERYType" maxOccurs="unbounded" minOccurs="0"/>
<element name="FILTER" type="{}FILTERType" minOccurs="0"/>
<element name="RECOMMENDATION" type="{}RECOMMENDATIONType"/>
<element name="DOCUMENTS" type="{}DOCUMENTSType" minOccurs="0"/>
<element name="USER_STORE" type="{}STOREType" minOccurs="0"/>
<element name="userImageID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected COMMUNITIESType |
communities |
protected DOCUMENTSType |
documents |
protected FILTERType |
filter |
protected PERSONALINFOType |
personalinfo |
protected RECOMMENDATIONType |
recommendation |
protected List<SAVEDQUERYType> |
savedqueries |
protected String |
userImageID |
protected STOREType |
userstore |
| Constructor and Description |
|---|
CONFIGURATIONType() |
| Modifier and Type | Method and Description |
|---|---|
COMMUNITIESType |
getCOMMUNITIES()
Gets the value of the communities property.
|
DOCUMENTSType |
getDOCUMENTS()
Gets the value of the documents property.
|
FILTERType |
getFILTER()
Gets the value of the filter property.
|
PERSONALINFOType |
getPERSONALINFO()
Gets the value of the personalinfo property.
|
RECOMMENDATIONType |
getRECOMMENDATION()
Gets the value of the recommendation property.
|
List<SAVEDQUERYType> |
getSAVEDQUERIES()
Gets the value of the savedqueries property.
|
String |
getUserImageID()
Gets the value of the userImageID property.
|
STOREType |
getUSERSTORE()
Gets the value of the userstore property.
|
void |
setCOMMUNITIES(COMMUNITIESType value)
Sets the value of the communities property.
|
void |
setDOCUMENTS(DOCUMENTSType value)
Sets the value of the documents property.
|
void |
setFILTER(FILTERType value)
Sets the value of the filter property.
|
void |
setPERSONALINFO(PERSONALINFOType value)
Sets the value of the personalinfo property.
|
void |
setRECOMMENDATION(RECOMMENDATIONType value)
Sets the value of the recommendation property.
|
void |
setUserImageID(String value)
Sets the value of the userImageID property.
|
void |
setUSERSTORE(STOREType value)
Sets the value of the userstore property.
|
protected PERSONALINFOType personalinfo
protected COMMUNITIESType communities
protected List<SAVEDQUERYType> savedqueries
protected FILTERType filter
protected RECOMMENDATIONType recommendation
protected DOCUMENTSType documents
protected STOREType userstore
protected String userImageID
public PERSONALINFOType getPERSONALINFO()
PERSONALINFOTypepublic void setPERSONALINFO(PERSONALINFOType value)
value - allowed object is
PERSONALINFOTypepublic COMMUNITIESType getCOMMUNITIES()
COMMUNITIESTypepublic void setCOMMUNITIES(COMMUNITIESType value)
value - allowed object is
COMMUNITIESTypepublic List<SAVEDQUERYType> getSAVEDQUERIES()
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 savedqueries property.
For example, to add a new item, do as follows:
getSAVEDQUERIES().add(newItem);
Objects of the following type(s) are allowed in the list
SAVEDQUERYType
public FILTERType getFILTER()
FILTERTypepublic void setFILTER(FILTERType value)
value - allowed object is
FILTERTypepublic RECOMMENDATIONType getRECOMMENDATION()
RECOMMENDATIONTypepublic void setRECOMMENDATION(RECOMMENDATIONType value)
value - allowed object is
RECOMMENDATIONTypepublic DOCUMENTSType getDOCUMENTS()
DOCUMENTSTypepublic void setDOCUMENTS(DOCUMENTSType value)
value - allowed object is
DOCUMENTSTypepublic STOREType getUSERSTORE()
STORETypepublic void setUSERSTORE(STOREType value)
value - allowed object is
STORETypepublic String getUserImageID()
StringCopyright © 2017. All rights reserved.