org.gcube.vremanagement.vremodeler.stubs
Class GHNType

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

public class GHNType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GHNType()
           
GHNType(String host, String id, GHNTypeMemory memory, RunningInstanceMessage[] relatedRIs, boolean securityEnabled, boolean selected, GHNTypeSite site)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getHost()
          Gets the host value for this GHNType.
 String getId()
          Gets the id value for this GHNType.
 GHNTypeMemory getMemory()
          Gets the memory value for this GHNType.
 RunningInstanceMessage[] getRelatedRIs()
          Gets the relatedRIs value for this GHNType.
 RunningInstanceMessage getRelatedRIs(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 GHNTypeSite getSite()
          Gets the site value for this GHNType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isSecurityEnabled()
          Gets the securityEnabled value for this GHNType.
 boolean isSelected()
          Gets the selected value for this GHNType.
 void setHost(String host)
          Sets the host value for this GHNType.
 void setId(String id)
          Sets the id value for this GHNType.
 void setMemory(GHNTypeMemory memory)
          Sets the memory value for this GHNType.
 void setRelatedRIs(int i, RunningInstanceMessage _value)
           
 void setRelatedRIs(RunningInstanceMessage[] relatedRIs)
          Sets the relatedRIs value for this GHNType.
 void setSecurityEnabled(boolean securityEnabled)
          Sets the securityEnabled value for this GHNType.
 void setSelected(boolean selected)
          Sets the selected value for this GHNType.
 void setSite(GHNTypeSite site)
          Sets the site value for this GHNType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHNType

public GHNType()

GHNType

public GHNType(String host,
               String id,
               GHNTypeMemory memory,
               RunningInstanceMessage[] relatedRIs,
               boolean securityEnabled,
               boolean selected,
               GHNTypeSite site)
Method Detail

getId

public String getId()
Gets the id value for this GHNType.

Returns:
id

setId

public void setId(String id)
Sets the id value for this GHNType.

Parameters:
id -

getHost

public String getHost()
Gets the host value for this GHNType.

Returns:
host

setHost

public void setHost(String host)
Sets the host value for this GHNType.

Parameters:
host -

isSecurityEnabled

public boolean isSecurityEnabled()
Gets the securityEnabled value for this GHNType.

Returns:
securityEnabled

setSecurityEnabled

public void setSecurityEnabled(boolean securityEnabled)
Sets the securityEnabled value for this GHNType.

Parameters:
securityEnabled -

getMemory

public GHNTypeMemory getMemory()
Gets the memory value for this GHNType.

Returns:
memory

setMemory

public void setMemory(GHNTypeMemory memory)
Sets the memory value for this GHNType.

Parameters:
memory -

getSite

public GHNTypeSite getSite()
Gets the site value for this GHNType.

Returns:
site

setSite

public void setSite(GHNTypeSite site)
Sets the site value for this GHNType.

Parameters:
site -

getRelatedRIs

public RunningInstanceMessage[] getRelatedRIs()
Gets the relatedRIs value for this GHNType.

Returns:
relatedRIs

setRelatedRIs

public void setRelatedRIs(RunningInstanceMessage[] relatedRIs)
Sets the relatedRIs value for this GHNType.

Parameters:
relatedRIs -

getRelatedRIs

public RunningInstanceMessage getRelatedRIs(int i)

setRelatedRIs

public void setRelatedRIs(int i,
                          RunningInstanceMessage _value)

isSelected

public boolean isSelected()
Gets the selected value for this GHNType.

Returns:
selected

setSelected

public void setSelected(boolean selected)
Sets the selected value for this GHNType.

Parameters:
selected -

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.