Class 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 Detail

      • EdmAnnotationElementImpl

        public EdmAnnotationElementImpl()
    • 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:
        getName in interface org.apache.olingo.odata2.api.edm.EdmAnnotationElement
      • getNamespace

        public String getNamespace()
        Specified by:
        getNamespace in interface org.apache.olingo.odata2.api.edm.EdmAnnotationElement
      • getPrefix

        public String getPrefix()
        Specified by:
        getPrefix in interface org.apache.olingo.odata2.api.edm.EdmAnnotationElement
      • getText

        public String getText()
        Specified by:
        getText in interface org.apache.olingo.odata2.api.edm.EdmAnnotationElement
      • getChildElements

        public List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement> getChildElements()
        Specified by:
        getChildElements in interface org.apache.olingo.odata2.api.edm.EdmAnnotationElement
      • getAttributes

        public List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute> getAttributes()
        Specified by:
        getAttributes in interface org.apache.olingo.odata2.api.edm.EdmAnnotationElement