|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.PdfResult
public class PdfResult
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 |
---|
public PdfResult()
public PdfResult(java.lang.String fileName, java.lang.String fileNameAfterBase, byte[] pdfBytes, int resultCode)
Method Detail |
---|
public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- public java.lang.String getFileNameAfterBase()
public void setFileNameAfterBase(java.lang.String fileNameAfterBase)
fileNameAfterBase
- public byte[] getPdfBytes()
public void setPdfBytes(byte[] pdfBytes)
pdfBytes
- public int getResultCode()
public void setResultCode(int resultCode)
resultCode
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |