org.globus.mds.index
Class IndexEntryPortTypeGTWSDLResourceProperties

java.lang.Object
  extended byorg.globus.mds.index.IndexEntryPortTypeGTWSDLResourceProperties
All Implemented Interfaces:
java.io.Serializable

public class IndexEntryPortTypeGTWSDLResourceProperties
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
IndexEntryPortTypeGTWSDLResourceProperties()
           
IndexEntryPortTypeGTWSDLResourceProperties(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 IndexEntryPortTypeGTWSDLResourceProperties.
 java.util.Calendar getCurrentTime()
          Gets the currentTime value for this IndexEntryPortTypeGTWSDLResourceProperties.
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 IndexEntryPortTypeGTWSDLResourceProperties.
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 IndexEntryPortTypeGTWSDLResourceProperties.
 java.util.Calendar getTerminationTime()
          Gets the terminationTime value for this IndexEntryPortTypeGTWSDLResourceProperties.
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 IndexEntryPortTypeGTWSDLResourceProperties.
 void setCurrentTime(java.util.Calendar currentTime)
          Sets the currentTime value for this IndexEntryPortTypeGTWSDLResourceProperties.
 void setMemberEPR(org.apache.axis.message.addressing.EndpointReferenceType memberEPR)
          Sets the memberEPR value for this IndexEntryPortTypeGTWSDLResourceProperties.
 void setServiceGroupEPR(org.apache.axis.message.addressing.EndpointReferenceType serviceGroupEPR)
          Sets the serviceGroupEPR value for this IndexEntryPortTypeGTWSDLResourceProperties.
 void setTerminationTime(java.util.Calendar terminationTime)
          Sets the terminationTime value for this IndexEntryPortTypeGTWSDLResourceProperties.
 
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

IndexEntryPortTypeGTWSDLResourceProperties

public IndexEntryPortTypeGTWSDLResourceProperties()

IndexEntryPortTypeGTWSDLResourceProperties

public IndexEntryPortTypeGTWSDLResourceProperties(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 IndexEntryPortTypeGTWSDLResourceProperties.

Returns:
terminationTime

setTerminationTime

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

Parameters:
terminationTime -

getMemberEPR

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

Returns:
memberEPR

setMemberEPR

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

Parameters:
memberEPR -

getContent

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

Returns:
content

setContent

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

Parameters:
content -

getCurrentTime

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

Returns:
currentTime

setCurrentTime

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

Parameters:
currentTime -

getServiceGroupEPR

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

Returns:
serviceGroupEPR

setServiceGroupEPR

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

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