org.exoplatform.services.wsrp2.type
Class ImportPortletsFailed

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

public class ImportPortletsFailed
extends BaseFailed
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ImportPortletsFailed()
           
ImportPortletsFailed(LocalizedString reason, ResourceList resourceList, Extension[] extensions, ErrorCodes errorCode, java.lang.String[] importID)
           
 
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[] getImportID()
          Gets the importID value for this ImportPortletsFailed.
 java.lang.String getImportID(int i)
           
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 setImportID(int i, java.lang.String _value)
           
 void setImportID(java.lang.String[] importID)
          Sets the importID value for this ImportPortletsFailed.
 
Methods inherited from class org.exoplatform.services.wsrp2.type.BaseFailed
getErrorCode, getExtensions, getExtensions, getReason, getResourceList, setErrorCode, setExtensions, setExtensions, setReason, setResourceList
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportPortletsFailed

public ImportPortletsFailed()

ImportPortletsFailed

public ImportPortletsFailed(LocalizedString reason,
                            ResourceList resourceList,
                            Extension[] extensions,
                            ErrorCodes errorCode,
                            java.lang.String[] importID)
Method Detail

getImportID

public java.lang.String[] getImportID()
Gets the importID value for this ImportPortletsFailed.

Returns:
importID

setImportID

public void setImportID(java.lang.String[] importID)
Sets the importID value for this ImportPortletsFailed.

Parameters:
importID -

getImportID

public java.lang.String getImportID(int i)

setImportID

public void setImportID(int i,
                        java.lang.String _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class BaseFailed

hashCode

public int hashCode()
Overrides:
hashCode in class BaseFailed

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.