Package org.duracloud
Interface ChunkType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ChunkTypeImpl
public interface ChunkType
extends org.apache.xmlbeans.XmlObject
An XML chunkType(@duracloud.org).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionlongGets the "byteSize" elementGets the "chunkId" attributeintgetIndex()Gets the "index" attributegetMd5()Gets the "md5" elementvoidsetByteSize(long byteSize) Sets the "byteSize" elementvoidsetChunkId(String chunkId) Sets the "chunkId" attributevoidsetIndex(int index) Sets the "index" attributevoidSets the "md5" elementorg.apache.xmlbeans.XmlLongGets (as xml) the "byteSize" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "chunkId" attributeorg.apache.xmlbeans.XmlIntGets (as xml) the "index" attributeorg.apache.xmlbeans.XmlStringxgetMd5()Gets (as xml) the "md5" elementvoidxsetByteSize(org.apache.xmlbeans.XmlLong byteSize) Sets (as xml) the "byteSize" elementvoidxsetChunkId(org.apache.xmlbeans.XmlString chunkId) Sets (as xml) the "chunkId" attributevoidxsetIndex(org.apache.xmlbeans.XmlInt index) Sets (as xml) the "index" attributevoidxsetMd5(org.apache.xmlbeans.XmlString md5) Sets (as xml) the "md5" elementMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods 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 Details
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getByteSize
long getByteSize()Gets the "byteSize" element -
xgetByteSize
org.apache.xmlbeans.XmlLong xgetByteSize()Gets (as xml) the "byteSize" element -
setByteSize
void setByteSize(long byteSize) Sets the "byteSize" element -
xsetByteSize
void xsetByteSize(org.apache.xmlbeans.XmlLong byteSize) Sets (as xml) the "byteSize" element -
getMd5
String getMd5()Gets the "md5" element -
xgetMd5
org.apache.xmlbeans.XmlString xgetMd5()Gets (as xml) the "md5" element -
setMd5
Sets the "md5" element -
xsetMd5
void xsetMd5(org.apache.xmlbeans.XmlString md5) Sets (as xml) the "md5" element -
getChunkId
String getChunkId()Gets the "chunkId" attribute -
xgetChunkId
org.apache.xmlbeans.XmlString xgetChunkId()Gets (as xml) the "chunkId" attribute -
setChunkId
Sets the "chunkId" attribute -
xsetChunkId
void xsetChunkId(org.apache.xmlbeans.XmlString chunkId) Sets (as xml) the "chunkId" attribute -
getIndex
int getIndex()Gets the "index" attribute -
xgetIndex
org.apache.xmlbeans.XmlInt xgetIndex()Gets (as xml) the "index" attribute -
setIndex
void setIndex(int index) Sets the "index" attribute -
xsetIndex
void xsetIndex(org.apache.xmlbeans.XmlInt index) Sets (as xml) the "index" attribute
-