org.exoplatform.services.wsrp2.type
Class SetPortletsLifetimeResponse

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

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

See Also:
Serialized Form

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

Constructor Detail

SetPortletsLifetimeResponse

public SetPortletsLifetimeResponse()

SetPortletsLifetimeResponse

public SetPortletsLifetimeResponse(PortletLifetime[] updatedPortlet,
                                   FailedPortlets[] failedPortlets,
                                   ResourceList resourceList,
                                   Extension[] extensions)
Method Detail

getUpdatedPortlet

public PortletLifetime[] getUpdatedPortlet()
Gets the updatedPortlet value for this SetPortletsLifetimeResponse.

Returns:
updatedPortlet

setUpdatedPortlet

public void setUpdatedPortlet(PortletLifetime[] updatedPortlet)
Sets the updatedPortlet value for this SetPortletsLifetimeResponse.

Parameters:
updatedPortlet -

getUpdatedPortlet

public PortletLifetime getUpdatedPortlet(int i)

setUpdatedPortlet

public void setUpdatedPortlet(int i,
                              PortletLifetime _value)

getFailedPortlets

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

Returns:
failedPortlets

setFailedPortlets

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

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 SetPortletsLifetimeResponse.

Returns:
resourceList

setResourceList

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

Parameters:
resourceList -

getExtensions

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

Returns:
extensions

setExtensions

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

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.