A base class for XSD classes that may allow annotation.
More...
#include <Annotated.h>
A base class for XSD classes that may allow annotation.
- See also
- Annotation, Attribute
Definition at line 49 of file Annotated.h.
te::xsd::Annotated::Annotated |
( |
Annotation * |
ann = 0 | ) |
|
|
protected |
Constructor.
- Parameters
-
ann | The annotation to be associated to the object. |
- Note
- The Annotation object will take the ownership of the informed pointer.
te::xsd::Annotated::Annotated |
( |
const Annotated & |
rhs | ) |
|
|
protected |
Copy constructor.
- Parameters
-
rhs | Right-hand-side object. |
te::xsd::Annotated::~Annotated |
( |
| ) |
|
|
protected |
Annotation* te::xsd::Annotated::getAnnotation |
( |
| ) |
const |
It returns the associated annotation.
- Returns
- The associated annotation.
Assignment operator.
- Parameters
-
rhs | Right-hand-side object. |
- Returns
- A reference to this object.
void te::xsd::Annotated::setAnnotation |
( |
Annotation * |
ann | ) |
|
It sets the associated annotation.
- Parameters
-
ann | The annotation to be associated to the object. The annotated class will take the ownership of the given pointer. |
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/xsd/Annotated.h