|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.glue.ClusterType
Contains information about a Cluster. This consists of a name, unique ID, and one or more subclusters.
| Field Summary | |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private org.apache.axis.message.MessageElement[] |
_any
|
private org.apache.axis.types.URI |
informationServiceURL
|
private java.lang.String |
name
|
private SubClusterType[] |
subCluster
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
private java.lang.String |
uniqueID
|
| Constructor Summary | |
ClusterType()
|
|
ClusterType(org.apache.axis.message.MessageElement[] _any,
org.apache.axis.types.URI informationServiceURL,
java.lang.String name,
SubClusterType[] subCluster,
java.lang.String uniqueID)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
org.apache.axis.message.MessageElement[] |
get_any()
Gets the _any value for this ClusterType. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
org.apache.axis.types.URI |
getInformationServiceURL()
Gets the informationServiceURL value for this ClusterType. |
java.lang.String |
getName()
Gets the name value for this ClusterType. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
SubClusterType[] |
getSubCluster()
Gets the subCluster value for this ClusterType. |
SubClusterType |
getSubCluster(int i)
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.String |
getUniqueID()
Gets the uniqueID value for this ClusterType. |
int |
hashCode()
|
void |
set_any(org.apache.axis.message.MessageElement[] _any)
Sets the _any value for this ClusterType. |
void |
setInformationServiceURL(org.apache.axis.types.URI informationServiceURL)
Sets the informationServiceURL value for this ClusterType. |
void |
setName(java.lang.String name)
Sets the name value for this ClusterType. |
void |
setSubCluster(int i,
SubClusterType _value)
|
void |
setSubCluster(SubClusterType[] subCluster)
Sets the subCluster value for this ClusterType. |
void |
setUniqueID(java.lang.String uniqueID)
Sets the uniqueID value for this ClusterType. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private SubClusterType[] subCluster
private org.apache.axis.message.MessageElement[] _any
private java.lang.String name
private java.lang.String uniqueID
private org.apache.axis.types.URI informationServiceURL
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
| Constructor Detail |
public ClusterType()
public ClusterType(org.apache.axis.message.MessageElement[] _any,
org.apache.axis.types.URI informationServiceURL,
java.lang.String name,
SubClusterType[] subCluster,
java.lang.String uniqueID)
| Method Detail |
public SubClusterType[] getSubCluster()
public void setSubCluster(SubClusterType[] subCluster)
subCluster - public SubClusterType getSubCluster(int i)
public void setSubCluster(int i,
SubClusterType _value)
public org.apache.axis.message.MessageElement[] get_any()
get_any in interface org.apache.axis.encoding.AnyContentTypepublic void set_any(org.apache.axis.message.MessageElement[] _any)
set_any in interface org.apache.axis.encoding.AnyContentType_any - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getUniqueID()
public void setUniqueID(java.lang.String uniqueID)
uniqueID - public org.apache.axis.types.URI getInformationServiceURL()
public void setInformationServiceURL(org.apache.axis.types.URI informationServiceURL)
informationServiceURL - public boolean equals(java.lang.Object obj)
public int hashCode()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||