|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.PdfOptions
public class PdfOptions
Constructor Summary | |
---|---|
PdfOptions()
|
|
PdfOptions(boolean createFile,
java.lang.String custom1,
java.lang.String custom2,
int id,
int languageId,
boolean returnBytes,
boolean returnFileName,
java.lang.String targetFileName,
int type)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCustom1()
Gets the custom1 value for this PdfOptions. |
java.lang.String |
getCustom2()
Gets the custom2 value for this PdfOptions. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
int |
getId()
Gets the id value for this PdfOptions. |
int |
getLanguageId()
Gets the languageId value for this PdfOptions. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getTargetFileName()
Gets the targetFileName value for this PdfOptions. |
int |
getType()
Gets the type value for this PdfOptions. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isCreateFile()
Gets the createFile value for this PdfOptions. |
boolean |
isReturnBytes()
Gets the returnBytes value for this PdfOptions. |
boolean |
isReturnFileName()
Gets the returnFileName value for this PdfOptions. |
void |
setCreateFile(boolean createFile)
Sets the createFile value for this PdfOptions. |
void |
setCustom1(java.lang.String custom1)
Sets the custom1 value for this PdfOptions. |
void |
setCustom2(java.lang.String custom2)
Sets the custom2 value for this PdfOptions. |
void |
setId(int id)
Sets the id value for this PdfOptions. |
void |
setLanguageId(int languageId)
Sets the languageId value for this PdfOptions. |
void |
setReturnBytes(boolean returnBytes)
Sets the returnBytes value for this PdfOptions. |
void |
setReturnFileName(boolean returnFileName)
Sets the returnFileName value for this PdfOptions. |
void |
setTargetFileName(java.lang.String targetFileName)
Sets the targetFileName value for this PdfOptions. |
void |
setType(int type)
Sets the type value for this PdfOptions. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PdfOptions()
public PdfOptions(boolean createFile, java.lang.String custom1, java.lang.String custom2, int id, int languageId, boolean returnBytes, boolean returnFileName, java.lang.String targetFileName, int type)
Method Detail |
---|
public boolean isCreateFile()
public void setCreateFile(boolean createFile)
createFile
- public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- public java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- public int getId()
public void setId(int id)
id
- public int getLanguageId()
public void setLanguageId(int languageId)
languageId
- public boolean isReturnBytes()
public void setReturnBytes(boolean returnBytes)
returnBytes
- public boolean isReturnFileName()
public void setReturnFileName(boolean returnFileName)
returnFileName
- public java.lang.String getTargetFileName()
public void setTargetFileName(java.lang.String targetFileName)
targetFileName
- public int getType()
public void setType(int type)
type
- 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 |