public class Document extends MetadataWithContent
| Constructor and Description |
|---|
Document()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
boolean |
getInternalUseOnly() |
String |
getKeywords() |
String |
getName() |
boolean |
getPublic() |
boolean |
isInternalUseOnly() |
boolean |
isPublic() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDescription(String description) |
void |
setInternalUseOnly(boolean internalUseOnly) |
void |
setKeywords(String keywords) |
void |
setName(String name) |
void |
setPublic(boolean _public) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getContent, setContentgetFullName, setFullNamepublic String getDescription()
public void setDescription(String description)
public boolean getInternalUseOnly()
public boolean isInternalUseOnly()
public void setInternalUseOnly(boolean internalUseOnly)
public String getKeywords()
public void setKeywords(String keywords)
public String getName()
public void setName(String name)
public boolean getPublic()
public boolean isPublic()
public void setPublic(boolean _public)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class MetadataWithContentIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class MetadataWithContentIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class MetadataWithContentIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class MetadataWithContentIOExceptionConnectionExceptionpublic String toString()
toString in class MetadataWithContentCopyright © 2015. All Rights Reserved.