public abstract class CompoundDataElement extends DataElement
Abstract class representing a multipart data element.
attributes| Constructor and Description |
|---|
CompoundDataElement() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getContent()
Abstract method which returns the content of the DataElement in a stream.
|
abstract List<DataElement> |
getParts() |
deleteAttribute, destroy, getAllAttributes, getAttributeValue, getContentType, getId, setAttribute, setContentType, setIdpublic InputStream getContent()
DataElementgetContent in class DataElementDataElement.getContent()public abstract List<DataElement> getParts()
Copyright © 2014. All Rights Reserved.