It models the field element of an XML Schema.
More...
#include <Field.h>
|
std::string * | m_xpath |
| It identifies a single element or attribute whose content or value is used for the constraint. (Required) More...
|
|
It models the field element of an XML Schema.
- Note
- Parent elements: key, keyref, unique.
Definition at line 47 of file Field.h.
te::xsd::Field::Field |
( |
std::string * |
xpath, |
|
|
Annotation * |
ann = 0 , |
|
|
std::string * |
id = 0 |
|
) |
| |
Constructor.
- Parameters
-
id | It specifies a unique ID for the element. It may be a NULL value. |
xpath | It identifies a single element or attribute whose content or value is used for the constraint. It is required a non-NULL value. |
- Note
- The Field object will take the ownership of the given pointers.
te::xsd::Field::Field |
( |
const Field & |
rhs | ) |
|
Copy constructor.
- Parameters
-
rhs | Right-hand-side object. |
te::xsd::Field::~Field |
( |
| ) |
|
Annotation* te::xsd::Annotated::getAnnotation |
( |
| ) |
const |
|
inherited |
It returns the associated annotation.
- Returns
- The associated annotation.
std::string* te::xsd::Identifiable::getId |
( |
| ) |
const |
|
inherited |
It returns a pointer (may be NULL) to the object id.
std::string* te::xsd::Field::getXPath |
( |
| ) |
const |
It returns the xpath expression of the Field element.
- Returns
- The xpath expression.
Field& te::xsd::Field::operator= |
( |
const Field & |
rhs | ) |
|
Assignment operator.
- Parameters
-
rhs | Right-hand-side object. |
- Returns
- A reference to this object.
void te::xsd::Annotated::setAnnotation |
( |
Annotation * |
ann | ) |
|
|
inherited |
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. |
void te::xsd::Identifiable::setId |
( |
std::string * |
id | ) |
|
|
inherited |
it sets the id.
- Parameters
-
id | The id to be associated to the object. It will take the ownership of the given string. |
void te::xsd::Field::setXPath |
( |
std::string * |
xpath | ) |
|
It sets the xpath expression of the Field element.
- Parameters
-
xpath | It specifies the xpath expression of the Field element. |
- Note
- The Field object will take the ownership of the given pointer.
std::string* te::xsd::Field::m_xpath |
|
private |
It identifies a single element or attribute whose content or value is used for the constraint. (Required)
Definition at line 102 of file Field.h.
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/xsd/Field.h