org.ota.hotel
Class ContactInfo.Phones.Phone

java.lang.Object
  extended by org.ota.hotel.ContactInfo.Phones.Phone
Enclosing class:
ContactInfo.Phones

public static class ContactInfo.Phones.Phone
extends java.lang.Object

Used to pass detailed phone information. 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="Phone" maxOccurs="unbounded">
   <xs:complexType>
     <xs:attributeGroup ref="ns:TelephoneInfoGroup"/>
     <xs:attributeGroup ref="ns:ID_OptionalGroup"/>
   </xs:complexType>
 </xs:element>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_OptionalGroup">
   <xs:attribute type="xs:string" use="optional" name="ID"/>
 </xs:attributeGroup>
 


Constructor Summary
ContactInfo.Phones.Phone()
           
 
Method Summary
 java.lang.String getID()
          Get the 'ID' attribute value.
 TelephoneInfoGroup getTelephoneInfoGroup()
          Get the 'TelephoneInfoGroup' attributeGroup value.
 void setID(java.lang.String ID)
          Set the 'ID' attribute value.
 void setTelephoneInfoGroup(TelephoneInfoGroup telephoneInfoGroup)
          Set the 'TelephoneInfoGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactInfo.Phones.Phone

public ContactInfo.Phones.Phone()
Method Detail

getTelephoneInfoGroup

public TelephoneInfoGroup getTelephoneInfoGroup()
Get the 'TelephoneInfoGroup' attributeGroup value.

Returns:
value

setTelephoneInfoGroup

public void setTelephoneInfoGroup(TelephoneInfoGroup telephoneInfoGroup)
Set the 'TelephoneInfoGroup' attributeGroup value.

Parameters:
telephoneInfoGroup -

getID

public java.lang.String getID()
Get the 'ID' attribute value. A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.

Returns:
value

setID

public void setID(java.lang.String ID)
Set the 'ID' attribute value. A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.

Parameters:
ID -