com.xtravelsystem.online.published.V1_0RC1.hotel.answers
Class GetEstablishmentCategoriesRS

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.hotel.answers.GetEstablishmentCategoriesRS

public class GetEstablishmentCategoriesRS
extends java.lang.Object

holder for the GetEstablishmentCategories method response

Author:
Miguel Pérez

Constructor Summary
GetEstablishmentCategoriesRS()
           
GetEstablishmentCategoriesRS(EstablishmentCategory[] establishmentCategories)
           
 
Method Summary
 EstablishmentCategory[] getEstablishmentCategories()
           
 void setEstablishmentCategories(EstablishmentCategory[] establishmentCategories)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetEstablishmentCategoriesRS

public GetEstablishmentCategoriesRS()

GetEstablishmentCategoriesRS

public GetEstablishmentCategoriesRS(EstablishmentCategory[] establishmentCategories)
Method Detail

getEstablishmentCategories

public EstablishmentCategory[] getEstablishmentCategories()

setEstablishmentCategories

public void setEstablishmentCategories(EstablishmentCategory[] establishmentCategories)