Package org.duracloud
Interface SourceContentType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SourceContentTypeImpl
public interface SourceContentType extends org.apache.xmlbeans.XmlObjectAn XML sourceContentType(@duracloud.org). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSourceContentType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetByteSize()Gets the "byteSize" elementStringgetContentId()Gets the "contentId" attributeStringgetMd5()Gets the "md5" elementStringgetMimetype()Gets the "mimetype" elementvoidsetByteSize(long byteSize)Sets the "byteSize" elementvoidsetContentId(String contentId)Sets the "contentId" attributevoidsetMd5(String md5)Sets the "md5" elementvoidsetMimetype(String mimetype)Sets the "mimetype" elementorg.apache.xmlbeans.XmlLongxgetByteSize()Gets (as xml) the "byteSize" elementorg.apache.xmlbeans.XmlStringxgetContentId()Gets (as xml) the "contentId" attributeorg.apache.xmlbeans.XmlStringxgetMd5()Gets (as xml) the "md5" elementorg.apache.xmlbeans.XmlStringxgetMimetype()Gets (as xml) the "mimetype" elementvoidxsetByteSize(org.apache.xmlbeans.XmlLong byteSize)Sets (as xml) the "byteSize" elementvoidxsetContentId(org.apache.xmlbeans.XmlString contentId)Sets (as xml) the "contentId" attributevoidxsetMd5(org.apache.xmlbeans.XmlString md5)Sets (as xml) the "md5" elementvoidxsetMimetype(org.apache.xmlbeans.XmlString mimetype)Sets (as xml) the "mimetype" 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
-
-
-
-
Method Detail
-
getMimetype
String getMimetype()
Gets the "mimetype" element
-
xgetMimetype
org.apache.xmlbeans.XmlString xgetMimetype()
Gets (as xml) the "mimetype" element
-
setMimetype
void setMimetype(String mimetype)
Sets the "mimetype" element
-
xsetMimetype
void xsetMimetype(org.apache.xmlbeans.XmlString mimetype)
Sets (as xml) the "mimetype" element
-
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
void setMd5(String md5)
Sets the "md5" element
-
xsetMd5
void xsetMd5(org.apache.xmlbeans.XmlString md5)
Sets (as xml) the "md5" element
-
getContentId
String getContentId()
Gets the "contentId" attribute
-
xgetContentId
org.apache.xmlbeans.XmlString xgetContentId()
Gets (as xml) the "contentId" attribute
-
setContentId
void setContentId(String contentId)
Sets the "contentId" attribute
-
xsetContentId
void xsetContentId(org.apache.xmlbeans.XmlString contentId)
Sets (as xml) the "contentId" attribute
-
-