Class EdmAnnotationElementImpl
- java.lang.Object
-
- org.apache.olingo.odata2.client.core.edm.Impl.EdmAnnotationElementImpl
-
- All Implemented Interfaces:
org.apache.olingo.odata2.api.edm.EdmAnnotationElement
public class EdmAnnotationElementImpl extends Object implements org.apache.olingo.odata2.api.edm.EdmAnnotationElement
Objects of this class represent AnnotationElement
-
-
Constructor Summary
Constructors Constructor Description EdmAnnotationElementImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute>getAttributes()List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement>getChildElements()StringgetName()StringgetNamespace()StringgetPrefix()StringgetText()voidsetAttributes(List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute> attributes)voidsetChildElements(List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement> childElements)voidsetName(String name)voidsetNamespace(String namespace)voidsetPrefix(String prefix)voidsetText(String text)StringtoString()
-
-
-
Method Detail
-
setNamespace
public void setNamespace(String namespace)
-
setPrefix
public void setPrefix(String prefix)
-
setName
public void setName(String name)
-
setText
public void setText(String text)
-
setChildElements
public void setChildElements(List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement> childElements)
-
setAttributes
public void setAttributes(List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute> attributes)
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.apache.olingo.odata2.api.edm.EdmAnnotationElement
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein interfaceorg.apache.olingo.odata2.api.edm.EdmAnnotationElement
-
getPrefix
public String getPrefix()
- Specified by:
getPrefixin interfaceorg.apache.olingo.odata2.api.edm.EdmAnnotationElement
-
getText
public String getText()
- Specified by:
getTextin interfaceorg.apache.olingo.odata2.api.edm.EdmAnnotationElement
-
getChildElements
public List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement> getChildElements()
- Specified by:
getChildElementsin interfaceorg.apache.olingo.odata2.api.edm.EdmAnnotationElement
-
getAttributes
public List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute> getAttributes()
- Specified by:
getAttributesin interfaceorg.apache.olingo.odata2.api.edm.EdmAnnotationElement
-
-