public class GetAllowableActionsResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="allowableActions" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisAllowableActionsType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CmisAllowableActionsType |
allowableActions |
| Constructor and Description |
|---|
GetAllowableActionsResponse() |
| Modifier and Type | Method and Description |
|---|---|
CmisAllowableActionsType |
getAllowableActions()
Gets the value of the allowableActions property.
|
void |
setAllowableActions(CmisAllowableActionsType value)
Sets the value of the allowableActions property.
|
protected CmisAllowableActionsType allowableActions
public CmisAllowableActionsType getAllowableActions()
CmisAllowableActionsTypepublic void setAllowableActions(CmisAllowableActionsType value)
value - allowed object is
CmisAllowableActionsTypeCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.