std::string * m_source
An URI that specifies the source of the application information. (Optional) 
 
std::string * getValue() const 
It returns the information associated to the annotation. 
 
This class models an object that specifies information to be used by applications. 
 
AnnotationItem * clone() const 
It creates a clone of the annotation item. 
 
This class models an object that specifies information to be used by applications. 
 
AppInfo(std::string *source, std::string *value)
Constructor. 
 
void setValue(std::string *value)
It sets the information to be used by the application. 
 
AppInfo & operator=(const AppInfo &rhs)
Assignment operator. 
 
std::string * getSource() const 
It returns the URI that specifies the source of the information. 
 
void setSource(std::string *source)
It sets the URI that specifies the source of the information. 
 
std::string * m_value
An information to be used by the application. (Required) 
 
A base class for XSD annotation elements.