|
|||||||||||
| 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.
| Constructor Summary | |
ClusterType()
|
|
ClusterType(SubClusterType[] subCluster,
MessageElement[] _any,
String name,
String uniqueID,
URI informationServiceURL)
|
|
| Method Summary | |
boolean |
equals(Object obj)
|
MessageElement[] |
get_any()
Gets the _any value for this ClusterType. |
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
URI |
getInformationServiceURL()
Gets the informationServiceURL value for this ClusterType. |
String |
getName()
Gets the name value for this ClusterType. |
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
SubClusterType[] |
getSubCluster()
Gets the subCluster value for this ClusterType. |
SubClusterType |
getSubCluster(int i)
|
static TypeDesc |
getTypeDesc()
Return type metadata object |
String |
getUniqueID()
Gets the uniqueID value for this ClusterType. |
int |
hashCode()
|
void |
set_any(MessageElement[] _any)
Sets the _any value for this ClusterType. |
void |
setInformationServiceURL(URI informationServiceURL)
Sets the informationServiceURL value for this ClusterType. |
void |
setName(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(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 |
| Constructor Detail |
public ClusterType()
public ClusterType(SubClusterType[] subCluster,
MessageElement[] _any,
String name,
String uniqueID,
URI informationServiceURL)
| Method Detail |
public SubClusterType[] getSubCluster()
public void setSubCluster(SubClusterType[] subCluster)
subCluster - public SubClusterType getSubCluster(int i)
public void setSubCluster(int i,
SubClusterType _value)
public MessageElement[] get_any()
get_any in interface AnyContentTypepublic void set_any(MessageElement[] _any)
set_any in interface AnyContentType_any - public String getName()
public void setName(String name)
name - public String getUniqueID()
public void setUniqueID(String uniqueID)
uniqueID - public URI getInformationServiceURL()
public void setInformationServiceURL(URI informationServiceURL)
informationServiceURL - public boolean equals(Object obj)
public int hashCode()
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||