public class CmisExtensionElementImpl extends Object implements CmisExtensionElement
| Constructor and Description |
|---|
CmisExtensionElementImpl(CmisExtensionElement element)
Copy constructor.
|
CmisExtensionElementImpl(String namespace,
String name,
Map<String,String> attributes,
List<CmisExtensionElement> children)
Constructor for a node.
|
CmisExtensionElementImpl(String namespace,
String name,
Map<String,String> attributes,
String value)
Constructor for a leaf.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
List<CmisExtensionElement> |
getChildren() |
String |
getName() |
String |
getNamespace() |
String |
getValue() |
String |
toString() |
String |
toTreeString(int level) |
public CmisExtensionElementImpl(String namespace, String name, Map<String,String> attributes, String value)
public CmisExtensionElementImpl(String namespace, String name, Map<String,String> attributes, List<CmisExtensionElement> children)
public CmisExtensionElementImpl(CmisExtensionElement element)
public String getName()
getName in interface CmisExtensionElementpublic String getNamespace()
getNamespace in interface CmisExtensionElementpublic String getValue()
getValue in interface CmisExtensionElementpublic List<CmisExtensionElement> getChildren()
getChildren in interface CmisExtensionElementpublic Map<String,String> getAttributes()
getAttributes in interface CmisExtensionElementpublic String toTreeString(int level)
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.