Uses of Class
com.xtravelsystem.online.published.V1_0RC1.hotel.requests.PaxListItem

Packages that use PaxListItem
com.xtravelsystem.online.published.V1_0RC1.hotel.answers   
com.xtravelsystem.online.published.V1_0RC1.hotel.requests   
 

Uses of PaxListItem in com.xtravelsystem.online.published.V1_0RC1.hotel.answers
 

Methods in com.xtravelsystem.online.published.V1_0RC1.hotel.answers that return PaxListItem
protected  PaxListItem ValuatedOccupation._getPaxList()
           
 PaxListItem ValuatedOccupationV12.getPaxList()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.hotel.answers with parameters of type PaxListItem
protected  void ValuatedOccupation._setPaxList(PaxListItem paxList)
           
 void ValuatedOccupationV12.setPaxList(PaxListItem paxList)
           
 

Uses of PaxListItem in com.xtravelsystem.online.published.V1_0RC1.hotel.requests
 

Methods in com.xtravelsystem.online.published.V1_0RC1.hotel.requests that return PaxListItem
 PaxListItem[] ConfirmRQ.getPaxList()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.hotel.requests with parameters of type PaxListItem
 void ConfirmRQ.setPaxList(PaxListItem[] paxList)