public interface CmisExtensionElement extends Serializable
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes()
Returns the attributes of the extension.
|
List<CmisExtensionElement> |
getChildren()
Returns the children of this extension.
|
String |
getName()
Returns the name of the extension.
|
String |
getNamespace()
Returns the namespace of the extension.
|
String |
getValue()
Returns the value of the extension as a String.
|
String getName()
null
.String getNamespace()
null
.
Don't rely on namespaces because they are binding specific!String getValue()
null
.Map<String,String> getAttributes()
null
.
Try to avoid attributes because they are binding specific!List<CmisExtensionElement> getChildren()
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.