com.softwareag.ino.sxs
Class InputDocument

java.lang.Object
  extended by com.softwareag.ino.sxs.InputDocument

public class InputDocument
extends java.lang.Object

Definition of input document (for put document)


Constructor Summary
InputDocument()
           
 
Method Summary
 byte[] getBinaryDocument()
          Getter for m_binaryDocument
 java.lang.String getCollection()
          Getter for collection
 java.lang.String getDocType()
          Getter for docType
 java.lang.String getDocument()
          Getter for m_document
 java.lang.String getDocumentName()
          Getter for m_documentName
 int getInoId()
          Getter for m_inoId
 java.lang.String getMimeType()
          Getter for m_mimeType
 boolean isBinary()
           
 void setBinaryDocument(byte[] binaryDocument)
          Setter for m_binaryDocument
 void setCollection(java.lang.String collection)
          Setter for collection
 void setDocType(java.lang.String docType)
          Setter for docType
 void setDocument(java.lang.String document)
          Setter for m_document
 void setDocumentName(java.lang.String documentName)
          Setter for m_documentName
 void setInoId(int inoId)
          Setter for m_inoId
 void setMimeType(java.lang.String mimeType)
          Setter for m_mimeType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputDocument

public InputDocument()
Method Detail

getBinaryDocument

public byte[] getBinaryDocument()
Getter for m_binaryDocument

Returns:
Returns the binaryDocument.

setBinaryDocument

public void setBinaryDocument(byte[] binaryDocument)
Setter for m_binaryDocument

Parameters:
binaryDocument - The binaryDocument to set.

getDocument

public java.lang.String getDocument()
Getter for m_document

Returns:
Returns the document.

setDocument

public void setDocument(java.lang.String document)
Setter for m_document

Parameters:
document - The document to set.

getDocumentName

public java.lang.String getDocumentName()
Getter for m_documentName

Returns:
Returns the documentName.

setDocumentName

public void setDocumentName(java.lang.String documentName)
Setter for m_documentName

Parameters:
documentName - The documentName to set.

getInoId

public int getInoId()
Getter for m_inoId

Returns:
Returns the inoId.

setInoId

public void setInoId(int inoId)
Setter for m_inoId

Parameters:
inoId - The inoId to set.

getMimeType

public java.lang.String getMimeType()
Getter for m_mimeType

Returns:
Returns the mimeType.

setMimeType

public void setMimeType(java.lang.String mimeType)
Setter for m_mimeType

Parameters:
mimeType - The mimeType to set.

isBinary

public boolean isBinary()

getCollection

public java.lang.String getCollection()
Getter for collection

Returns:
Returns the collection.

setCollection

public void setCollection(java.lang.String collection)
Setter for collection

Parameters:
collection - The collection to set.

getDocType

public java.lang.String getDocType()
Getter for docType

Returns:
Returns the docType.

setDocType

public void setDocType(java.lang.String docType)
Setter for docType

Parameters:
docType - The docType to set.