public class GetAllowableActionsResponse extends Object
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der allowableActions-Eigenschaft ab.
|
void |
setAllowableActions(CmisAllowableActionsType value)
Legt den Wert der allowableActions-Eigenschaft fest.
|
protected CmisAllowableActionsType allowableActions
public CmisAllowableActionsType getAllowableActions()
CmisAllowableActionsTypepublic void setAllowableActions(CmisAllowableActionsType value)
value - allowed object is
CmisAllowableActionsTypeCopyright © 2009–2016 The Apache Software Foundation. All rights reserved.