Class EdmAnnotationAttributeImpl
- java.lang.Object
-
- org.apache.olingo.odata2.client.core.edm.Impl.EdmAnnotationAttributeImpl
-
- All Implemented Interfaces:
org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute
public class EdmAnnotationAttributeImpl extends Object implements org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute
Objects of this class represent an annotation attribute
-
-
Constructor Summary
Constructors Constructor Description EdmAnnotationAttributeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetNamespace()StringgetPrefix()StringgetText()EdmAnnotationAttributeImplsetName(String name)Sets the name for thisEdmAnnotationAttributeImpl.EdmAnnotationAttributeImplsetNamespace(String namespace)Sets the namespace for thisEdmAnnotationAttributeImpl.EdmAnnotationAttributeImplsetPrefix(String prefix)Sets the prefix for thisEdmAnnotationAttributeImpl.EdmAnnotationAttributeImplsetText(String text)Sets the text for thisEdmAnnotationAttributeImpl.StringtoString()
-
-
-
Method Detail
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein interfaceorg.apache.olingo.odata2.api.edm.EdmAnnotationAttribute
-
getPrefix
public String getPrefix()
- Specified by:
getPrefixin interfaceorg.apache.olingo.odata2.api.edm.EdmAnnotationAttribute
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.apache.olingo.odata2.api.edm.EdmAnnotationAttribute
-
getText
public String getText()
- Specified by:
getTextin interfaceorg.apache.olingo.odata2.api.edm.EdmAnnotationAttribute
-
setNamespace
public EdmAnnotationAttributeImpl setNamespace(String namespace)
Sets the namespace for thisEdmAnnotationAttributeImpl.- Parameters:
namespace- Namespace- Returns:
EdmAnnotationAttributeImplfor method chaining
-
setPrefix
public EdmAnnotationAttributeImpl setPrefix(String prefix)
Sets the prefix for thisEdmAnnotationAttributeImpl.- Parameters:
prefix- Prefixo- Returns:
EdmAnnotationAttributeImplfor method chaining
-
setName
public EdmAnnotationAttributeImpl setName(String name)
Sets the name for thisEdmAnnotationAttributeImpl.- Parameters:
name- Nome- Returns:
EdmAnnotationAttributeImplfor method chaining
-
setText
public EdmAnnotationAttributeImpl setText(String text)
Sets the text for thisEdmAnnotationAttributeImpl.- Parameters:
text- Texto- Returns:
EdmAnnotationAttributeImplfor method chaining
-
-