com.xtravelsystem.online.published.V1_0RC1.common.answers
Class GetCitiesRS

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.common.answers.GetCitiesRS

public class GetCitiesRS
extends java.lang.Object

container for the getcountries method response

Since:
version 1.0 release candidate 1
Author:
Miguel Pérez

Constructor Summary
GetCitiesRS()
           
 
Method Summary
 Item[] getList()
          getter for the list of countries codes and descriptions
 void setList(Item[] list)
          setter for the list of countries codes and descriptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetCitiesRS

public GetCitiesRS()
Method Detail

getList

public Item[] getList()
getter for the list of countries codes and descriptions


setList

public void setList(Item[] list)
setter for the list of countries codes and descriptions