![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|

Public Member Functions | |
| TSLMDIdentifier () | |
| TSLMDIdentifier (const TSLMDIdentifier &right) | |
| virtual | ~TSLMDIdentifier () |
| TSLMDIdentifier & | operator= (const TSLMDIdentifier &right) |
| void | authority (TSLCICitation *input, bool assumeOwnership=true) |
| void | code (const TSLCharacterString &input) |
| void | code (const char *input) |
| virtual TSLMDIdentifier * | clone () const |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
| const TSLCICitation * | authority () const |
| TSLCICitation * | authority () |
| const TSLCharacterString & | code () const |
| TSLCharacterString & | code () |
Static Public Member Functions | |
| static TSLMDIdentifier * | create () |
| TSLMDIdentifier::TSLMDIdentifier | ( | ) |
The default constructor.
| TSLMDIdentifier::TSLMDIdentifier | ( | const TSLMDIdentifier & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
inline |
Returns the authority attribute.
|
inline |
Returns the authority attribute.
| void TSLMDIdentifier::authority | ( | TSLCICitation * | input, |
| bool | assumeOwnership = true ) |
Sets the authority attribute.
|
virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Reimplemented in TSLRSIdentifier.
|
inline |
Returns the code attribute.
|
inline |
Returns the code attribute.
| void TSLMDIdentifier::code | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
| void TSLMDIdentifier::code | ( | const TSLCharacterString & | input | ) |
Sets the code attribute.
|
static |
| TSLMDIdentifier & TSLMDIdentifier::operator= | ( | const TSLMDIdentifier & | right | ) |
Assignment operator.
|
virtual |
Reimplemented in TSLRSIdentifier.