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

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.AtomBase
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AtomAcl, AtomAllowableActions, AtomEntry, AtomFeed, RepositoryWorkspace, ServiceDoc

public abstract class AtomBase
extends java.lang.Object
implements java.io.Serializable

Author:
Florian Müller
See Also:
Serialized Form

Constructor Summary
protected AtomBase()
           
 
Method Summary
 void addElement(AtomElement element)
           
 java.util.List<AtomElement> getElements()
           
abstract  java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomBase

protected AtomBase()
Method Detail

getType

public abstract java.lang.String getType()

getElements

public java.util.List<AtomElement> getElements()

addElement

public void addElement(AtomElement element)


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