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

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

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

See Also:
Serialized Form

Constructor Summary
GetMarkup()
           
GetMarkup(MarkupParams markupParams, PortletContext portletContext, RegistrationContext registrationContext, RuntimeContext runtimeContext, UserContext userContext)
           
 
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
 MarkupParams getMarkupParams()
          Gets the markupParams value for this GetMarkup.
 PortletContext getPortletContext()
          Gets the portletContext value for this GetMarkup.
 RegistrationContext getRegistrationContext()
          Gets the registrationContext value for this GetMarkup.
 RuntimeContext getRuntimeContext()
          Gets the runtimeContext value for this GetMarkup.
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
 UserContext getUserContext()
          Gets the userContext value for this GetMarkup.
 int hashCode()
           
 void setMarkupParams(MarkupParams markupParams)
          Sets the markupParams value for this GetMarkup.
 void setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this GetMarkup.
 void setRegistrationContext(RegistrationContext registrationContext)
          Sets the registrationContext value for this GetMarkup.
 void setRuntimeContext(RuntimeContext runtimeContext)
          Sets the runtimeContext value for this GetMarkup.
 void setUserContext(UserContext userContext)
          Sets the userContext value for this GetMarkup.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMarkup

public GetMarkup()

GetMarkup

public GetMarkup(MarkupParams markupParams,
                 PortletContext portletContext,
                 RegistrationContext registrationContext,
                 RuntimeContext runtimeContext,
                 UserContext userContext)
Method Detail

getRegistrationContext

public RegistrationContext getRegistrationContext()
Gets the registrationContext value for this GetMarkup.

Returns:
registrationContext

setRegistrationContext

public void setRegistrationContext(RegistrationContext registrationContext)
Sets the registrationContext value for this GetMarkup.

Parameters:
registrationContext -

getPortletContext

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

Returns:
portletContext

setPortletContext

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

Parameters:
portletContext -

getRuntimeContext

public RuntimeContext getRuntimeContext()
Gets the runtimeContext value for this GetMarkup.

Returns:
runtimeContext

setRuntimeContext

public void setRuntimeContext(RuntimeContext runtimeContext)
Sets the runtimeContext value for this GetMarkup.

Parameters:
runtimeContext -

getUserContext

public UserContext getUserContext()
Gets the userContext value for this GetMarkup.

Returns:
userContext

setUserContext

public void setUserContext(UserContext userContext)
Sets the userContext value for this GetMarkup.

Parameters:
userContext -

getMarkupParams

public MarkupParams getMarkupParams()
Gets the markupParams value for this GetMarkup.

Returns:
markupParams

setMarkupParams

public void setMarkupParams(MarkupParams markupParams)
Sets the markupParams value for this GetMarkup.

Parameters:
markupParams -

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