com.konakart.wsapp
Class PdfOptions

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

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

See Also:
Serialized Form

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

PdfOptions

public PdfOptions()

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

isCreateFile

public boolean isCreateFile()
Gets the createFile value for this PdfOptions.

Returns:
createFile

setCreateFile

public void setCreateFile(boolean createFile)
Sets the createFile value for this PdfOptions.

Parameters:
createFile -

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this PdfOptions.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this PdfOptions.

Parameters:
custom1 -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this PdfOptions.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this PdfOptions.

Parameters:
custom2 -

getId

public int getId()
Gets the id value for this PdfOptions.

Returns:
id

setId

public void setId(int id)
Sets the id value for this PdfOptions.

Parameters:
id -

getLanguageId

public int getLanguageId()
Gets the languageId value for this PdfOptions.

Returns:
languageId

setLanguageId

public void setLanguageId(int languageId)
Sets the languageId value for this PdfOptions.

Parameters:
languageId -

isReturnBytes

public boolean isReturnBytes()
Gets the returnBytes value for this PdfOptions.

Returns:
returnBytes

setReturnBytes

public void setReturnBytes(boolean returnBytes)
Sets the returnBytes value for this PdfOptions.

Parameters:
returnBytes -

isReturnFileName

public boolean isReturnFileName()
Gets the returnFileName value for this PdfOptions.

Returns:
returnFileName

setReturnFileName

public void setReturnFileName(boolean returnFileName)
Sets the returnFileName value for this PdfOptions.

Parameters:
returnFileName -

getTargetFileName

public java.lang.String getTargetFileName()
Gets the targetFileName value for this PdfOptions.

Returns:
targetFileName

setTargetFileName

public void setTargetFileName(java.lang.String targetFileName)
Sets the targetFileName value for this PdfOptions.

Parameters:
targetFileName -

getType

public int getType()
Gets the type value for this PdfOptions.

Returns:
type

setType

public void setType(int type)
Sets the type value for this PdfOptions.

Parameters:
type -

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.