public class GHNType extends Object implements Serializable
| Constructor and Description |
|---|
GHNType() |
GHNType(String host,
String id,
GHNTypeMemory memory,
RunningInstanceMessage[] relatedRIs,
boolean securityEnabled,
boolean selected,
GHNTypeSite site) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public GHNType()
public GHNType(String host, String id, GHNTypeMemory memory, RunningInstanceMessage[] relatedRIs, boolean securityEnabled, boolean selected, GHNTypeSite site)
public String getId()
public void setId(String id)
id - public String getHost()
public void setHost(String host)
host - public boolean isSecurityEnabled()
public void setSecurityEnabled(boolean securityEnabled)
securityEnabled - public GHNTypeMemory getMemory()
public void setMemory(GHNTypeMemory memory)
memory - public GHNTypeSite getSite()
public void setSite(GHNTypeSite site)
site - public RunningInstanceMessage[] getRelatedRIs()
public void setRelatedRIs(RunningInstanceMessage[] relatedRIs)
relatedRIs - public RunningInstanceMessage getRelatedRIs(int i)
public void setRelatedRIs(int i,
RunningInstanceMessage _value)
public boolean isSelected()
public void setSelected(boolean selected)
selected - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All Rights Reserved.