com.xtravelsystem.online.published.V1_0RC1.common
Interface Validable

All Known Implementing Classes:
AbstractAvailableHotelsRQ, AvailableHotelsByAirportRQ, AvailableHotelsByAirportWebRQ, AvailableHotelsByAreaRQ, AvailableHotelsByAreaWebRQ, AvailableHotelsByCityRQ, AvailableHotelsByCityWebRQ, AvailableHotelsByIdRQ, AvailableHotelsByIdWebRQ, AvailableHotelsByMultiQueryRQ, GenericAvailableHotelsRQ

public interface Validable

requests and responses can implement this interface to see if they are valid

Author:
Miguel Pérez

Method Summary
 boolean isValid(MsgsContainer msgs)
          this method return true is this object is valid
 

Method Detail

isValid

boolean isValid(MsgsContainer msgs)
this method return true is this object is valid