ContactOption Class Reference

the ContactOption class. More...

#include <OSOption.h>

Collaboration diagram for ContactOption:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ContactOption ()
 Default constructor.
 ~ContactOption ()
 Class destructor.
bool IsEqual (ContactOption *that)
 A function to check for the equality of two objects.

Public Attributes

std::string transportType
 the contact mechanism
std::string value
 the value of the <contact> element

Detailed Description

the ContactOption class.

Author:
Robert Fourer, Gus Gassmann, Jun Ma, Kipp Martin
Version:
1.0, 21/07/2008
Since:
OS 1.1
Remarks:
A data structure class that corresponds to the contact method in the OSoL schema.

Definition at line 74 of file OSOption.h.


Constructor & Destructor Documentation

ContactOption::ContactOption (  ) 

Default constructor.

Definition at line 53 of file OSOption.cpp.

ContactOption::~ContactOption (  ) 

Class destructor.

Definition at line 62 of file OSOption.cpp.


Member Function Documentation

bool ContactOption::IsEqual ( ContactOption that  ) 

A function to check for the equality of two objects.

Definition at line 6958 of file OSOption.cpp.

References transportType, and value.


Member Data Documentation

std::string ContactOption::transportType

the contact mechanism

Definition at line 78 of file OSOption.h.

Referenced by OSOption::getContactTransportType(), IsEqual(), OSOption::setContactTransportType(), and OSoLWriter::writeOSoL().

std::string ContactOption::value

the value of the <contact> element

Definition at line 81 of file OSOption.h.

Referenced by OSOption::getContact(), IsEqual(), OSOption::setContact(), and OSoLWriter::writeOSoL().


The documentation for this class was generated from the following files:
Generated on Fri Nov 19 13:32:16 2010 by  doxygen 1.4.7