com.businessobjects.dsws.biplatform
Interface CheckSumInfo


public interface CheckSumInfo

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


Nested Class Summary
static class CheckSumInfo.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 CheckSumMethodEnum.Enum getCheckSumMethod()
          Gets the "CheckSumMethod" element
 byte[] getCheckSumValue()
          Gets the "CheckSumValue" element
 long getTotalByteCount()
          Gets the "TotalByteCount" element
 boolean isNilCheckSumValue()
          Tests for nil "CheckSumValue" element
 boolean isSetCheckSumValue()
          True if has "CheckSumValue" element
 void setCheckSumMethod(CheckSumMethodEnum.Enum checkSumMethod)
          Sets the "CheckSumMethod" element
 void setCheckSumValue(byte[] checkSumValue)
          Sets the "CheckSumValue" element
 void setNilCheckSumValue()
          Nils the "CheckSumValue" element
 void setTotalByteCount(long totalByteCount)
          Sets the "TotalByteCount" element
 void unsetCheckSumValue()
          Unsets the "CheckSumValue" element
 CheckSumMethodEnum xgetCheckSumMethod()
          Gets (as xml) the "CheckSumMethod" element
 org.apache.xmlbeans.XmlBase64Binary xgetCheckSumValue()
          Gets (as xml) the "CheckSumValue" element
 org.apache.xmlbeans.XmlLong xgetTotalByteCount()
          Gets (as xml) the "TotalByteCount" element
 void xsetCheckSumMethod(CheckSumMethodEnum checkSumMethod)
          Sets (as xml) the "CheckSumMethod" element
 void xsetCheckSumValue(org.apache.xmlbeans.XmlBase64Binary checkSumValue)
          Sets (as xml) the "CheckSumValue" element
 void xsetTotalByteCount(org.apache.xmlbeans.XmlLong totalByteCount)
          Sets (as xml) the "TotalByteCount" element
 

Field Detail

type

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

getTotalByteCount

long getTotalByteCount()
Gets the "TotalByteCount" element


xgetTotalByteCount

org.apache.xmlbeans.XmlLong xgetTotalByteCount()
Gets (as xml) the "TotalByteCount" element


setTotalByteCount

void setTotalByteCount(long totalByteCount)
Sets the "TotalByteCount" element


xsetTotalByteCount

void xsetTotalByteCount(org.apache.xmlbeans.XmlLong totalByteCount)
Sets (as xml) the "TotalByteCount" element


getCheckSumValue

byte[] getCheckSumValue()
Gets the "CheckSumValue" element


xgetCheckSumValue

org.apache.xmlbeans.XmlBase64Binary xgetCheckSumValue()
Gets (as xml) the "CheckSumValue" element


isNilCheckSumValue

boolean isNilCheckSumValue()
Tests for nil "CheckSumValue" element


isSetCheckSumValue

boolean isSetCheckSumValue()
True if has "CheckSumValue" element


setCheckSumValue

void setCheckSumValue(byte[] checkSumValue)
Sets the "CheckSumValue" element


xsetCheckSumValue

void xsetCheckSumValue(org.apache.xmlbeans.XmlBase64Binary checkSumValue)
Sets (as xml) the "CheckSumValue" element


setNilCheckSumValue

void setNilCheckSumValue()
Nils the "CheckSumValue" element


unsetCheckSumValue

void unsetCheckSumValue()
Unsets the "CheckSumValue" element


getCheckSumMethod

CheckSumMethodEnum.Enum getCheckSumMethod()
Gets the "CheckSumMethod" element


xgetCheckSumMethod

CheckSumMethodEnum xgetCheckSumMethod()
Gets (as xml) the "CheckSumMethod" element


setCheckSumMethod

void setCheckSumMethod(CheckSumMethodEnum.Enum checkSumMethod)
Sets the "CheckSumMethod" element


xsetCheckSumMethod

void xsetCheckSumMethod(CheckSumMethodEnum checkSumMethod)
Sets (as xml) the "CheckSumMethod" element