libdigidocpp
digidoc::SignatureProductionPlace Class Reference

#include <SignatureAttributes.h>

Collaboration diagram for digidoc::SignatureProductionPlace:
Collaboration graph

Public Member Functions

 SignatureProductionPlace ()
 SignatureProductionPlace (std::string city, std::string stateOrProvince, std::string postalCode, std::string countryName)
bool isEmpty ()

Public Attributes

std::string city
std::string stateOrProvince
std::string postalCode
std::string countryName

Detailed Description

Definition at line 29 of file SignatureAttributes.h.

Constructor & Destructor Documentation

digidoc::SignatureProductionPlace::SignatureProductionPlace ( )

Initialized empty SignatureProductionPlace.

Definition at line 25 of file SignatureAttributes.cpp.

digidoc::SignatureProductionPlace::SignatureProductionPlace ( std::string  city,
std::string  stateOrProvince,
std::string  postalCode,
std::string  countryName 
)

Helper constructor to initialize SignatureProductionPlace with values.

Parameters
citycity, where document is signed.
stateOrProvincestate or province, where document is signed.
postalCodepostal code, where document is signed.
countryNamecountry, where document is signed.

Definition at line 37 of file SignatureAttributes.cpp.

Member Function Documentation

bool digidoc::SignatureProductionPlace::isEmpty ( )
Returns
returns whether the SignatureProductionPlace is initialized or not. If the method returns true the SignatureProductionPlace is not set.

Definition at line 50 of file SignatureAttributes.cpp.

Referenced by open().

Here is the caller graph for this function:

Member Data Documentation


The documentation for this class was generated from the following files: