public class CmisRepositoryCapabilitiesType extends Object
Java class for cmisRepositoryCapabilitiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cmisRepositoryCapabilitiesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="capabilityACL" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}enumCapabilityACL"/>
<element name="capabilityAllVersionsSearchable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="capabilityChanges" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}enumCapabilityChanges"/>
<element name="capabilityContentStreamUpdatability" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}enumCapabilityContentStreamUpdates"/>
<element name="capabilityGetDescendants" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="capabilityGetFolderTree" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="capabilityMultifiling" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="capabilityPWCSearchable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="capabilityPWCUpdatable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="capabilityQuery" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}enumCapabilityQuery"/>
<element name="capabilityRenditions" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}enumCapabilityRendition"/>
<element name="capabilityUnfiling" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="capabilityVersionSpecificFiling" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="capabilityJoin" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}enumCapabilityJoin"/>
<any processContents='skip' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisUndefinedAttribute"/>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Element> |
any |
protected EnumCapabilityACL |
capabilityACL |
protected boolean |
capabilityAllVersionsSearchable |
protected EnumCapabilityChanges |
capabilityChanges |
protected EnumCapabilityContentStreamUpdates |
capabilityContentStreamUpdatability |
protected boolean |
capabilityGetDescendants |
protected boolean |
capabilityGetFolderTree |
protected EnumCapabilityJoin |
capabilityJoin |
protected boolean |
capabilityMultifiling |
protected boolean |
capabilityPWCSearchable |
protected boolean |
capabilityPWCUpdatable |
protected EnumCapabilityQuery |
capabilityQuery |
protected EnumCapabilityRendition |
capabilityRenditions |
protected boolean |
capabilityUnfiling |
protected boolean |
capabilityVersionSpecificFiling |
| Constructor and Description |
|---|
CmisRepositoryCapabilitiesType() |
| Modifier and Type | Method and Description |
|---|---|
List<Element> |
getAny()
Gets the value of the any property.
|
EnumCapabilityACL |
getCapabilityACL()
Gets the value of the capabilityACL property.
|
EnumCapabilityChanges |
getCapabilityChanges()
Gets the value of the capabilityChanges property.
|
EnumCapabilityContentStreamUpdates |
getCapabilityContentStreamUpdatability()
Gets the value of the capabilityContentStreamUpdatability property.
|
EnumCapabilityJoin |
getCapabilityJoin()
Gets the value of the capabilityJoin property.
|
EnumCapabilityQuery |
getCapabilityQuery()
Gets the value of the capabilityQuery property.
|
EnumCapabilityRendition |
getCapabilityRenditions()
Gets the value of the capabilityRenditions property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
boolean |
isCapabilityAllVersionsSearchable()
Gets the value of the capabilityAllVersionsSearchable property.
|
boolean |
isCapabilityGetDescendants()
Gets the value of the capabilityGetDescendants property.
|
boolean |
isCapabilityGetFolderTree()
Gets the value of the capabilityGetFolderTree property.
|
boolean |
isCapabilityMultifiling()
Gets the value of the capabilityMultifiling property.
|
boolean |
isCapabilityPWCSearchable()
Gets the value of the capabilityPWCSearchable property.
|
boolean |
isCapabilityPWCUpdatable()
Gets the value of the capabilityPWCUpdatable property.
|
boolean |
isCapabilityUnfiling()
Gets the value of the capabilityUnfiling property.
|
boolean |
isCapabilityVersionSpecificFiling()
Gets the value of the capabilityVersionSpecificFiling property.
|
void |
setCapabilityACL(EnumCapabilityACL value)
Sets the value of the capabilityACL property.
|
void |
setCapabilityAllVersionsSearchable(boolean value)
Sets the value of the capabilityAllVersionsSearchable property.
|
void |
setCapabilityChanges(EnumCapabilityChanges value)
Sets the value of the capabilityChanges property.
|
void |
setCapabilityContentStreamUpdatability(EnumCapabilityContentStreamUpdates value)
Sets the value of the capabilityContentStreamUpdatability property.
|
void |
setCapabilityGetDescendants(boolean value)
Sets the value of the capabilityGetDescendants property.
|
void |
setCapabilityGetFolderTree(boolean value)
Sets the value of the capabilityGetFolderTree property.
|
void |
setCapabilityJoin(EnumCapabilityJoin value)
Sets the value of the capabilityJoin property.
|
void |
setCapabilityMultifiling(boolean value)
Sets the value of the capabilityMultifiling property.
|
void |
setCapabilityPWCSearchable(boolean value)
Sets the value of the capabilityPWCSearchable property.
|
void |
setCapabilityPWCUpdatable(boolean value)
Sets the value of the capabilityPWCUpdatable property.
|
void |
setCapabilityQuery(EnumCapabilityQuery value)
Sets the value of the capabilityQuery property.
|
void |
setCapabilityRenditions(EnumCapabilityRendition value)
Sets the value of the capabilityRenditions property.
|
void |
setCapabilityUnfiling(boolean value)
Sets the value of the capabilityUnfiling property.
|
void |
setCapabilityVersionSpecificFiling(boolean value)
Sets the value of the capabilityVersionSpecificFiling property.
|
protected EnumCapabilityACL capabilityACL
protected boolean capabilityAllVersionsSearchable
protected EnumCapabilityChanges capabilityChanges
protected EnumCapabilityContentStreamUpdates capabilityContentStreamUpdatability
protected boolean capabilityGetDescendants
protected boolean capabilityGetFolderTree
protected boolean capabilityMultifiling
protected boolean capabilityPWCSearchable
protected boolean capabilityPWCUpdatable
protected EnumCapabilityQuery capabilityQuery
protected EnumCapabilityRendition capabilityRenditions
protected boolean capabilityUnfiling
protected boolean capabilityVersionSpecificFiling
protected EnumCapabilityJoin capabilityJoin
public EnumCapabilityACL getCapabilityACL()
EnumCapabilityACLpublic void setCapabilityACL(EnumCapabilityACL value)
value - allowed object is
EnumCapabilityACLpublic boolean isCapabilityAllVersionsSearchable()
public void setCapabilityAllVersionsSearchable(boolean value)
public EnumCapabilityChanges getCapabilityChanges()
EnumCapabilityChangespublic void setCapabilityChanges(EnumCapabilityChanges value)
value - allowed object is
EnumCapabilityChangespublic EnumCapabilityContentStreamUpdates getCapabilityContentStreamUpdatability()
EnumCapabilityContentStreamUpdatespublic void setCapabilityContentStreamUpdatability(EnumCapabilityContentStreamUpdates value)
value - allowed object is
EnumCapabilityContentStreamUpdatespublic boolean isCapabilityGetDescendants()
public void setCapabilityGetDescendants(boolean value)
public boolean isCapabilityGetFolderTree()
public void setCapabilityGetFolderTree(boolean value)
public boolean isCapabilityMultifiling()
public void setCapabilityMultifiling(boolean value)
public boolean isCapabilityPWCSearchable()
public void setCapabilityPWCSearchable(boolean value)
public boolean isCapabilityPWCUpdatable()
public void setCapabilityPWCUpdatable(boolean value)
public EnumCapabilityQuery getCapabilityQuery()
EnumCapabilityQuerypublic void setCapabilityQuery(EnumCapabilityQuery value)
value - allowed object is
EnumCapabilityQuerypublic EnumCapabilityRendition getCapabilityRenditions()
EnumCapabilityRenditionpublic void setCapabilityRenditions(EnumCapabilityRendition value)
value - allowed object is
EnumCapabilityRenditionpublic boolean isCapabilityUnfiling()
public void setCapabilityUnfiling(boolean value)
public boolean isCapabilityVersionSpecificFiling()
public void setCapabilityVersionSpecificFiling(boolean value)
public EnumCapabilityJoin getCapabilityJoin()
EnumCapabilityJoinpublic void setCapabilityJoin(EnumCapabilityJoin value)
value - allowed object is
EnumCapabilityJoinpublic List<Element> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
public Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.