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

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

public class GetEstablishmentCategoryGroupsRS
extends java.lang.Object

holder for the GetEstablishmentCategories method response

Author:
Miguel Pérez

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

Constructor Detail

GetEstablishmentCategoryGroupsRS

public GetEstablishmentCategoryGroupsRS()

GetEstablishmentCategoryGroupsRS

public GetEstablishmentCategoryGroupsRS(EstablishmentCategoryGroup[] categories)
Method Detail

getEstablishmentCategories

public EstablishmentCategoryGroup[] getEstablishmentCategories()

setEstablishmentCategories

public void setEstablishmentCategories(EstablishmentCategoryGroup[] establishmentCategories)