oasis.names.tc.wsrp.v1.types
Class BlockingInteractionResponse

java.lang.Object
  extended by oasis.names.tc.wsrp.v1.types.BlockingInteractionResponse
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
BlockingInteractionResponse()
           
BlockingInteractionResponse(Extension[] extensions, java.lang.String redirectURL, UpdateResponse updateResponse)
           
 
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
 Extension[] getExtensions()
          Gets the extensions value for this BlockingInteractionResponse.
 Extension getExtensions(int i)
           
 java.lang.String getRedirectURL()
          Gets the redirectURL value for this BlockingInteractionResponse.
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
 UpdateResponse getUpdateResponse()
          Gets the updateResponse value for this BlockingInteractionResponse.
 int hashCode()
           
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this BlockingInteractionResponse.
 void setExtensions(int i, Extension _value)
           
 void setRedirectURL(java.lang.String redirectURL)
          Sets the redirectURL value for this BlockingInteractionResponse.
 void setUpdateResponse(UpdateResponse updateResponse)
          Sets the updateResponse value for this BlockingInteractionResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockingInteractionResponse

public BlockingInteractionResponse()

BlockingInteractionResponse

public BlockingInteractionResponse(Extension[] extensions,
                                   java.lang.String redirectURL,
                                   UpdateResponse updateResponse)
Method Detail

getUpdateResponse

public UpdateResponse getUpdateResponse()
Gets the updateResponse value for this BlockingInteractionResponse.

Returns:
updateResponse

setUpdateResponse

public void setUpdateResponse(UpdateResponse updateResponse)
Sets the updateResponse value for this BlockingInteractionResponse.

Parameters:
updateResponse -

getRedirectURL

public java.lang.String getRedirectURL()
Gets the redirectURL value for this BlockingInteractionResponse.

Returns:
redirectURL

setRedirectURL

public void setRedirectURL(java.lang.String redirectURL)
Sets the redirectURL value for this BlockingInteractionResponse.

Parameters:
redirectURL -

getExtensions

public Extension[] getExtensions()
Gets the extensions value for this BlockingInteractionResponse.

Returns:
extensions

setExtensions

public void setExtensions(Extension[] extensions)
Sets the extensions value for this BlockingInteractionResponse.

Parameters:
extensions -

getExtensions

public Extension getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          Extension _value)

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