org.globus.mds.glue
Class SubClusterType
java.lang.Object
org.globus.mds.glue.SubClusterOrHostType
org.globus.mds.glue.SubClusterType
- All Implemented Interfaces:
- org.apache.axis.encoding.AnyContentType, java.io.Serializable
- public class SubClusterType
- extends SubClusterOrHostType
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
HostType[] |
getHost()
Gets the host value for this SubClusterType. |
HostType |
getHost(int i)
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setHost(HostType[] host)
Sets the host value for this SubClusterType. |
void |
setHost(int i,
HostType _value)
|
| Methods inherited from class org.globus.mds.glue.SubClusterOrHostType |
get_any, getApplicationSoftware, getArchitecture, getBenchmark, getFileSystem, getFileSystem, getInformationServiceURL, getMainMemory, getName, getNetworkAdapter, getNetworkAdapter, getOperatingSystem, getProcessor, getStorageDevice, getStorageDevice, getUniqueID, set_any, setApplicationSoftware, setArchitecture, setBenchmark, setFileSystem, setFileSystem, setInformationServiceURL, setMainMemory, setName, setNetworkAdapter, setNetworkAdapter, setOperatingSystem, setProcessor, setStorageDevice, setStorageDevice, setUniqueID |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
host
private HostType[] host
__equalsCalc
private java.lang.Object __equalsCalc
__hashCodeCalc
private boolean __hashCodeCalc
typeDesc
private static org.apache.axis.description.TypeDesc typeDesc
SubClusterType
public SubClusterType()
SubClusterType
public SubClusterType(HostType[] host)
getHost
public HostType[] getHost()
- Gets the host value for this SubClusterType.
- Returns:
- host
setHost
public void setHost(HostType[] host)
- Sets the host value for this SubClusterType.
- Parameters:
host -
getHost
public HostType getHost(int i)
setHost
public void setHost(int i,
HostType _value)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class SubClusterOrHostType
hashCode
public int hashCode()
- Overrides:
hashCode in class SubClusterOrHostType
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()
- Return type metadata object
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
- Get Custom Serializer
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
- Get Custom Deserializer