![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Telephone numbers for contacting the responsible individual or organisation
Public Member Functions | |
TSLCITelephone () | |
TSLCITelephone (const TSLCITelephone &right) | |
virtual | ~TSLCITelephone () |
TSLCITelephone & | operator= (const TSLCITelephone &right) |
bool | insertVoice (const TSLCharacterString &obj, int position=-1) |
bool | insertVoice (const char *input, int position=-1) |
bool | removeVoice (int position=-1) |
bool | insertFacsimile (const TSLCharacterString &obj, int position=-1) |
bool | insertFacsimile (const char *input, int position=-1) |
bool | removeFacsimile (int position=-1) |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
const TSLMDCollection< TSLCharacterString > & | voice () const |
TSLMDCollection< TSLCharacterString > & | voice () |
const TSLCharacterString * | voiceAt (int position) const |
TSLCharacterString * | voiceAt (int position) |
const TSLMDCollection< TSLCharacterString > & | facsimile () const |
TSLMDCollection< TSLCharacterString > & | facsimile () |
const TSLCharacterString * | facsimileAt (int position) const |
TSLCharacterString * | facsimileAt (int position) |
Static Public Member Functions | |
static TSLCITelephone * | create () |
TSLCITelephone::TSLCITelephone | ( | ) |
The default constructor.
TSLCITelephone::TSLCITelephone | ( | const TSLCITelephone & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
static |
|
inline |
Returns the facsimile attribute.
|
inline |
Returns the facsimile 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 TSLCITelephone::insertFacsimile | ( | const char * | input, |
int | position = -1 ) |
Overload to allow assignment of string as a literal.
bool TSLCITelephone::insertFacsimile | ( | 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 TSLCITelephone::insertVoice | ( | const char * | input, |
int | position = -1 ) |
Overload to allow assignment of string as a literal.
bool TSLCITelephone::insertVoice | ( | 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.
TSLCITelephone & TSLCITelephone::operator= | ( | const TSLCITelephone & | right | ) |
Assignment operator.
bool TSLCITelephone::removeFacsimile | ( | 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 TSLCITelephone::removeVoice | ( | 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 |
|
inline |
Returns the voice attribute.
|
inline |
Returns the voice 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.