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

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

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

See Also:
Serialized Form

Constructor Summary
UpdateResponse()
           
UpdateResponse(MarkupContext markupContext, java.lang.String navigationalState, java.lang.String newMode, java.lang.String newWindowState, PortletContext portletContext, SessionContext sessionContext)
           
 
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
 MarkupContext getMarkupContext()
          Gets the markupContext value for this UpdateResponse.
 java.lang.String getNavigationalState()
          Gets the navigationalState value for this UpdateResponse.
 java.lang.String getNewMode()
          Gets the newMode value for this UpdateResponse.
 java.lang.String getNewWindowState()
          Gets the newWindowState value for this UpdateResponse.
 PortletContext getPortletContext()
          Gets the portletContext value for this UpdateResponse.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 SessionContext getSessionContext()
          Gets the sessionContext value for this UpdateResponse.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setMarkupContext(MarkupContext markupContext)
          Sets the markupContext value for this UpdateResponse.
 void setNavigationalState(java.lang.String navigationalState)
          Sets the navigationalState value for this UpdateResponse.
 void setNewMode(java.lang.String newMode)
          Sets the newMode value for this UpdateResponse.
 void setNewWindowState(java.lang.String newWindowState)
          Sets the newWindowState value for this UpdateResponse.
 void setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this UpdateResponse.
 void setSessionContext(SessionContext sessionContext)
          Sets the sessionContext value for this UpdateResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateResponse

public UpdateResponse()

UpdateResponse

public UpdateResponse(MarkupContext markupContext,
                      java.lang.String navigationalState,
                      java.lang.String newMode,
                      java.lang.String newWindowState,
                      PortletContext portletContext,
                      SessionContext sessionContext)
Method Detail

getSessionContext

public SessionContext getSessionContext()
Gets the sessionContext value for this UpdateResponse.

Returns:
sessionContext

setSessionContext

public void setSessionContext(SessionContext sessionContext)
Sets the sessionContext value for this UpdateResponse.

Parameters:
sessionContext -

getPortletContext

public PortletContext getPortletContext()
Gets the portletContext value for this UpdateResponse.

Returns:
portletContext

setPortletContext

public void setPortletContext(PortletContext portletContext)
Sets the portletContext value for this UpdateResponse.

Parameters:
portletContext -

getMarkupContext

public MarkupContext getMarkupContext()
Gets the markupContext value for this UpdateResponse.

Returns:
markupContext

setMarkupContext

public void setMarkupContext(MarkupContext markupContext)
Sets the markupContext value for this UpdateResponse.

Parameters:
markupContext -

getNavigationalState

public java.lang.String getNavigationalState()
Gets the navigationalState value for this UpdateResponse.

Returns:
navigationalState

setNavigationalState

public void setNavigationalState(java.lang.String navigationalState)
Sets the navigationalState value for this UpdateResponse.

Parameters:
navigationalState -

getNewWindowState

public java.lang.String getNewWindowState()
Gets the newWindowState value for this UpdateResponse.

Returns:
newWindowState

setNewWindowState

public void setNewWindowState(java.lang.String newWindowState)
Sets the newWindowState value for this UpdateResponse.

Parameters:
newWindowState -

getNewMode

public java.lang.String getNewMode()
Gets the newMode value for this UpdateResponse.

Returns:
newMode

setNewMode

public void setNewMode(java.lang.String newMode)
Sets the newMode value for this UpdateResponse.

Parameters:
newMode -

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