org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects
Class AtomAllowableActions

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.AtomBase
      extended by org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.AtomAllowableActions
All Implemented Interfaces:
Serializable

public class AtomAllowableActions
extends AtomBase

AtomAllowableActions.

See Also:
Serialized Form

Constructor Summary
AtomAllowableActions()
           
AtomAllowableActions(CmisAllowableActionsType allowableActions)
           
 
Method Summary
 CmisAllowableActionsType getAllowableActions()
           
 String getType()
           
 void setAllowableActions(CmisAllowableActionsType allowableActions)
           
 
Methods inherited from class org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.AtomBase
addElement, getElements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomAllowableActions

public AtomAllowableActions()

AtomAllowableActions

public AtomAllowableActions(CmisAllowableActionsType allowableActions)
Method Detail

getType

public String getType()
Specified by:
getType in class AtomBase

getAllowableActions

public CmisAllowableActionsType getAllowableActions()

setAllowableActions

public void setAllowableActions(CmisAllowableActionsType allowableActions)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.