org.exoplatform.services.wsrp2.type
Class ExportPortletsResponse

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

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

See Also:
Serialized Form

Constructor Summary
ExportPortletsResponse()
           
ExportPortletsResponse(byte[] exportContext, ExportedPortlet[] exportedPortlet, FailedPortlets[] failedPortlets, Lifetime lifetime, 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
 byte[] getExportContext()
          Gets the exportContext value for this ExportPortletsResponse.
 ExportedPortlet[] getExportedPortlet()
          Gets the exportedPortlet value for this ExportPortletsResponse.
 ExportedPortlet getExportedPortlet(int i)
           
 Extension[] getExtensions()
          Gets the extensions value for this ExportPortletsResponse.
 Extension getExtensions(int i)
           
 FailedPortlets[] getFailedPortlets()
          Gets the failedPortlets value for this ExportPortletsResponse.
 FailedPortlets getFailedPortlets(int i)
           
 Lifetime getLifetime()
          Gets the lifetime value for this ExportPortletsResponse.
 ResourceList getResourceList()
          Gets the resourceList value for this ExportPortletsResponse.
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 setExportContext(byte[] exportContext)
          Sets the exportContext value for this ExportPortletsResponse.
 void setExportedPortlet(ExportedPortlet[] exportedPortlet)
          Sets the exportedPortlet value for this ExportPortletsResponse.
 void setExportedPortlet(int i, ExportedPortlet _value)
           
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this ExportPortletsResponse.
 void setExtensions(int i, Extension _value)
           
 void setFailedPortlets(FailedPortlets[] failedPortlets)
          Sets the failedPortlets value for this ExportPortletsResponse.
 void setFailedPortlets(int i, FailedPortlets _value)
           
 void setLifetime(Lifetime lifetime)
          Sets the lifetime value for this ExportPortletsResponse.
 void setResourceList(ResourceList resourceList)
          Sets the resourceList value for this ExportPortletsResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportPortletsResponse

public ExportPortletsResponse()

ExportPortletsResponse

public ExportPortletsResponse(byte[] exportContext,
                              ExportedPortlet[] exportedPortlet,
                              FailedPortlets[] failedPortlets,
                              Lifetime lifetime,
                              ResourceList resourceList,
                              Extension[] extensions)
Method Detail

getExportContext

public byte[] getExportContext()
Gets the exportContext value for this ExportPortletsResponse.

Returns:
exportContext

setExportContext

public void setExportContext(byte[] exportContext)
Sets the exportContext value for this ExportPortletsResponse.

Parameters:
exportContext -

getExportedPortlet

public ExportedPortlet[] getExportedPortlet()
Gets the exportedPortlet value for this ExportPortletsResponse.

Returns:
exportedPortlet

setExportedPortlet

public void setExportedPortlet(ExportedPortlet[] exportedPortlet)
Sets the exportedPortlet value for this ExportPortletsResponse.

Parameters:
exportedPortlet -

getExportedPortlet

public ExportedPortlet getExportedPortlet(int i)

setExportedPortlet

public void setExportedPortlet(int i,
                               ExportedPortlet _value)

getFailedPortlets

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

Returns:
failedPortlets

setFailedPortlets

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

Parameters:
failedPortlets -

getFailedPortlets

public FailedPortlets getFailedPortlets(int i)

setFailedPortlets

public void setFailedPortlets(int i,
                              FailedPortlets _value)

getLifetime

public Lifetime getLifetime()
Gets the lifetime value for this ExportPortletsResponse.

Returns:
lifetime

setLifetime

public void setLifetime(Lifetime lifetime)
Sets the lifetime value for this ExportPortletsResponse.

Parameters:
lifetime -

getResourceList

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

Returns:
resourceList

setResourceList

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

Parameters:
resourceList -

getExtensions

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

Returns:
extensions

setExtensions

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

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.