com.konakart.wsapp
Class PdfResult

java.lang.Object
  extended by com.konakart.wsapp.PdfResult
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
PdfResult()
           
PdfResult(java.lang.String fileName, java.lang.String fileNameAfterBase, byte[] pdfBytes, int resultCode)
           
 
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 getFileName()
          Gets the fileName value for this PdfResult.
 java.lang.String getFileNameAfterBase()
          Gets the fileNameAfterBase value for this PdfResult.
 byte[] getPdfBytes()
          Gets the pdfBytes value for this PdfResult.
 int getResultCode()
          Gets the resultCode value for this PdfResult.
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 setFileName(java.lang.String fileName)
          Sets the fileName value for this PdfResult.
 void setFileNameAfterBase(java.lang.String fileNameAfterBase)
          Sets the fileNameAfterBase value for this PdfResult.
 void setPdfBytes(byte[] pdfBytes)
          Sets the pdfBytes value for this PdfResult.
 void setResultCode(int resultCode)
          Sets the resultCode value for this PdfResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfResult

public PdfResult()

PdfResult

public PdfResult(java.lang.String fileName,
                 java.lang.String fileNameAfterBase,
                 byte[] pdfBytes,
                 int resultCode)
Method Detail

getFileName

public java.lang.String getFileName()
Gets the fileName value for this PdfResult.

Returns:
fileName

setFileName

public void setFileName(java.lang.String fileName)
Sets the fileName value for this PdfResult.

Parameters:
fileName -

getFileNameAfterBase

public java.lang.String getFileNameAfterBase()
Gets the fileNameAfterBase value for this PdfResult.

Returns:
fileNameAfterBase

setFileNameAfterBase

public void setFileNameAfterBase(java.lang.String fileNameAfterBase)
Sets the fileNameAfterBase value for this PdfResult.

Parameters:
fileNameAfterBase -

getPdfBytes

public byte[] getPdfBytes()
Gets the pdfBytes value for this PdfResult.

Returns:
pdfBytes

setPdfBytes

public void setPdfBytes(byte[] pdfBytes)
Sets the pdfBytes value for this PdfResult.

Parameters:
pdfBytes -

getResultCode

public int getResultCode()
Gets the resultCode value for this PdfResult.

Returns:
resultCode

setResultCode

public void setResultCode(int resultCode)
Sets the resultCode value for this PdfResult.

Parameters:
resultCode -

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 © 2011 DS Data Systems UK Ltd.