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) |
protected void |
setDescription(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setInternalUseOnly(boolean internalUseOnly) |
protected void |
setInternalUseOnly(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setKeywords(String keywords) |
protected void |
setKeywords(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setName(String name) |
protected void |
setName(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setPublic(boolean _public) |
protected void |
setPublic(XmlInputStream __in,
TypeMapper __typeMapper) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getContent, setContent, setContentgetFullName, setFullName, setFullNamepublic String getDescription()
public void setDescription(String description)
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic boolean getInternalUseOnly()
public boolean isInternalUseOnly()
public void setInternalUseOnly(boolean internalUseOnly)
protected void setInternalUseOnly(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic String getKeywords()
public void setKeywords(String keywords)
protected void setKeywords(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic String getName()
public void setName(String name)
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic boolean getPublic()
public boolean isPublic()
public void setPublic(boolean _public)
protected void setPublic(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic 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 © 2017. All Rights Reserved.