Uses of Interface
org.duracloud.HeaderType
-
Packages that use HeaderType Package Description org.duracloud org.duracloud.impl -
-
Uses of HeaderType in org.duracloud
Methods in org.duracloud that return HeaderType Modifier and Type Method Description HeaderTypeChunksManifestType. addNewHeader()Appends and returns a new empty "header" elementHeaderTypeChunksManifestType. getHeader()Gets the "header" elementstatic HeaderTypeHeaderType.Factory. newInstance()static HeaderTypeHeaderType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static HeaderTypeHeaderType.Factory. parse(File file)static HeaderTypeHeaderType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static HeaderTypeHeaderType.Factory. parse(InputStream is)static HeaderTypeHeaderType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static HeaderTypeHeaderType.Factory. parse(Reader r)static HeaderTypeHeaderType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static HeaderTypeHeaderType.Factory. parse(String xmlAsString)static HeaderTypeHeaderType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static HeaderTypeHeaderType.Factory. parse(URL u)static HeaderTypeHeaderType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static HeaderTypeHeaderType.Factory. parse(XMLStreamReader sr)static HeaderTypeHeaderType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static HeaderTypeHeaderType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic HeaderTypeHeaderType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic HeaderTypeHeaderType.Factory. parse(Node node)static HeaderTypeHeaderType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.duracloud with parameters of type HeaderType Modifier and Type Method Description voidChunksManifestType. setHeader(HeaderType header)Sets the "header" element -
Uses of HeaderType in org.duracloud.impl
Classes in org.duracloud.impl that implement HeaderType Modifier and Type Class Description classHeaderTypeImplAn XML headerType(@duracloud.org).Methods in org.duracloud.impl that return HeaderType Modifier and Type Method Description HeaderTypeChunksManifestTypeImpl. addNewHeader()Appends and returns a new empty "header" elementHeaderTypeChunksManifestTypeImpl. getHeader()Gets the "header" elementMethods in org.duracloud.impl with parameters of type HeaderType Modifier and Type Method Description voidChunksManifestTypeImpl. setHeader(HeaderType header)Sets the "header" element
-