Class ExtensionElementImpl
java.lang.Object
org.apache.olingo.odata2.core.servicedocument.ExtensionElementImpl
- All Implemented Interfaces:
ExtensionElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet attributesGet nested elementsgetName()Get the local name of the elementGet the namespaceGet the prefix of the elementgetText()Get the textsetAttributes(List<ExtensionAttribute> attributes) setElements(List<ExtensionElement> anyElements) setNamespace(String namespace)
-
Constructor Details
-
ExtensionElementImpl
public ExtensionElementImpl()
-
-
Method Details
-
getNamespace
Description copied from interface:ExtensionElementGet the namespace- Specified by:
getNamespacein interfaceExtensionElement- Returns:
- namespace as String
-
getPrefix
Description copied from interface:ExtensionElementGet the prefix of the element- Specified by:
getPrefixin interfaceExtensionElement- Returns:
- prefix as String
-
getName
Description copied from interface:ExtensionElementGet the local name of the element- Specified by:
getNamein interfaceExtensionElement- Returns:
- name as String
-
getText
Description copied from interface:ExtensionElementGet the text- Specified by:
getTextin interfaceExtensionElement- Returns:
- text as String
-
getElements
Description copied from interface:ExtensionElementGet nested elements- Specified by:
getElementsin interfaceExtensionElement- Returns:
- a list of
ExtensionElement
-
getAttributes
Description copied from interface:ExtensionElementGet attributes- Specified by:
getAttributesin interfaceExtensionElement- Returns:
- a list of
ExtensionAttribute
-
setNamespace
-
setPrefix
-
setName
-
setText
-
setElements
-
setAttributes
-