com.businessobjects.dsws.biplatform
Interface UploadStatus


public interface UploadStatus

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


Nested Class Summary
static class UploadStatus.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 long getBytesUploaded()
          Gets the "BytesUploaded" element
 java.lang.String getUploadID()
          Gets the "UploadID" element
 void setBytesUploaded(long bytesUploaded)
          Sets the "BytesUploaded" element
 void setUploadID(java.lang.String uploadID)
          Sets the "UploadID" element
 org.apache.xmlbeans.XmlLong xgetBytesUploaded()
          Gets (as xml) the "BytesUploaded" element
 org.apache.xmlbeans.XmlString xgetUploadID()
          Gets (as xml) the "UploadID" element
 void xsetBytesUploaded(org.apache.xmlbeans.XmlLong bytesUploaded)
          Sets (as xml) the "BytesUploaded" element
 void xsetUploadID(org.apache.xmlbeans.XmlString uploadID)
          Sets (as xml) the "UploadID" element
 

Field Detail

type

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

getUploadID

java.lang.String getUploadID()
Gets the "UploadID" element


xgetUploadID

org.apache.xmlbeans.XmlString xgetUploadID()
Gets (as xml) the "UploadID" element


setUploadID

void setUploadID(java.lang.String uploadID)
Sets the "UploadID" element


xsetUploadID

void xsetUploadID(org.apache.xmlbeans.XmlString uploadID)
Sets (as xml) the "UploadID" element


getBytesUploaded

long getBytesUploaded()
Gets the "BytesUploaded" element


xgetBytesUploaded

org.apache.xmlbeans.XmlLong xgetBytesUploaded()
Gets (as xml) the "BytesUploaded" element


setBytesUploaded

void setBytesUploaded(long bytesUploaded)
Sets the "BytesUploaded" element


xsetBytesUploaded

void xsetBytesUploaded(org.apache.xmlbeans.XmlLong bytesUploaded)
Sets (as xml) the "BytesUploaded" element