Uses of Interface
org.duracloud.ChunksType
-
Packages that use ChunksType Package Description org.duracloud org.duracloud.impl -
-
Uses of ChunksType in org.duracloud
Methods in org.duracloud that return ChunksType Modifier and Type Method Description ChunksTypeChunksManifestType. addNewChunks()Appends and returns a new empty "chunks" elementChunksTypeChunksManifestType. getChunks()Gets the "chunks" elementstatic ChunksTypeChunksType.Factory. newInstance()static ChunksTypeChunksType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ChunksTypeChunksType.Factory. parse(File file)static ChunksTypeChunksType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ChunksTypeChunksType.Factory. parse(InputStream is)static ChunksTypeChunksType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ChunksTypeChunksType.Factory. parse(Reader r)static ChunksTypeChunksType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ChunksTypeChunksType.Factory. parse(String xmlAsString)static ChunksTypeChunksType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ChunksTypeChunksType.Factory. parse(URL u)static ChunksTypeChunksType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ChunksTypeChunksType.Factory. parse(XMLStreamReader sr)static ChunksTypeChunksType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ChunksTypeChunksType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ChunksTypeChunksType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ChunksTypeChunksType.Factory. parse(Node node)static ChunksTypeChunksType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.duracloud with parameters of type ChunksType Modifier and Type Method Description voidChunksManifestType. setChunks(ChunksType chunks)Sets the "chunks" element -
Uses of ChunksType in org.duracloud.impl
Classes in org.duracloud.impl that implement ChunksType Modifier and Type Class Description classChunksTypeImplAn XML chunksType(@duracloud.org).Methods in org.duracloud.impl that return ChunksType Modifier and Type Method Description ChunksTypeChunksManifestTypeImpl. addNewChunks()Appends and returns a new empty "chunks" elementChunksTypeChunksManifestTypeImpl. getChunks()Gets the "chunks" elementMethods in org.duracloud.impl with parameters of type ChunksType Modifier and Type Method Description voidChunksManifestTypeImpl. setChunks(ChunksType chunks)Sets the "chunks" element
-