com::cosylab::acs::laser::dao::xml::LocationType Class Reference

Inheritance diagram for com::cosylab::acs::laser::dao::xml::LocationType:
Inheritance graph
[legend]
Collaboration diagram for com::cosylab::acs::laser::dao::xml::LocationType:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 LocationType ()
java.lang.String getBuilding ()
java.lang.String getFloor ()
java.lang.String getMnemonic ()
java.lang.String getPosition ()
java.lang.String getRoom ()
boolean isValid ()
void marshal (java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
void marshal (org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
void setBuilding (java.lang.String building)
void setFloor (java.lang.String floor)
void setMnemonic (java.lang.String mnemonic)
void setPosition (java.lang.String position)
void setRoom (java.lang.String room)
void validate () throws org.exolab.castor.xml.ValidationException

Static Public Member Functions

static java.lang.Object unmarshal (java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException

Private Attributes

java.lang.String _building
java.lang.String _floor
java.lang.String _room
java.lang.String _mnemonic
java.lang.String _position

Detailed Description

Class LocationType.

Version:
Revision
1.3
Date
2006/09/25 08:52:36

Constructor & Destructor Documentation

com::cosylab::acs::laser::dao::xml::LocationType::LocationType (  )  [inline]

Member Function Documentation

java.lang.String com::cosylab::acs::laser::dao::xml::LocationType::getBuilding (  )  [inline]

Returns the value of field 'building'. The field 'building' has the following description: building number

Returns:
String
the value of field 'building'.

References _building.

Referenced by com::cosylab::acs::laser::dao::xml::LocationTypeDescriptor::LocationTypeDescriptor().

java.lang.String com::cosylab::acs::laser::dao::xml::LocationType::getFloor (  )  [inline]

Returns the value of field 'floor'. The field 'floor' has the following description: floor number

Returns:
String
the value of field 'floor'.

References _floor.

Referenced by com::cosylab::acs::laser::dao::xml::LocationTypeDescriptor::LocationTypeDescriptor().

java.lang.String com::cosylab::acs::laser::dao::xml::LocationType::getMnemonic (  )  [inline]

Returns the value of field 'mnemonic'. The field 'mnemonic' has the following description: building mnemonic

Returns:
String
the value of field 'mnemonic'.

References _mnemonic.

Referenced by com::cosylab::acs::laser::dao::xml::LocationTypeDescriptor::LocationTypeDescriptor().

java.lang.String com::cosylab::acs::laser::dao::xml::LocationType::getPosition (  )  [inline]

Returns the value of field 'position'. The field 'position' has the following description: FS position

Returns:
String
the value of field 'position'.

References _position.

Referenced by com::cosylab::acs::laser::dao::xml::LocationTypeDescriptor::LocationTypeDescriptor().

java.lang.String com::cosylab::acs::laser::dao::xml::LocationType::getRoom (  )  [inline]

Returns the value of field 'room'. The field 'room' has the following description: room number

Returns:
String
the value of field 'room'.

References _room.

Referenced by com::cosylab::acs::laser::dao::xml::LocationTypeDescriptor::LocationTypeDescriptor().

boolean com::cosylab::acs::laser::dao::xml::LocationType::isValid (  )  [inline]

Method isValid

Returns:
boolean

Reimplemented in com::cosylab::acs::laser::dao::xml::Location.

References validate().

void com::cosylab::acs::laser::dao::xml::LocationType::marshal ( org.xml.sax.ContentHandler  handler  )  throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline]

Method marshal

Parameters:
handler 

Reimplemented in com::cosylab::acs::laser::dao::xml::Location.

void com::cosylab::acs::laser::dao::xml::LocationType::marshal ( java.io.Writer  out  )  throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline]

Method marshal

Parameters:
out 

Reimplemented in com::cosylab::acs::laser::dao::xml::Location.

void com::cosylab::acs::laser::dao::xml::LocationType::setBuilding ( java.lang.String  building  )  [inline]

Sets the value of field 'building'. The field 'building' has the following description: building number

Parameters:
building the value of field 'building'.

References _building.

Referenced by com::cosylab::acs::laser::dao::xml::LocationTypeDescriptor::LocationTypeDescriptor().

void com::cosylab::acs::laser::dao::xml::LocationType::setFloor ( java.lang.String  floor  )  [inline]

Sets the value of field 'floor'. The field 'floor' has the following description: floor number

Parameters:
floor the value of field 'floor'.

References _floor.

Referenced by com::cosylab::acs::laser::dao::xml::LocationTypeDescriptor::LocationTypeDescriptor().

void com::cosylab::acs::laser::dao::xml::LocationType::setMnemonic ( java.lang.String  mnemonic  )  [inline]

Sets the value of field 'mnemonic'. The field 'mnemonic' has the following description: building mnemonic

Parameters:
mnemonic the value of field 'mnemonic'.

References _mnemonic.

Referenced by com::cosylab::acs::laser::dao::xml::LocationTypeDescriptor::LocationTypeDescriptor().

void com::cosylab::acs::laser::dao::xml::LocationType::setPosition ( java.lang.String  position  )  [inline]

Sets the value of field 'position'. The field 'position' has the following description: FS position

Parameters:
position the value of field 'position'.

References _position.

Referenced by com::cosylab::acs::laser::dao::xml::LocationTypeDescriptor::LocationTypeDescriptor().

void com::cosylab::acs::laser::dao::xml::LocationType::setRoom ( java.lang.String  room  )  [inline]

Sets the value of field 'room'. The field 'room' has the following description: room number

Parameters:
room the value of field 'room'.

References _room.

Referenced by com::cosylab::acs::laser::dao::xml::LocationTypeDescriptor::LocationTypeDescriptor().

static java.lang.Object com::cosylab::acs::laser::dao::xml::LocationType::unmarshal ( java.io.Reader  reader  )  throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline, static]

Method unmarshal

Parameters:
reader 
Returns:
Object

Reimplemented in com::cosylab::acs::laser::dao::xml::Location.

void com::cosylab::acs::laser::dao::xml::LocationType::validate (  )  throws org.exolab.castor.xml.ValidationException [inline]

Method validate

Reimplemented in com::cosylab::acs::laser::dao::xml::Location.

Referenced by isValid().


Member Data Documentation

building number

Referenced by getBuilding(), and setBuilding().

floor number

Referenced by getFloor(), and setFloor().

building mnemonic

Referenced by getMnemonic(), and setMnemonic().

FS position

Referenced by getPosition(), and setPosition().

room number

Referenced by getRoom(), and setRoom().


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

Generated by  doxygen 1.6.2