|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
long getTotalByteCount()
org.apache.xmlbeans.XmlLong xgetTotalByteCount()
void setTotalByteCount(long totalByteCount)
void xsetTotalByteCount(org.apache.xmlbeans.XmlLong totalByteCount)
byte[] getCheckSumValue()
org.apache.xmlbeans.XmlBase64Binary xgetCheckSumValue()
boolean isNilCheckSumValue()
boolean isSetCheckSumValue()
void setCheckSumValue(byte[] checkSumValue)
void xsetCheckSumValue(org.apache.xmlbeans.XmlBase64Binary checkSumValue)
void setNilCheckSumValue()
void unsetCheckSumValue()
CheckSumMethodEnum.Enum getCheckSumMethod()
CheckSumMethodEnum xgetCheckSumMethod()
void setCheckSumMethod(CheckSumMethodEnum.Enum checkSumMethod)
void xsetCheckSumMethod(CheckSumMethodEnum checkSumMethod)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||