![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Location of the responsible individual or organisation
Public Member Functions | |
TSLCIAddress () | |
TSLCIAddress (const TSLCIAddress &right) | |
virtual | ~TSLCIAddress () |
TSLCIAddress & | operator= (const TSLCIAddress &right) |
bool | insertDeliveryPoint (const TSLCharacterString &obj, int position=-1) |
bool | insertDeliveryPoint (const char *input, int position=-1) |
bool | removeDeliveryPoint (int position=-1) |
void | city (TSLCharacterString *input, bool assumeOwnership=true) |
void | city (const char *input) |
void | administrativeArea (TSLCharacterString *input, bool assumeOwnership=true) |
void | administrativeArea (const char *input) |
void | postalCode (TSLCharacterString *input, bool assumeOwnership=true) |
void | postalCode (const char *input) |
void | country (TSLCharacterString *input, bool assumeOwnership=true) |
void | country (const char *input) |
bool | insertElectronicMailAddress (const TSLCharacterString &obj, int position=-1) |
bool | insertElectronicMailAddress (const char *input, int position=-1) |
bool | removeElectronicMailAddress (int position=-1) |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
const TSLMDCollection< TSLCharacterString > & | deliveryPoint () const |
TSLMDCollection< TSLCharacterString > & | deliveryPoint () |
const TSLCharacterString * | deliveryPointAt (int position) const |
TSLCharacterString * | deliveryPointAt (int position) |
const TSLCharacterString * | city () const |
TSLCharacterString * | city () |
const TSLCharacterString * | administrativeArea () const |
TSLCharacterString * | administrativeArea () |
const TSLCharacterString * | postalCode () const |
TSLCharacterString * | postalCode () |
const TSLCharacterString * | country () const |
TSLCharacterString * | country () |
const TSLMDCollection< TSLCharacterString > & | electronicMailAddress () const |
TSLMDCollection< TSLCharacterString > & | electronicMailAddress () |
const TSLCharacterString * | electronicMailAddressAt (int position) const |
TSLCharacterString * | electronicMailAddressAt (int position) |
Static Public Member Functions | |
static TSLCIAddress * | create () |
TSLCIAddress::TSLCIAddress | ( | ) |
The default constructor.
TSLCIAddress::TSLCIAddress | ( | const TSLCIAddress & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
inline |
Returns the administrativeArea attribute.
|
inline |
Returns the administrativeArea attribute.
void TSLCIAddress::administrativeArea | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
void TSLCIAddress::administrativeArea | ( | TSLCharacterString * | input, |
bool | assumeOwnership = true ) |
Sets the administrativeArea attribute.
|
inline |
Returns the city attribute.
|
inline |
Returns the city attribute.
void TSLCIAddress::city | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
void TSLCIAddress::city | ( | TSLCharacterString * | input, |
bool | assumeOwnership = true ) |
Sets the city attribute.
|
inline |
Returns the country attribute.
|
inline |
Returns the country attribute.
void TSLCIAddress::country | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
void TSLCIAddress::country | ( | TSLCharacterString * | input, |
bool | assumeOwnership = true ) |
Sets the country attribute.
|
static |
|
inline |
Returns the deliveryPoint attribute.
|
inline |
Returns the deliveryPoint attribute.
|
inline |
Returns the string at the given position. If the given position is not in range a null pointer is returned.
|
inline |
Returns the string at the given position. If the given position is not in range a null pointer is returned.
|
inline |
Returns the electronicMailAddress attribute.
|
inline |
Returns the electronicMailAddress attribute.
|
inline |
Returns the string at the given position. If the given position is not in range a null pointer is returned.
|
inline |
Returns the string at the given position. If the given position is not in range a null pointer is returned.
bool TSLCIAddress::insertDeliveryPoint | ( | const char * | input, |
int | position = -1 ) |
Overload to allow assignment of string as a literal.
bool TSLCIAddress::insertDeliveryPoint | ( | const TSLCharacterString & | obj, |
int | position = -1 ) |
Inserts the given string at the given position. If the given position is not provided or is not in range, the string is appended.
bool TSLCIAddress::insertElectronicMailAddress | ( | const char * | input, |
int | position = -1 ) |
Overload to allow assignment of string as a literal.
bool TSLCIAddress::insertElectronicMailAddress | ( | const TSLCharacterString & | obj, |
int | position = -1 ) |
Inserts the given string at the given position. If the given position is not provided or is not in range, the string is appended.
TSLCIAddress & TSLCIAddress::operator= | ( | const TSLCIAddress & | right | ) |
Assignment operator.
|
inline |
Returns the postalCode attribute.
|
inline |
Returns the postalCode attribute.
void TSLCIAddress::postalCode | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
void TSLCIAddress::postalCode | ( | TSLCharacterString * | input, |
bool | assumeOwnership = true ) |
Sets the postalCode attribute.
bool TSLCIAddress::removeDeliveryPoint | ( | int | position = -1 | ) |
Removes a string from the given position. If the given position is not provided or is not in range, the last string is removed.
bool TSLCIAddress::removeElectronicMailAddress | ( | int | position = -1 | ) |
Removes a string from the given position. If the given position is not provided or is not in range, the last string is removed.
|
virtual |