public class WriteObjectInfo extends Object
Constructor and Description |
---|
WriteObjectInfo() |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(Object name,
String value)
Add an attribute.
|
void |
addSubobject(QName[] pathname,
Object subobject,
boolean flatten)
Add a subobject.
|
Map |
getAttributes()
Get the attributes.
|
String |
getComment()
Get the comment.
|
String |
getContent()
Get the content.
|
Tree |
getSubobjects()
Get the subobjects.
|
void |
setComment(String comment)
Set the comment.
|
void |
setContent(String content)
Set the content.
|
public String getComment()
public void setComment(String comment)
comment
- The comment to set.public Map getAttributes()
public void addAttribute(Object name, String value)
name
- The name.value
- The value.public String getContent()
public void setContent(String content)
content
- The content to set.public Tree getSubobjects()
Copyright © 2012. All Rights Reserved.