org.gcube.vremanagement.vremodel.cl.stubs.types
Class GHN.Site

java.lang.Object
  extended by org.gcube.vremanagement.vremodel.cl.stubs.types.GHN.Site
Enclosing class:
GHN

public static class GHN.Site
extends Object


Constructor Summary
protected GHN.Site()
           
  GHN.Site(String location, String country, String domain)
           
 
Method Summary
 String country()
           
 void country(String country)
           
 String domain()
           
 void domain(String domain)
           
 String location()
           
 void location(String location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHN.Site

protected GHN.Site()

GHN.Site

public GHN.Site(String location,
                String country,
                String domain)
Method Detail

location

public String location()
Returns:
the location

location

public void location(String location)
Parameters:
location - the location to set

country

public String country()
Returns:
the country

country

public void country(String country)
Parameters:
country - the country to set

domain

public String domain()
Returns:
the domain

domain

public void domain(String domain)
Parameters:
domain - the domain to set


Copyright © 2013. All Rights Reserved.