public class EdmAnnotationElementImpl extends Object implements EdmAnnotationElement
Constructor and Description |
---|
EdmAnnotationElementImpl() |
Modifier and Type | Method and Description |
---|---|
List<EdmAnnotationAttribute> |
getAttributes()
Get the attributes of this custom element
|
List<EdmAnnotationElement> |
getChildElements()
Get the child elements of the custom element
|
String |
getName()
Get the name of the custom element
|
String |
getNamespace()
Get the namespace of the custom element
|
String |
getPrefix()
Get the prefix of the custom element
|
String |
getText()
Get the XML data of the custom element
|
void |
setAttributes(List<EdmAnnotationAttribute> attributes) |
void |
setChildElements(List<EdmAnnotationElement> childElements) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setPrefix(String prefix) |
void |
setText(String text) |
String |
toString() |
public void setNamespace(String namespace)
public void setPrefix(String prefix)
public void setName(String name)
public void setText(String text)
public void setChildElements(List<EdmAnnotationElement> childElements)
public void setAttributes(List<EdmAnnotationAttribute> attributes)
public String getName()
EdmAnnotationElement
getName
in interface EdmAnnotationElement
public String getNamespace()
EdmAnnotationElement
getNamespace
in interface EdmAnnotationElement
public String getPrefix()
EdmAnnotationElement
getPrefix
in interface EdmAnnotationElement
public String getText()
EdmAnnotationElement
getText
in interface EdmAnnotationElement
public List<EdmAnnotationElement> getChildElements()
EdmAnnotationElement
getChildElements
in interface EdmAnnotationElement
EdmAnnotationElement
or null if no child elements existpublic List<EdmAnnotationAttribute> getAttributes()
EdmAnnotationElement
getAttributes
in interface EdmAnnotationElement
EdmAnnotationElement
or null if no attributes existCopyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.