org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects
Class AtomBase
java.lang.Object
org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.AtomBase
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AtomAcl, AtomAllowableActions, AtomEntry, AtomFeed, RepositoryWorkspace, ServiceDoc
public abstract class AtomBase
- extends Object
- implements Serializable
- Author:
- Florian Müller
- See Also:
- Serialized Form
Constructor Summary |
protected |
AtomBase()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomBase
protected AtomBase()
getType
public abstract String getType()
getElements
public List<AtomElement> getElements()
addElement
public void addElement(AtomElement element)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.