|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChunkType
An XML chunkType(@duracloud.org). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ChunkType.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
long |
getByteSize()
Gets the "byteSize" element |
java.lang.String |
getChunkId()
Gets the "chunkId" attribute |
int |
getIndex()
Gets the "index" attribute |
java.lang.String |
getMd5()
Gets the "md5" element |
void |
setByteSize(long byteSize)
Sets the "byteSize" element |
void |
setChunkId(java.lang.String chunkId)
Sets the "chunkId" attribute |
void |
setIndex(int index)
Sets the "index" attribute |
void |
setMd5(java.lang.String md5)
Sets the "md5" element |
org.apache.xmlbeans.XmlLong |
xgetByteSize()
Gets (as xml) the "byteSize" element |
org.apache.xmlbeans.XmlString |
xgetChunkId()
Gets (as xml) the "chunkId" attribute |
org.apache.xmlbeans.XmlInt |
xgetIndex()
Gets (as xml) the "index" attribute |
org.apache.xmlbeans.XmlString |
xgetMd5()
Gets (as xml) the "md5" element |
void |
xsetByteSize(org.apache.xmlbeans.XmlLong byteSize)
Sets (as xml) the "byteSize" element |
void |
xsetChunkId(org.apache.xmlbeans.XmlString chunkId)
Sets (as xml) the "chunkId" attribute |
void |
xsetIndex(org.apache.xmlbeans.XmlInt index)
Sets (as xml) the "index" attribute |
void |
xsetMd5(org.apache.xmlbeans.XmlString md5)
Sets (as xml) the "md5" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
long getByteSize()
org.apache.xmlbeans.XmlLong xgetByteSize()
void setByteSize(long byteSize)
void xsetByteSize(org.apache.xmlbeans.XmlLong byteSize)
java.lang.String getMd5()
org.apache.xmlbeans.XmlString xgetMd5()
void setMd5(java.lang.String md5)
void xsetMd5(org.apache.xmlbeans.XmlString md5)
java.lang.String getChunkId()
org.apache.xmlbeans.XmlString xgetChunkId()
void setChunkId(java.lang.String chunkId)
void xsetChunkId(org.apache.xmlbeans.XmlString chunkId)
int getIndex()
org.apache.xmlbeans.XmlInt xgetIndex()
void setIndex(int index)
void xsetIndex(org.apache.xmlbeans.XmlInt index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |