org.globus.mds.aggregator.types
Class ServiceGroupEntryRP

java.lang.Object
  extended byorg.globus.mds.aggregator.types.ServiceGroupEntryRP
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.Object content
           
private  java.util.Calendar currentTime
           
private  org.apache.axis.message.addressing.EndpointReferenceType memberEPR
           
private  org.apache.axis.message.addressing.EndpointReferenceType serviceGroupEPR
           
private  java.util.Calendar terminationTime
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ServiceGroupEntryRP()
           
ServiceGroupEntryRP(java.lang.Object content, java.util.Calendar currentTime, org.apache.axis.message.addressing.EndpointReferenceType memberEPR, org.apache.axis.message.addressing.EndpointReferenceType serviceGroupEPR, java.util.Calendar terminationTime)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Object getContent()
          Gets the content value for this ServiceGroupEntryRP.
 java.util.Calendar getCurrentTime()
          Gets the currentTime value for this ServiceGroupEntryRP.
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.message.addressing.EndpointReferenceType getMemberEPR()
          Gets the memberEPR value for this ServiceGroupEntryRP.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 org.apache.axis.message.addressing.EndpointReferenceType getServiceGroupEPR()
          Gets the serviceGroupEPR value for this ServiceGroupEntryRP.
 java.util.Calendar getTerminationTime()
          Gets the terminationTime value for this ServiceGroupEntryRP.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setContent(java.lang.Object content)
          Sets the content value for this ServiceGroupEntryRP.
 void setCurrentTime(java.util.Calendar currentTime)
          Sets the currentTime value for this ServiceGroupEntryRP.
 void setMemberEPR(org.apache.axis.message.addressing.EndpointReferenceType memberEPR)
          Sets the memberEPR value for this ServiceGroupEntryRP.
 void setServiceGroupEPR(org.apache.axis.message.addressing.EndpointReferenceType serviceGroupEPR)
          Sets the serviceGroupEPR value for this ServiceGroupEntryRP.
 void setTerminationTime(java.util.Calendar terminationTime)
          Sets the terminationTime value for this ServiceGroupEntryRP.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

terminationTime

private java.util.Calendar terminationTime

memberEPR

private org.apache.axis.message.addressing.EndpointReferenceType memberEPR

content

private java.lang.Object content

currentTime

private java.util.Calendar currentTime

serviceGroupEPR

private org.apache.axis.message.addressing.EndpointReferenceType serviceGroupEPR

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

ServiceGroupEntryRP

public ServiceGroupEntryRP()

ServiceGroupEntryRP

public ServiceGroupEntryRP(java.lang.Object content,
                           java.util.Calendar currentTime,
                           org.apache.axis.message.addressing.EndpointReferenceType memberEPR,
                           org.apache.axis.message.addressing.EndpointReferenceType serviceGroupEPR,
                           java.util.Calendar terminationTime)
Method Detail

getTerminationTime

public java.util.Calendar getTerminationTime()
Gets the terminationTime value for this ServiceGroupEntryRP.

Returns:
terminationTime

setTerminationTime

public void setTerminationTime(java.util.Calendar terminationTime)
Sets the terminationTime value for this ServiceGroupEntryRP.

Parameters:
terminationTime -

getMemberEPR

public org.apache.axis.message.addressing.EndpointReferenceType getMemberEPR()
Gets the memberEPR value for this ServiceGroupEntryRP.

Returns:
memberEPR

setMemberEPR

public void setMemberEPR(org.apache.axis.message.addressing.EndpointReferenceType memberEPR)
Sets the memberEPR value for this ServiceGroupEntryRP.

Parameters:
memberEPR -

getContent

public java.lang.Object getContent()
Gets the content value for this ServiceGroupEntryRP.

Returns:
content

setContent

public void setContent(java.lang.Object content)
Sets the content value for this ServiceGroupEntryRP.

Parameters:
content -

getCurrentTime

public java.util.Calendar getCurrentTime()
Gets the currentTime value for this ServiceGroupEntryRP.

Returns:
currentTime

setCurrentTime

public void setCurrentTime(java.util.Calendar currentTime)
Sets the currentTime value for this ServiceGroupEntryRP.

Parameters:
currentTime -

getServiceGroupEPR

public org.apache.axis.message.addressing.EndpointReferenceType getServiceGroupEPR()
Gets the serviceGroupEPR value for this ServiceGroupEntryRP.

Returns:
serviceGroupEPR

setServiceGroupEPR

public void setServiceGroupEPR(org.apache.axis.message.addressing.EndpointReferenceType serviceGroupEPR)
Sets the serviceGroupEPR value for this ServiceGroupEntryRP.

Parameters:
serviceGroupEPR -

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