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


public interface ExtensionAttribute

A ExtensionAttribute

ExtensionAttribute is an attribute of an extension element


Method Summary
 String getName()
          Get the local name of the attribute
 String getNamespace()
          Get the namespace
 String getPrefix()
          Get the prefix of the attribute
 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 attribute

Returns:
prefix as String

getName

String getName()
Get the local name of the attribute

Returns:
name as String

getText

String getText()
Get the text

Returns:
text as String


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