QgsAbstractMetadataBase::Contact struct

Metadata contact structure.

Constructors, destructors, conversion operators

Contact(const QString& name = QString())
Constructor for Contact.

Public variables

QList<QgsAbstractMetadataBase::Address> addresses
List of addresses associated with this contact.
QString email
Electronic mail address.
QString fax
Facsimile telephone.
QString name
Name of contact.
QString organization
Organization contact belongs to/represents.
QString position
Position/title of contact.
QString role
Role of contact.
QString voice
Voice telephone.

Variable documentation

QString QgsAbstractMetadataBase::Contact::email

Electronic mail address.

QString QgsAbstractMetadataBase::Contact::role

Role of contact.

Acceptable values are those from the ISO 19115 CI_RoleCode specifications (see http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml). E.g. 'custodian', 'owner', 'distributor', etc.