Uses of Interface
org.duracloud.ChunkType
-
Packages that use ChunkType Package Description org.duracloud org.duracloud.impl -
-
Uses of ChunkType in org.duracloud
Methods in org.duracloud that return ChunkType Modifier and Type Method Description ChunkTypeChunksType. addNewChunk()Appends and returns a new empty value (as xml) as the last "chunk" elementChunkType[]ChunksType. getChunkArray()Gets array of all "chunk" elementsChunkTypeChunksType. getChunkArray(int i)Gets ith "chunk" elementChunkTypeChunksType. insertNewChunk(int i)Inserts and returns a new empty value (as xml) as the ith "chunk" elementstatic ChunkTypeChunkType.Factory. newInstance()static ChunkTypeChunkType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ChunkTypeChunkType.Factory. parse(File file)static ChunkTypeChunkType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ChunkTypeChunkType.Factory. parse(InputStream is)static ChunkTypeChunkType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ChunkTypeChunkType.Factory. parse(Reader r)static ChunkTypeChunkType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ChunkTypeChunkType.Factory. parse(String xmlAsString)static ChunkTypeChunkType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ChunkTypeChunkType.Factory. parse(URL u)static ChunkTypeChunkType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ChunkTypeChunkType.Factory. parse(XMLStreamReader sr)static ChunkTypeChunkType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ChunkTypeChunkType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ChunkTypeChunkType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ChunkTypeChunkType.Factory. parse(Node node)static ChunkTypeChunkType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.duracloud with parameters of type ChunkType Modifier and Type Method Description voidChunksType. setChunkArray(int i, ChunkType chunk)Sets ith "chunk" elementvoidChunksType. setChunkArray(ChunkType[] chunkArray)Sets array of all "chunk" element -
Uses of ChunkType in org.duracloud.impl
Classes in org.duracloud.impl that implement ChunkType Modifier and Type Class Description classChunkTypeImplAn XML chunkType(@duracloud.org).Methods in org.duracloud.impl that return ChunkType Modifier and Type Method Description ChunkTypeChunksTypeImpl. addNewChunk()Appends and returns a new empty value (as xml) as the last "chunk" elementChunkType[]ChunksTypeImpl. getChunkArray()Gets array of all "chunk" elementsChunkTypeChunksTypeImpl. getChunkArray(int i)Gets ith "chunk" elementChunkTypeChunksTypeImpl. insertNewChunk(int i)Inserts and returns a new empty value (as xml) as the ith "chunk" elementMethods in org.duracloud.impl with parameters of type ChunkType Modifier and Type Method Description voidChunksTypeImpl. setChunkArray(int i, ChunkType chunk)Sets ith "chunk" elementvoidChunksTypeImpl. setChunkArray(ChunkType[] chunkArray)Sets array of all "chunk" element
-