org.ota.vehicle
Class LocDetailsNotifRQ.LocationDetail.Telephone

java.lang.Object
  extended by org.ota.vehicle.LocDetailsNotifRQ.LocationDetail.Telephone
Enclosing class:
LocDetailsNotifRQ.LocationDetail

public static class LocDetailsNotifRQ.LocationDetail.Telephone
extends java.lang.Object

Telephone information for the car rental location. 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="Telephone" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:attributeGroup ref="ns:TelephoneAttributesGroup"/>
     <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
     <xs:attribute type="xs:boolean" use="optional" name="MovePhoneNbrToPNR_Ind"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
LocDetailsNotifRQ.LocationDetail.Telephone()
           
 
Method Summary
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 java.lang.Boolean getMovePhoneNbrToPNRInd()
          Get the 'MovePhoneNbrToPNR_Ind' attribute value.
 TelephoneAttributesGroup getTelephoneAttributesGroup()
          Get the 'TelephoneAttributesGroup' attributeGroup value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setMovePhoneNbrToPNRInd(java.lang.Boolean movePhoneNbrToPNRInd)
          Set the 'MovePhoneNbrToPNR_Ind' attribute value.
 void setTelephoneAttributesGroup(TelephoneAttributesGroup telephoneAttributesGroup)
          Set the 'TelephoneAttributesGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocDetailsNotifRQ.LocationDetail.Telephone

public LocDetailsNotifRQ.LocationDetail.Telephone()
Method Detail

getTelephoneAttributesGroup

public TelephoneAttributesGroup getTelephoneAttributesGroup()
Get the 'TelephoneAttributesGroup' attributeGroup value.

Returns:
value

setTelephoneAttributesGroup

public void setTelephoneAttributesGroup(TelephoneAttributesGroup telephoneAttributesGroup)
Set the 'TelephoneAttributesGroup' attributeGroup value.

Parameters:
telephoneAttributesGroup -

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. The effective and discontinue dates for this telephone information.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. The effective and discontinue dates for this telephone information.

Parameters:
dateTimeSpanGroup -

getMovePhoneNbrToPNRInd

public java.lang.Boolean getMovePhoneNbrToPNRInd()
Get the 'MovePhoneNbrToPNR_Ind' attribute value. If true, this phone number should be moved to the PNR.

Returns:
value

setMovePhoneNbrToPNRInd

public void setMovePhoneNbrToPNRInd(java.lang.Boolean movePhoneNbrToPNRInd)
Set the 'MovePhoneNbrToPNR_Ind' attribute value. If true, this phone number should be moved to the PNR.

Parameters:
movePhoneNbrToPNRInd -