org.oasis.wsrf.servicegroup
Class Add

java.lang.Object
  extended by org.oasis.wsrf.servicegroup.Add
All Implemented Interfaces:
java.io.Serializable

public class Add
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  AbsoluteOrRelativeTimeType initialTerminationTime
           
private  org.globus.axis.message.addressing.EndpointReferenceType memberEPR
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
Add()
           
Add(org.globus.axis.message.addressing.EndpointReferenceType memberEPR, ContentType content, AbsoluteOrRelativeTimeType initialTerminationTime)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ContentType getContent()
          Gets the content value for this Add.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 AbsoluteOrRelativeTimeType getInitialTerminationTime()
          Gets the initialTerminationTime value for this Add.
 org.globus.axis.message.addressing.EndpointReferenceType getMemberEPR()
          Gets the memberEPR value for this Add.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setContent(ContentType content)
          Sets the content value for this Add.
 void setInitialTerminationTime(AbsoluteOrRelativeTimeType initialTerminationTime)
          Sets the initialTerminationTime value for this Add.
 void setMemberEPR(org.globus.axis.message.addressing.EndpointReferenceType memberEPR)
          Sets the memberEPR value for this Add.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

memberEPR

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

content

private ContentType content

initialTerminationTime

private AbsoluteOrRelativeTimeType initialTerminationTime

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

Add

public Add()

Add

public Add(org.globus.axis.message.addressing.EndpointReferenceType memberEPR,
           ContentType content,
           AbsoluteOrRelativeTimeType initialTerminationTime)
Method Detail

getMemberEPR

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

Returns:
memberEPR

setMemberEPR

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

Parameters:
memberEPR -

getContent

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

Returns:
content

setContent

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

Parameters:
content -

getInitialTerminationTime

public AbsoluteOrRelativeTimeType getInitialTerminationTime()
Gets the initialTerminationTime value for this Add.

Returns:
initialTerminationTime

setInitialTerminationTime

public void setInitialTerminationTime(AbsoluteOrRelativeTimeType initialTerminationTime)
Sets the initialTerminationTime value for this Add.

Parameters:
initialTerminationTime -

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