org.ota.shared
Class Address.BldgRoom

java.lang.Object
  extended by org.ota.shared.Address.BldgRoom
Enclosing class:
Address

public static class Address.BldgRoom
extends java.lang.Object

Building name, room, apartment, or suite number. Schema fragment(s) for this class:

 <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BldgRoom" minOccurs="0" maxOccurs="2">
   <xs:complexType>
     <xs:simpleContent>
       <xs:extension base="xs:string">
         <xs:attribute type="xs:boolean" use="optional" name="BldgNameIndicator"/>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Address.BldgRoom()
           
 
Method Summary
 java.lang.Boolean getBldgNameIndicator()
          Get the 'BldgNameIndicator' attribute value.
 java.lang.String getString()
          Get the extension value.
 void setBldgNameIndicator(java.lang.Boolean bldgNameIndicator)
          Set the 'BldgNameIndicator' attribute value.
 void setString(java.lang.String string)
          Set the extension value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address.BldgRoom

public Address.BldgRoom()
Method Detail

getString

public java.lang.String getString()
Get the extension value.

Returns:
value

setString

public void setString(java.lang.String string)
Set the extension value.

Parameters:
string -

getBldgNameIndicator

public java.lang.Boolean getBldgNameIndicator()
Get the 'BldgNameIndicator' attribute value. When true, the information is a building name.

Returns:
value

setBldgNameIndicator

public void setBldgNameIndicator(java.lang.Boolean bldgNameIndicator)
Set the 'BldgNameIndicator' attribute value. When true, the information is a building name.

Parameters:
bldgNameIndicator -