org.globus.mds.glue
Class InfoType

java.lang.Object
  extended byorg.globus.mds.glue.InfoType
All Implemented Interfaces:
AnyContentType, Serializable

public class InfoType
extends Object
implements Serializable, AnyContentType

See Also:
Serialized Form

Constructor Summary
InfoType()
           
InfoType(MessageElement[] _any, String LRMSType, String LRMSVersion, String GRAMVersion, String hostName, String gatekeeperPort, String totalCPUs)
           
 
Method Summary
 boolean equals(Object obj)
           
 MessageElement[] get_any()
          Gets the _any value for this InfoType.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getGatekeeperPort()
          Gets the gatekeeperPort value for this InfoType.
 String getGRAMVersion()
          Gets the GRAMVersion value for this InfoType.
 String getHostName()
          Gets the hostName value for this InfoType.
 String getLRMSType()
          Gets the LRMSType value for this InfoType.
 String getLRMSVersion()
          Gets the LRMSVersion value for this InfoType.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTotalCPUs()
          Gets the totalCPUs value for this InfoType.
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_any(MessageElement[] _any)
          Sets the _any value for this InfoType.
 void setGatekeeperPort(String gatekeeperPort)
          Sets the gatekeeperPort value for this InfoType.
 void setGRAMVersion(String GRAMVersion)
          Sets the GRAMVersion value for this InfoType.
 void setHostName(String hostName)
          Sets the hostName value for this InfoType.
 void setLRMSType(String LRMSType)
          Sets the LRMSType value for this InfoType.
 void setLRMSVersion(String LRMSVersion)
          Sets the LRMSVersion value for this InfoType.
 void setTotalCPUs(String totalCPUs)
          Sets the totalCPUs value for this InfoType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoType

public InfoType()

InfoType

public InfoType(MessageElement[] _any,
                String LRMSType,
                String LRMSVersion,
                String GRAMVersion,
                String hostName,
                String gatekeeperPort,
                String totalCPUs)
Method Detail

get_any

public MessageElement[] get_any()
Gets the _any value for this InfoType.

Specified by:
get_any in interface AnyContentType
Returns:
_any

set_any

public void set_any(MessageElement[] _any)
Sets the _any value for this InfoType.

Specified by:
set_any in interface AnyContentType
Parameters:
_any -

getLRMSType

public String getLRMSType()
Gets the LRMSType value for this InfoType.

Returns:
LRMSType

setLRMSType

public void setLRMSType(String LRMSType)
Sets the LRMSType value for this InfoType.

Parameters:
LRMSType -

getLRMSVersion

public String getLRMSVersion()
Gets the LRMSVersion value for this InfoType.

Returns:
LRMSVersion

setLRMSVersion

public void setLRMSVersion(String LRMSVersion)
Sets the LRMSVersion value for this InfoType.

Parameters:
LRMSVersion -

getGRAMVersion

public String getGRAMVersion()
Gets the GRAMVersion value for this InfoType.

Returns:
GRAMVersion

setGRAMVersion

public void setGRAMVersion(String GRAMVersion)
Sets the GRAMVersion value for this InfoType.

Parameters:
GRAMVersion -

getHostName

public String getHostName()
Gets the hostName value for this InfoType.

Returns:
hostName

setHostName

public void setHostName(String hostName)
Sets the hostName value for this InfoType.

Parameters:
hostName -

getGatekeeperPort

public String getGatekeeperPort()
Gets the gatekeeperPort value for this InfoType.

Returns:
gatekeeperPort

setGatekeeperPort

public void setGatekeeperPort(String gatekeeperPort)
Sets the gatekeeperPort value for this InfoType.

Parameters:
gatekeeperPort -

getTotalCPUs

public String getTotalCPUs()
Gets the totalCPUs value for this InfoType.

Returns:
totalCPUs

setTotalCPUs

public void setTotalCPUs(String totalCPUs)
Sets the totalCPUs value for this InfoType.

Parameters:
totalCPUs -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer



Copyright © 1999-2006 University of Chicago. All rights reserved.