const boost::gregorian::date & getDate() const 
Returns the citation date. 
 
Provides a standardized method for citing a resource (dataset, feature, source, publication, etc.) 
 
const std::string & getTitle() const 
Returns the citation title. 
 
CI_DateTypeCode
Identification of when a given event occurred. 
 
To support the bibliographic information to reference the resource. 
 
CI_DateTypeCode getDateType() const 
Returns the citation date type. 
 
CI_Citation * clone() const 
Creates a new copy of this object. 
 
CI_Citation(const std::string &title, boost::gregorian::date date, CI_DateTypeCode dateype)