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

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

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

See Also:
Serialized Form

Constructor Summary
GetPortletProperties()
           
GetPortletProperties(java.lang.String[] names, PortletContext portletContext, RegistrationContext registrationContext, 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
 java.lang.String[] getNames()
          Gets the names value for this GetPortletProperties.
 java.lang.String getNames(int i)
           
 PortletContext getPortletContext()
          Gets the portletContext value for this GetPortletProperties.
 RegistrationContext getRegistrationContext()
          Gets the registrationContext value for this GetPortletProperties.
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 GetPortletProperties.
 int hashCode()
           
 void setNames(int i, java.lang.String _value)
           
 void setNames(java.lang.String[] names)
          Sets the names value for this GetPortletProperties.
 void setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this GetPortletProperties.
 void setRegistrationContext(RegistrationContext registrationContext)
          Sets the registrationContext value for this GetPortletProperties.
 void setUserContext(UserContext userContext)
          Sets the userContext value for this GetPortletProperties.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPortletProperties

public GetPortletProperties()

GetPortletProperties

public GetPortletProperties(java.lang.String[] names,
                            PortletContext portletContext,
                            RegistrationContext registrationContext,
                            UserContext userContext)
Method Detail

getRegistrationContext

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

Returns:
registrationContext

setRegistrationContext

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

Parameters:
registrationContext -

getPortletContext

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

Returns:
portletContext

setPortletContext

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

Parameters:
portletContext -

getUserContext

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

Returns:
userContext

setUserContext

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

Parameters:
userContext -

getNames

public java.lang.String[] getNames()
Gets the names value for this GetPortletProperties.

Returns:
names

setNames

public void setNames(java.lang.String[] names)
Sets the names value for this GetPortletProperties.

Parameters:
names -

getNames

public java.lang.String getNames(int i)

setNames

public void setNames(int i,
                     java.lang.String _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