com.businessobjects.dsws.biplatform
Interface DownloadStatus


public interface DownloadStatus

An XML DownloadStatus(@http://biplatform.dsws.businessobjects.com/2007/06/01). This is a complex type.


Nested Class Summary
static class DownloadStatus.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 CheckSumInfo addNewCheckSumInfo()
          Appends and returns a new empty "CheckSumInfo" element
 byte[] getBinaryData()
          Gets the "BinaryData" element
 long getBytesRemaining()
          Gets the "BytesRemaining" element
 CheckSumInfo getCheckSumInfo()
          Gets the "CheckSumInfo" element
 java.lang.String getDownloadID()
          Gets the "DownloadID" element
 boolean getEndOfFile()
          Gets the "EndOfFile" element
 long getNextReferencePosition()
          Gets the "NextReferencePosition" element
 boolean isNilNextReferencePosition()
          Tests for nil "NextReferencePosition" element
 void setBinaryData(byte[] binaryData)
          Sets the "BinaryData" element
 void setBytesRemaining(long bytesRemaining)
          Sets the "BytesRemaining" element
 void setCheckSumInfo(CheckSumInfo checkSumInfo)
          Sets the "CheckSumInfo" element
 void setDownloadID(java.lang.String downloadID)
          Sets the "DownloadID" element
 void setEndOfFile(boolean endOfFile)
          Sets the "EndOfFile" element
 void setNextReferencePosition(long nextReferencePosition)
          Sets the "NextReferencePosition" element
 void setNilNextReferencePosition()
          Nils the "NextReferencePosition" element
 org.apache.xmlbeans.XmlBase64Binary xgetBinaryData()
          Gets (as xml) the "BinaryData" element
 org.apache.xmlbeans.XmlLong xgetBytesRemaining()
          Gets (as xml) the "BytesRemaining" element
 org.apache.xmlbeans.XmlString xgetDownloadID()
          Gets (as xml) the "DownloadID" element
 org.apache.xmlbeans.XmlBoolean xgetEndOfFile()
          Gets (as xml) the "EndOfFile" element
 org.apache.xmlbeans.XmlLong xgetNextReferencePosition()
          Gets (as xml) the "NextReferencePosition" element
 void xsetBinaryData(org.apache.xmlbeans.XmlBase64Binary binaryData)
          Sets (as xml) the "BinaryData" element
 void xsetBytesRemaining(org.apache.xmlbeans.XmlLong bytesRemaining)
          Sets (as xml) the "BytesRemaining" element
 void xsetDownloadID(org.apache.xmlbeans.XmlString downloadID)
          Sets (as xml) the "DownloadID" element
 void xsetEndOfFile(org.apache.xmlbeans.XmlBoolean endOfFile)
          Sets (as xml) the "EndOfFile" element
 void xsetNextReferencePosition(org.apache.xmlbeans.XmlLong nextReferencePosition)
          Sets (as xml) the "NextReferencePosition" element
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getDownloadID

java.lang.String getDownloadID()
Gets the "DownloadID" element


xgetDownloadID

org.apache.xmlbeans.XmlString xgetDownloadID()
Gets (as xml) the "DownloadID" element


setDownloadID

void setDownloadID(java.lang.String downloadID)
Sets the "DownloadID" element


xsetDownloadID

void xsetDownloadID(org.apache.xmlbeans.XmlString downloadID)
Sets (as xml) the "DownloadID" element


getNextReferencePosition

long getNextReferencePosition()
Gets the "NextReferencePosition" element


xgetNextReferencePosition

org.apache.xmlbeans.XmlLong xgetNextReferencePosition()
Gets (as xml) the "NextReferencePosition" element


isNilNextReferencePosition

boolean isNilNextReferencePosition()
Tests for nil "NextReferencePosition" element


setNextReferencePosition

void setNextReferencePosition(long nextReferencePosition)
Sets the "NextReferencePosition" element


xsetNextReferencePosition

void xsetNextReferencePosition(org.apache.xmlbeans.XmlLong nextReferencePosition)
Sets (as xml) the "NextReferencePosition" element


setNilNextReferencePosition

void setNilNextReferencePosition()
Nils the "NextReferencePosition" element


getBytesRemaining

long getBytesRemaining()
Gets the "BytesRemaining" element


xgetBytesRemaining

org.apache.xmlbeans.XmlLong xgetBytesRemaining()
Gets (as xml) the "BytesRemaining" element


setBytesRemaining

void setBytesRemaining(long bytesRemaining)
Sets the "BytesRemaining" element


xsetBytesRemaining

void xsetBytesRemaining(org.apache.xmlbeans.XmlLong bytesRemaining)
Sets (as xml) the "BytesRemaining" element


getEndOfFile

boolean getEndOfFile()
Gets the "EndOfFile" element


xgetEndOfFile

org.apache.xmlbeans.XmlBoolean xgetEndOfFile()
Gets (as xml) the "EndOfFile" element


setEndOfFile

void setEndOfFile(boolean endOfFile)
Sets the "EndOfFile" element


xsetEndOfFile

void xsetEndOfFile(org.apache.xmlbeans.XmlBoolean endOfFile)
Sets (as xml) the "EndOfFile" element


getCheckSumInfo

CheckSumInfo getCheckSumInfo()
Gets the "CheckSumInfo" element


setCheckSumInfo

void setCheckSumInfo(CheckSumInfo checkSumInfo)
Sets the "CheckSumInfo" element


addNewCheckSumInfo

CheckSumInfo addNewCheckSumInfo()
Appends and returns a new empty "CheckSumInfo" element


getBinaryData

byte[] getBinaryData()
Gets the "BinaryData" element


xgetBinaryData

org.apache.xmlbeans.XmlBase64Binary xgetBinaryData()
Gets (as xml) the "BinaryData" element


setBinaryData

void setBinaryData(byte[] binaryData)
Sets the "BinaryData" element


xsetBinaryData

void xsetBinaryData(org.apache.xmlbeans.XmlBase64Binary binaryData)
Sets (as xml) the "BinaryData" element