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

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

public class GetCountriesRS
extends java.lang.Object

container for the getcities method response

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

Constructor Summary
GetCountriesRS()
           
 
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

GetCountriesRS

public GetCountriesRS()
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