

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 |
Class LocationType.
| com::cosylab::acs::laser::dao::xml::LocationType::LocationType | ( | ) | [inline] |
| 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
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
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
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
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
References _room.
Referenced by com::cosylab::acs::laser::dao::xml::LocationTypeDescriptor::LocationTypeDescriptor().
| boolean com::cosylab::acs::laser::dao::xml::LocationType::isValid | ( | ) | [inline] |
Method isValid
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] |
| 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] |
| 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
| 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
| 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
| 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
| 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
| 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
| reader |
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().
java.lang.String com::cosylab::acs::laser::dao::xml::LocationType::_building [private] |
building number
Referenced by getBuilding(), and setBuilding().
java.lang.String com::cosylab::acs::laser::dao::xml::LocationType::_floor [private] |
floor number
Referenced by getFloor(), and setFloor().
java.lang.String com::cosylab::acs::laser::dao::xml::LocationType::_mnemonic [private] |
building mnemonic
Referenced by getMnemonic(), and setMnemonic().
java.lang.String com::cosylab::acs::laser::dao::xml::LocationType::_position [private] |
FS position
Referenced by getPosition(), and setPosition().
java.lang.String com::cosylab::acs::laser::dao::xml::LocationType::_room [private] |
1.6.2