|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.office.OfficeMeta
public class OfficeMeta
| Constructor Summary | |
|---|---|
OfficeMeta()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDcCreator()
Gets the value of the dcCreator property. |
java.lang.String |
getDcDate()
Gets the value of the dcDate property. |
java.lang.String |
getDcDescription()
Gets the value of the dcDescription property. |
java.lang.String |
getDcLanguage()
Gets the value of the dcLanguage property. |
java.lang.String |
getDcSubject()
Gets the value of the dcSubject property. |
java.lang.String |
getDcTitle()
Gets the value of the dcTitle property. |
MetaAutoReload |
getMetaAutoReload()
Gets the value of the metaAutoReload property. |
java.lang.String |
getMetaCreationDate()
Gets the value of the metaCreationDate property. |
MetaDocumentStatistic |
getMetaDocumentStatistic()
Gets the value of the metaDocumentStatistic property. |
java.lang.String |
getMetaEditingCycles()
Gets the value of the metaEditingCycles property. |
java.lang.String |
getMetaEditingDuration()
Gets the value of the metaEditingDuration property. |
java.lang.String |
getMetaGenerator()
Gets the value of the metaGenerator property. |
MetaHyperlinkBehaviour |
getMetaHyperlinkBehaviour()
Gets the value of the metaHyperlinkBehaviour property. |
java.lang.String |
getMetaInitialCreator()
Gets the value of the metaInitialCreator property. |
MetaKeywords |
getMetaKeywords()
Gets the value of the metaKeywords property. |
java.lang.String |
getMetaPrintDate()
Gets the value of the metaPrintDate property. |
java.lang.String |
getMetaPrintedBy()
Gets the value of the metaPrintedBy property. |
MetaTemplate |
getMetaTemplate()
Gets the value of the metaTemplate property. |
java.util.List<MetaUserDefined> |
getMetaUserDefined()
Gets the value of the metaUserDefined property. |
void |
setDcCreator(java.lang.String value)
Sets the value of the dcCreator property. |
void |
setDcDate(java.lang.String value)
Sets the value of the dcDate property. |
void |
setDcDescription(java.lang.String value)
Sets the value of the dcDescription property. |
void |
setDcLanguage(java.lang.String value)
Sets the value of the dcLanguage property. |
void |
setDcSubject(java.lang.String value)
Sets the value of the dcSubject property. |
void |
setDcTitle(java.lang.String value)
Sets the value of the dcTitle property. |
void |
setMetaAutoReload(MetaAutoReload value)
Sets the value of the metaAutoReload property. |
void |
setMetaCreationDate(java.lang.String value)
Sets the value of the metaCreationDate property. |
void |
setMetaDocumentStatistic(MetaDocumentStatistic value)
Sets the value of the metaDocumentStatistic property. |
void |
setMetaEditingCycles(java.lang.String value)
Sets the value of the metaEditingCycles property. |
void |
setMetaEditingDuration(java.lang.String value)
Sets the value of the metaEditingDuration property. |
void |
setMetaGenerator(java.lang.String value)
Sets the value of the metaGenerator property. |
void |
setMetaHyperlinkBehaviour(MetaHyperlinkBehaviour value)
Sets the value of the metaHyperlinkBehaviour property. |
void |
setMetaInitialCreator(java.lang.String value)
Sets the value of the metaInitialCreator property. |
void |
setMetaKeywords(MetaKeywords value)
Sets the value of the metaKeywords property. |
void |
setMetaPrintDate(java.lang.String value)
Sets the value of the metaPrintDate property. |
void |
setMetaPrintedBy(java.lang.String value)
Sets the value of the metaPrintedBy property. |
void |
setMetaTemplate(MetaTemplate value)
Sets the value of the metaTemplate property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OfficeMeta()
| Method Detail |
|---|
public java.lang.String getDcCreator()
Stringpublic java.lang.String getDcDate()
Stringpublic java.lang.String getDcDescription()
Stringpublic java.lang.String getDcLanguage()
Stringpublic java.lang.String getDcSubject()
Stringpublic java.lang.String getDcTitle()
Stringpublic MetaAutoReload getMetaAutoReload()
MetaAutoReloadpublic java.lang.String getMetaCreationDate()
Stringpublic MetaDocumentStatistic getMetaDocumentStatistic()
MetaDocumentStatisticpublic java.lang.String getMetaEditingCycles()
Stringpublic java.lang.String getMetaEditingDuration()
Stringpublic java.lang.String getMetaGenerator()
Stringpublic MetaHyperlinkBehaviour getMetaHyperlinkBehaviour()
MetaHyperlinkBehaviourpublic java.lang.String getMetaInitialCreator()
Stringpublic MetaKeywords getMetaKeywords()
MetaKeywordspublic java.lang.String getMetaPrintDate()
Stringpublic java.lang.String getMetaPrintedBy()
Stringpublic MetaTemplate getMetaTemplate()
MetaTemplatepublic java.util.List<MetaUserDefined> getMetaUserDefined()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set method for the metaUserDefined property.
For example, to add a new item, do as follows:
getMetaUserDefined().add(newItem);
Objects of the following type(s) are allowed in the list MetaUserDefined
public void setDcCreator(java.lang.String value)
value - allowed object is Stringpublic void setDcDate(java.lang.String value)
value - allowed object is Stringpublic void setDcDescription(java.lang.String value)
value - allowed object is Stringpublic void setDcLanguage(java.lang.String value)
value - allowed object is Stringpublic void setDcSubject(java.lang.String value)
value - allowed object is Stringpublic void setDcTitle(java.lang.String value)
value - allowed object is Stringpublic void setMetaAutoReload(MetaAutoReload value)
value - allowed object is MetaAutoReloadpublic void setMetaCreationDate(java.lang.String value)
value - allowed object is Stringpublic void setMetaDocumentStatistic(MetaDocumentStatistic value)
value - allowed object is MetaDocumentStatisticpublic void setMetaEditingCycles(java.lang.String value)
value - allowed object is Stringpublic void setMetaEditingDuration(java.lang.String value)
value - allowed object is Stringpublic void setMetaGenerator(java.lang.String value)
value - allowed object is Stringpublic void setMetaHyperlinkBehaviour(MetaHyperlinkBehaviour value)
value - allowed object is MetaHyperlinkBehaviourpublic void setMetaInitialCreator(java.lang.String value)
value - allowed object is Stringpublic void setMetaKeywords(MetaKeywords value)
value - allowed object is MetaKeywordspublic void setMetaPrintDate(java.lang.String value)
value - allowed object is Stringpublic void setMetaPrintedBy(java.lang.String value)
value - allowed object is Stringpublic void setMetaTemplate(MetaTemplate value)
value - allowed object is MetaTemplate
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||