org.exoplatform.services.wsrp2.type
Class GetPortletsLifetimeResponse

java.lang.Object
  extended by org.exoplatform.services.wsrp2.type.GetPortletsLifetimeResponse
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
GetPortletsLifetimeResponse()
           
GetPortletsLifetimeResponse(PortletLifetime[] portletLifetime, FailedPortlets[] failedPortlets, ResourceList resourceList, Extension[] extensions)
           
 
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 GetPortletsLifetimeResponse.
 Extension getExtensions(int i)
           
 FailedPortlets[] getFailedPortlets()
          Gets the failedPortlets value for this GetPortletsLifetimeResponse.
 FailedPortlets getFailedPortlets(int i)
           
 PortletLifetime[] getPortletLifetime()
          Gets the portletLifetime value for this GetPortletsLifetimeResponse.
 PortletLifetime getPortletLifetime(int i)
           
 ResourceList getResourceList()
          Gets the resourceList value for this GetPortletsLifetimeResponse.
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 GetPortletsLifetimeResponse.
 void setExtensions(int i, Extension _value)
           
 void setFailedPortlets(FailedPortlets[] failedPortlets)
          Sets the failedPortlets value for this GetPortletsLifetimeResponse.
 void setFailedPortlets(int i, FailedPortlets _value)
           
 void setPortletLifetime(int i, PortletLifetime _value)
           
 void setPortletLifetime(PortletLifetime[] portletLifetime)
          Sets the portletLifetime value for this GetPortletsLifetimeResponse.
 void setResourceList(ResourceList resourceList)
          Sets the resourceList value for this GetPortletsLifetimeResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPortletsLifetimeResponse

public GetPortletsLifetimeResponse()

GetPortletsLifetimeResponse

public GetPortletsLifetimeResponse(PortletLifetime[] portletLifetime,
                                   FailedPortlets[] failedPortlets,
                                   ResourceList resourceList,
                                   Extension[] extensions)
Method Detail

getPortletLifetime

public PortletLifetime[] getPortletLifetime()
Gets the portletLifetime value for this GetPortletsLifetimeResponse.

Returns:
portletLifetime

setPortletLifetime

public void setPortletLifetime(PortletLifetime[] portletLifetime)
Sets the portletLifetime value for this GetPortletsLifetimeResponse.

Parameters:
portletLifetime -

getPortletLifetime

public PortletLifetime getPortletLifetime(int i)

setPortletLifetime

public void setPortletLifetime(int i,
                               PortletLifetime _value)

getFailedPortlets

public FailedPortlets[] getFailedPortlets()
Gets the failedPortlets value for this GetPortletsLifetimeResponse.

Returns:
failedPortlets

setFailedPortlets

public void setFailedPortlets(FailedPortlets[] failedPortlets)
Sets the failedPortlets value for this GetPortletsLifetimeResponse.

Parameters:
failedPortlets -

getFailedPortlets

public FailedPortlets getFailedPortlets(int i)

setFailedPortlets

public void setFailedPortlets(int i,
                              FailedPortlets _value)

getResourceList

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

Returns:
resourceList

setResourceList

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

Parameters:
resourceList -

getExtensions

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

Returns:
extensions

setExtensions

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

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



Copyright © 2010 eXo Platform SAS. All Rights Reserved.