org.apache.olingo.odata2.api.servicedocument
Interface ExtensionElement


public interface ExtensionElement

A ExtensionElement

ExtensionElement is an element that is defined in any namespace except the namespace "app"


Method Summary
 List<ExtensionAttribute> getAttributes()
          Get attributes
 List<ExtensionElement> getElements()
          Get nested elements
 String getName()
          Get the local name of the element
 String getNamespace()
          Get the namespace
 String getPrefix()
          Get the prefix of the element
 String getText()
          Get the text
 

Method Detail

getNamespace

String getNamespace()
Get the namespace

Returns:
namespace as String

getPrefix

String getPrefix()
Get the prefix of the element

Returns:
prefix as String

getName

String getName()
Get the local name of the element

Returns:
name as String

getText

String getText()
Get the text

Returns:
text as String

getElements

List<ExtensionElement> getElements()
Get nested elements

Returns:
a list of ExtensionElement

getAttributes

List<ExtensionAttribute> getAttributes()
Get attributes

Returns:
a list of ExtensionAttribute


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.