org.gsm.oneapi.responsebean.location
Class LocationResponse.TerminalLocationList

java.lang.Object
  extended by org.gsm.oneapi.responsebean.location.LocationResponse.TerminalLocationList
Enclosing class:
LocationResponse

public static class LocationResponse.TerminalLocationList
extends java.lang.Object

the array of TerminalLocation responses is contained within the TerminalLocationList inner class


Constructor Summary
LocationResponse.TerminalLocationList()
           
 
Method Summary
 TerminalLocation[] getTerminalLocation()
          return the array of terminal location responses
 void setTerminalLocation(TerminalLocation[] terminalLocation)
          set the array of terminal location responses.
 java.lang.String toString()
          generate a textual representation of the TerminalLocationList including all nested elements and classes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocationResponse.TerminalLocationList

public LocationResponse.TerminalLocationList()
Method Detail

getTerminalLocation

public TerminalLocation[] getTerminalLocation()
return the array of terminal location responses


setTerminalLocation

public void setTerminalLocation(TerminalLocation[] terminalLocation)
set the array of terminal location responses. This is called internally to set the contents according to the JSON response.


toString

public java.lang.String toString()
generate a textual representation of the TerminalLocationList including all nested elements and classes

Overrides:
toString in class java.lang.Object