org.gcube.vremanagement.vremodeler.stubs
Class GHNTypeSite

java.lang.Object
  extended by org.gcube.vremanagement.vremodeler.stubs.GHNTypeSite
All Implemented Interfaces:
Serializable

public class GHNTypeSite
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GHNTypeSite()
           
GHNTypeSite(String country, String domain, String location)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCountry()
          Gets the country value for this GHNTypeSite.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getDomain()
          Gets the domain value for this GHNTypeSite.
 String getLocation()
          Gets the location value for this GHNTypeSite.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCountry(String country)
          Sets the country value for this GHNTypeSite.
 void setDomain(String domain)
          Sets the domain value for this GHNTypeSite.
 void setLocation(String location)
          Sets the location value for this GHNTypeSite.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHNTypeSite

public GHNTypeSite()

GHNTypeSite

public GHNTypeSite(String country,
                   String domain,
                   String location)
Method Detail

getLocation

public String getLocation()
Gets the location value for this GHNTypeSite.

Returns:
location

setLocation

public void setLocation(String location)
Sets the location value for this GHNTypeSite.

Parameters:
location -

getCountry

public String getCountry()
Gets the country value for this GHNTypeSite.

Returns:
country

setCountry

public void setCountry(String country)
Sets the country value for this GHNTypeSite.

Parameters:
country -

getDomain

public String getDomain()
Gets the domain value for this GHNTypeSite.

Returns:
domain

setDomain

public void setDomain(String domain)
Sets the domain value for this GHNTypeSite.

Parameters:
domain -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.