|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.mds.glue.config.ClusterDefinitionType
public class ClusterDefinitionType
| Field Summary | |
|---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.String |
name
|
private SubClusterDefinitionType[] |
subCluster
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
private java.lang.String |
uniqueID
|
| Constructor Summary | |
|---|---|
ClusterDefinitionType()
|
|
ClusterDefinitionType(SubClusterDefinitionType[] subCluster,
java.lang.String name,
java.lang.String uniqueID)
|
|
| 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 |
java.lang.String |
getName()
Gets the name value for this ClusterDefinitionType. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
SubClusterDefinitionType[] |
getSubCluster()
Gets the subCluster value for this ClusterDefinitionType. |
SubClusterDefinitionType |
getSubCluster(int i)
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.String |
getUniqueID()
Gets the uniqueID value for this ClusterDefinitionType. |
int |
hashCode()
|
void |
setName(java.lang.String name)
Sets the name value for this ClusterDefinitionType. |
void |
setSubCluster(int i,
SubClusterDefinitionType _value)
|
void |
setSubCluster(SubClusterDefinitionType[] subCluster)
Sets the subCluster value for this ClusterDefinitionType. |
void |
setUniqueID(java.lang.String uniqueID)
Sets the uniqueID value for this ClusterDefinitionType. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private SubClusterDefinitionType[] subCluster
private java.lang.String name
private java.lang.String uniqueID
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
| Constructor Detail |
|---|
public ClusterDefinitionType()
public ClusterDefinitionType(SubClusterDefinitionType[] subCluster,
java.lang.String name,
java.lang.String uniqueID)
| Method Detail |
|---|
public SubClusterDefinitionType[] getSubCluster()
public void setSubCluster(SubClusterDefinitionType[] subCluster)
subCluster - public SubClusterDefinitionType getSubCluster(int i)
public void setSubCluster(int i,
SubClusterDefinitionType _value)
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 boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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 | |||||||||