org.globus.mds.usefulrp.types
Class ServiceMetaData

java.lang.Object
  extended byorg.globus.mds.usefulrp.types.ServiceMetaData
All Implemented Interfaces:
java.io.Serializable

public class ServiceMetaData
extends java.lang.Object
implements java.io.Serializable

Metadata for the current service. Currently only the service start time and the service version number.

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String serviceTypeName
          An optional string representing the name or type of the service.
private  java.util.Calendar startTime
          The time at which the service was activated (for example, when the hosting container started)
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String version
          A string representing a version number of the service.
 
Constructor Summary
ServiceMetaData()
           
ServiceMetaData(java.lang.String serviceTypeName, java.util.Calendar startTime, java.lang.String version)
           
 
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
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getServiceTypeName()
          Gets the serviceTypeName value for this ServiceMetaData.
 java.util.Calendar getStartTime()
          Gets the startTime value for this ServiceMetaData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVersion()
          Gets the version value for this ServiceMetaData.
 int hashCode()
           
 void setServiceTypeName(java.lang.String serviceTypeName)
          Sets the serviceTypeName value for this ServiceMetaData.
 void setStartTime(java.util.Calendar startTime)
          Sets the startTime value for this ServiceMetaData.
 void setVersion(java.lang.String version)
          Sets the version value for this ServiceMetaData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startTime

private java.util.Calendar startTime
The time at which the service was activated (for example, when the hosting container started)


version

private java.lang.String version
A string representing a version number of the service.


serviceTypeName

private java.lang.String serviceTypeName
An optional string representing the name or type of the service.


__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

ServiceMetaData

public ServiceMetaData()

ServiceMetaData

public ServiceMetaData(java.lang.String serviceTypeName,
                       java.util.Calendar startTime,
                       java.lang.String version)
Method Detail

getStartTime

public java.util.Calendar getStartTime()
Gets the startTime value for this ServiceMetaData.

Returns:
startTime The time at which the service was activated (for example, when the hosting container started)

setStartTime

public void setStartTime(java.util.Calendar startTime)
Sets the startTime value for this ServiceMetaData.

Parameters:
startTime - The time at which the service was activated (for example, when the hosting container started)

getVersion

public java.lang.String getVersion()
Gets the version value for this ServiceMetaData.

Returns:
version A string representing a version number of the service.

setVersion

public void setVersion(java.lang.String version)
Sets the version value for this ServiceMetaData.

Parameters:
version - A string representing a version number of the service.

getServiceTypeName

public java.lang.String getServiceTypeName()
Gets the serviceTypeName value for this ServiceMetaData.

Returns:
serviceTypeName An optional string representing the name or type of the service.

setServiceTypeName

public void setServiceTypeName(java.lang.String serviceTypeName)
Sets the serviceTypeName value for this ServiceMetaData.

Parameters:
serviceTypeName - An optional string representing the name or type of the service.

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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