|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getDownloadID()
org.apache.xmlbeans.XmlString xgetDownloadID()
void setDownloadID(java.lang.String downloadID)
void xsetDownloadID(org.apache.xmlbeans.XmlString downloadID)
long getNextReferencePosition()
org.apache.xmlbeans.XmlLong xgetNextReferencePosition()
boolean isNilNextReferencePosition()
void setNextReferencePosition(long nextReferencePosition)
void xsetNextReferencePosition(org.apache.xmlbeans.XmlLong nextReferencePosition)
void setNilNextReferencePosition()
long getBytesRemaining()
org.apache.xmlbeans.XmlLong xgetBytesRemaining()
void setBytesRemaining(long bytesRemaining)
void xsetBytesRemaining(org.apache.xmlbeans.XmlLong bytesRemaining)
boolean getEndOfFile()
org.apache.xmlbeans.XmlBoolean xgetEndOfFile()
void setEndOfFile(boolean endOfFile)
void xsetEndOfFile(org.apache.xmlbeans.XmlBoolean endOfFile)
CheckSumInfo getCheckSumInfo()
void setCheckSumInfo(CheckSumInfo checkSumInfo)
CheckSumInfo addNewCheckSumInfo()
byte[] getBinaryData()
org.apache.xmlbeans.XmlBase64Binary xgetBinaryData()
void setBinaryData(byte[] binaryData)
void xsetBinaryData(org.apache.xmlbeans.XmlBase64Binary binaryData)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||