org.globus.mds.aggregator.types
Class ServiceGroupEntryRP

java.lang.Object
  extended by org.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  ContentType content
           
private  CurrentTime currentTime
           
private  org.globus.axis.message.addressing.EndpointReferenceType memberEPR
           
private  org.apache.axis.types.URI[] queryExpressionDialect
           
private  org.globus.axis.message.addressing.EndpointReferenceType serviceGroupEPR
           
private  TerminationTime terminationTime
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ServiceGroupEntryRP()
           
ServiceGroupEntryRP(ContentType content, org.apache.axis.types.URI[] queryExpressionDialect, TerminationTime terminationTime, CurrentTime currentTime, org.globus.axis.message.addressing.EndpointReferenceType serviceGroupEPR, org.globus.axis.message.addressing.EndpointReferenceType memberEPR)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ContentType getContent()
          Gets the content value for this ServiceGroupEntryRP.
 CurrentTime 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.globus.axis.message.addressing.EndpointReferenceType getMemberEPR()
          Gets the memberEPR value for this ServiceGroupEntryRP.
 org.apache.axis.types.URI[] getQueryExpressionDialect()
          Gets the queryExpressionDialect value for this ServiceGroupEntryRP.
 org.apache.axis.types.URI getQueryExpressionDialect(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 org.globus.axis.message.addressing.EndpointReferenceType getServiceGroupEPR()
          Gets the serviceGroupEPR value for this ServiceGroupEntryRP.
 TerminationTime getTerminationTime()
          Gets the terminationTime value for this ServiceGroupEntryRP.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setContent(ContentType content)
          Sets the content value for this ServiceGroupEntryRP.
 void setCurrentTime(CurrentTime currentTime)
          Sets the currentTime value for this ServiceGroupEntryRP.
 void setMemberEPR(org.globus.axis.message.addressing.EndpointReferenceType memberEPR)
          Sets the memberEPR value for this ServiceGroupEntryRP.
 void setQueryExpressionDialect(int i, org.apache.axis.types.URI _value)
           
 void setQueryExpressionDialect(org.apache.axis.types.URI[] queryExpressionDialect)
          Sets the queryExpressionDialect value for this ServiceGroupEntryRP.
 void setServiceGroupEPR(org.globus.axis.message.addressing.EndpointReferenceType serviceGroupEPR)
          Sets the serviceGroupEPR value for this ServiceGroupEntryRP.
 void setTerminationTime(TerminationTime 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

content

private ContentType content

queryExpressionDialect

private org.apache.axis.types.URI[] queryExpressionDialect

terminationTime

private TerminationTime terminationTime

currentTime

private CurrentTime currentTime

serviceGroupEPR

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

memberEPR

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

__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(ContentType content,
                           org.apache.axis.types.URI[] queryExpressionDialect,
                           TerminationTime terminationTime,
                           CurrentTime currentTime,
                           org.globus.axis.message.addressing.EndpointReferenceType serviceGroupEPR,
                           org.globus.axis.message.addressing.EndpointReferenceType memberEPR)
Method Detail

getContent

public ContentType getContent()
Gets the content value for this ServiceGroupEntryRP.

Returns:
content

setContent

public void setContent(ContentType content)
Sets the content value for this ServiceGroupEntryRP.

Parameters:
content -

getQueryExpressionDialect

public org.apache.axis.types.URI[] getQueryExpressionDialect()
Gets the queryExpressionDialect value for this ServiceGroupEntryRP.

Returns:
queryExpressionDialect

setQueryExpressionDialect

public void setQueryExpressionDialect(org.apache.axis.types.URI[] queryExpressionDialect)
Sets the queryExpressionDialect value for this ServiceGroupEntryRP.

Parameters:
queryExpressionDialect -

getQueryExpressionDialect

public org.apache.axis.types.URI getQueryExpressionDialect(int i)

setQueryExpressionDialect

public void setQueryExpressionDialect(int i,
                                      org.apache.axis.types.URI _value)

getTerminationTime

public TerminationTime getTerminationTime()
Gets the terminationTime value for this ServiceGroupEntryRP.

Returns:
terminationTime

setTerminationTime

public void setTerminationTime(TerminationTime terminationTime)
Sets the terminationTime value for this ServiceGroupEntryRP.

Parameters:
terminationTime -

getCurrentTime

public CurrentTime getCurrentTime()
Gets the currentTime value for this ServiceGroupEntryRP.

Returns:
currentTime

setCurrentTime

public void setCurrentTime(CurrentTime currentTime)
Sets the currentTime value for this ServiceGroupEntryRP.

Parameters:
currentTime -

getServiceGroupEPR

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

Returns:
serviceGroupEPR

setServiceGroupEPR

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

Parameters:
serviceGroupEPR -

getMemberEPR

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

Returns:
memberEPR

setMemberEPR

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

Parameters:
memberEPR -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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