27 const std::string& orgname,
28 const std::string& posname,
30 m_individualName(indname),
31 m_organizationName(orgname),
32 m_positionName(posname),
47 assert(!name.empty());
61 assert(!name.empty());
75 assert(!name.empty());
void setPositionName(const std::string &name)
Sets the position name.
const std::string & getOrganizationName() const
Returns the individual name.
CI_ResponsibleParty * clone() const
std::string m_individualName
Name of the responsible individual.
void setIndividualName(const std::string &name)
Set the individual name.
~CI_ResponsibleParty()
Destructor.
const std::string & getPositionName() const
Returns the position name.
const std::string & getIndividualName() const
Returns the individual name.
CI_RoleCode getRoleCode() const
Returns the responsible party role.
std::string m_organizationName
Name of the responsible organisation.
CI_ResponsibleParty(const std::string &indname=std::string(""), const std::string &orgname=std::string(""), const std::string &posname=std::string(""), CI_RoleCode code=CI_resourceProvider)
Constructor.
std::string m_positionName
Position of the responsible person.
CI_RoleCode
Function performed by the responsible party.
CI_RoleCode m_roleCode
Function performed by the responsible party.
void setOrganizationName(const std::string &name)
Sets the organization name.
Contains the identify of person(s), and/or position, and/or organization(s) associated with the resou...