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

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

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

See Also:
Serialized Form

Constructor Summary
PortletDescriptionResponse()
           
PortletDescriptionResponse(Extension[] extensions, PortletDescription portletDescription, ResourceList resourceList)
           
 
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 PortletDescriptionResponse.
 Extension getExtensions(int i)
           
 PortletDescription getPortletDescription()
          Gets the portletDescription value for this PortletDescriptionResponse.
 ResourceList getResourceList()
          Gets the resourceList value for this PortletDescriptionResponse.
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 setExtensions(Extension[] extensions)
          Sets the extensions value for this PortletDescriptionResponse.
 void setExtensions(int i, Extension _value)
           
 void setPortletDescription(PortletDescription portletDescription)
          Sets the portletDescription value for this PortletDescriptionResponse.
 void setResourceList(ResourceList resourceList)
          Sets the resourceList value for this PortletDescriptionResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletDescriptionResponse

public PortletDescriptionResponse()

PortletDescriptionResponse

public PortletDescriptionResponse(Extension[] extensions,
                                  PortletDescription portletDescription,
                                  ResourceList resourceList)
Method Detail

getPortletDescription

public PortletDescription getPortletDescription()
Gets the portletDescription value for this PortletDescriptionResponse.

Returns:
portletDescription

setPortletDescription

public void setPortletDescription(PortletDescription portletDescription)
Sets the portletDescription value for this PortletDescriptionResponse.

Parameters:
portletDescription -

getResourceList

public ResourceList getResourceList()
Gets the resourceList value for this PortletDescriptionResponse.

Returns:
resourceList

setResourceList

public void setResourceList(ResourceList resourceList)
Sets the resourceList value for this PortletDescriptionResponse.

Parameters:
resourceList -

getExtensions

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

Returns:
extensions

setExtensions

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

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