public class BODYType extends Object
Java class for BODYType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BODYType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CONFIGURATION" type="{}CONFIGURATIONType"/>
<element name="CSS_FILE" type="{http://www.w3.org/2001/XMLSchema}string"/>
<sequence>
<element name="SUPPORTED_LOCALES" type="{}SuportedLocalesListType"/>
</sequence>
<sequence>
<element name="SEARCHABLES" type="{}SEARCHABLESType"/>
</sequence>
<element name="DOCUMENT_DESCRIPTIONS" type="{}MapType"/>
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="BASE_COLLECTIONS" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<element name="VIEW_COMMUNITIES" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="VIEW_COLLECTIONS" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="VIEW_REPOSITORIES" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="VIEW_ANNOUNCEMENTS" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="VIEW_USER_PROFILE" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="VIEW_SIMILAR_DOCUMENTS" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="VIEW_EPUBLICATIONS" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
basecollections |
protected CONFIGURATIONType |
configuration |
protected String |
cssfile |
protected MapType |
documentdescriptions |
protected SEARCHABLESType |
searchables |
protected SuportedLocalesListType |
supportedlocales |
protected boolean |
viewannouncements |
protected boolean |
viewcollections |
protected boolean |
viewcommunities |
protected boolean |
viewepublications |
protected boolean |
viewrepositories |
protected boolean |
viewsimilardocuments |
protected boolean |
viewuserprofile |
| Constructor and Description |
|---|
BODYType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getBASECOLLECTIONS()
Gets the value of the basecollections property.
|
CONFIGURATIONType |
getCONFIGURATION()
Gets the value of the configuration property.
|
String |
getCSSFILE()
Gets the value of the cssfile property.
|
MapType |
getDOCUMENTDESCRIPTIONS()
Gets the value of the documentdescriptions property.
|
SEARCHABLESType |
getSEARCHABLES()
Gets the value of the searchables property.
|
SuportedLocalesListType |
getSUPPORTEDLOCALES()
Gets the value of the supportedlocales property.
|
boolean |
isVIEWANNOUNCEMENTS()
Gets the value of the viewannouncements property.
|
boolean |
isVIEWCOLLECTIONS()
Gets the value of the viewcollections property.
|
boolean |
isVIEWCOMMUNITIES()
Gets the value of the viewcommunities property.
|
boolean |
isVIEWEPUBLICATIONS()
Gets the value of the viewepublications property.
|
boolean |
isVIEWREPOSITORIES()
Gets the value of the viewrepositories property.
|
boolean |
isVIEWSIMILARDOCUMENTS()
Gets the value of the viewsimilardocuments property.
|
boolean |
isVIEWUSERPROFILE()
Gets the value of the viewuserprofile property.
|
void |
setCONFIGURATION(CONFIGURATIONType value)
Sets the value of the configuration property.
|
void |
setCSSFILE(String value)
Sets the value of the cssfile property.
|
void |
setDOCUMENTDESCRIPTIONS(MapType value)
Sets the value of the documentdescriptions property.
|
void |
setSEARCHABLES(SEARCHABLESType value)
Sets the value of the searchables property.
|
void |
setSUPPORTEDLOCALES(SuportedLocalesListType value)
Sets the value of the supportedlocales property.
|
void |
setVIEWANNOUNCEMENTS(boolean value)
Sets the value of the viewannouncements property.
|
void |
setVIEWCOLLECTIONS(boolean value)
Sets the value of the viewcollections property.
|
void |
setVIEWCOMMUNITIES(boolean value)
Sets the value of the viewcommunities property.
|
void |
setVIEWEPUBLICATIONS(boolean value)
Sets the value of the viewepublications property.
|
void |
setVIEWREPOSITORIES(boolean value)
Sets the value of the viewrepositories property.
|
void |
setVIEWSIMILARDOCUMENTS(boolean value)
Sets the value of the viewsimilardocuments property.
|
void |
setVIEWUSERPROFILE(boolean value)
Sets the value of the viewuserprofile property.
|
protected CONFIGURATIONType configuration
protected String cssfile
protected SuportedLocalesListType supportedlocales
protected SEARCHABLESType searchables
protected MapType documentdescriptions
protected boolean viewcommunities
protected boolean viewcollections
protected boolean viewrepositories
protected boolean viewannouncements
protected boolean viewuserprofile
protected boolean viewsimilardocuments
protected boolean viewepublications
public CONFIGURATIONType getCONFIGURATION()
CONFIGURATIONTypepublic void setCONFIGURATION(CONFIGURATIONType value)
value - allowed object is
CONFIGURATIONTypepublic String getCSSFILE()
Stringpublic void setCSSFILE(String value)
value - allowed object is
Stringpublic SuportedLocalesListType getSUPPORTEDLOCALES()
SuportedLocalesListTypepublic void setSUPPORTEDLOCALES(SuportedLocalesListType value)
value - allowed object is
SuportedLocalesListTypepublic SEARCHABLESType getSEARCHABLES()
SEARCHABLESTypepublic void setSEARCHABLES(SEARCHABLESType value)
value - allowed object is
SEARCHABLESTypepublic MapType getDOCUMENTDESCRIPTIONS()
MapTypepublic void setDOCUMENTDESCRIPTIONS(MapType value)
value - allowed object is
MapTypepublic List<String> getBASECOLLECTIONS()
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 basecollections property.
For example, to add a new item, do as follows:
getBASECOLLECTIONS().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isVIEWCOMMUNITIES()
public void setVIEWCOMMUNITIES(boolean value)
public boolean isVIEWCOLLECTIONS()
public void setVIEWCOLLECTIONS(boolean value)
public boolean isVIEWREPOSITORIES()
public void setVIEWREPOSITORIES(boolean value)
public boolean isVIEWANNOUNCEMENTS()
public void setVIEWANNOUNCEMENTS(boolean value)
public boolean isVIEWUSERPROFILE()
public void setVIEWUSERPROFILE(boolean value)
public boolean isVIEWSIMILARDOCUMENTS()
public void setVIEWSIMILARDOCUMENTS(boolean value)
public boolean isVIEWEPUBLICATIONS()
public void setVIEWEPUBLICATIONS(boolean value)
Copyright © 2017. All rights reserved.