public class XMLDataObjectAssociationImpl extends Object implements XMLDataObjectAssociation
XMLDataObjectAssociation
.Constructor and Description |
---|
XMLDataObjectAssociationImpl() |
Modifier and Type | Method and Description |
---|---|
Content |
getContent()
Gets the actual content.
|
MetaInfo |
getMetaInfo()
Gets descriptive meta information.
|
void |
setContent(Content content)
Sets the actual data contained in this object.
|
void |
setMetaInfo(MetaInfo metaInfo)
Sets meta information about the
Content object. |
public void setMetaInfo(MetaInfo metaInfo)
Content
object.metaInfo
- Meta information about the Content
object.public MetaInfo getMetaInfo()
XMLDataObjectAssociation
getMetaInfo
in interface XMLDataObjectAssociation
public void setContent(Content content)
content
- The actual data contained in this object.public Content getContent()
XMLDataObjectAssociation
getContent
in interface XMLDataObjectAssociation
Copyright © 2016. All rights reserved.