|
|||||||||
| 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
| Field Summary | |
|---|---|
protected String |
dcCreator
|
protected String |
dcDate
|
protected String |
dcDescription
|
protected String |
dcLanguage
|
protected String |
dcSubject
|
protected String |
dcTitle
|
protected MetaAutoReload |
metaAutoReload
|
protected String |
metaCreationDate
|
protected MetaDocumentStatistic |
metaDocumentStatistic
|
protected String |
metaEditingCycles
|
protected String |
metaEditingDuration
|
protected String |
metaGenerator
|
protected MetaHyperlinkBehaviour |
metaHyperlinkBehaviour
|
protected String |
metaInitialCreator
|
protected MetaKeywords |
metaKeywords
|
protected String |
metaPrintDate
|
protected String |
metaPrintedBy
|
protected MetaTemplate |
metaTemplate
|
protected List<MetaUserDefined> |
metaUserDefined
|
| Constructor Summary | |
|---|---|
OfficeMeta()
|
|
| Method Summary | |
|---|---|
String |
getDcCreator()
Gets the value of the dcCreator property. |
String |
getDcDate()
Gets the value of the dcDate property. |
String |
getDcDescription()
Gets the value of the dcDescription property. |
String |
getDcLanguage()
Gets the value of the dcLanguage property. |
String |
getDcSubject()
Gets the value of the dcSubject property. |
String |
getDcTitle()
Gets the value of the dcTitle property. |
MetaAutoReload |
getMetaAutoReload()
Gets the value of the metaAutoReload property. |
String |
getMetaCreationDate()
Gets the value of the metaCreationDate property. |
MetaDocumentStatistic |
getMetaDocumentStatistic()
Gets the value of the metaDocumentStatistic property. |
String |
getMetaEditingCycles()
Gets the value of the metaEditingCycles property. |
String |
getMetaEditingDuration()
Gets the value of the metaEditingDuration property. |
String |
getMetaGenerator()
Gets the value of the metaGenerator property. |
MetaHyperlinkBehaviour |
getMetaHyperlinkBehaviour()
Gets the value of the metaHyperlinkBehaviour property. |
String |
getMetaInitialCreator()
Gets the value of the metaInitialCreator property. |
MetaKeywords |
getMetaKeywords()
Gets the value of the metaKeywords property. |
String |
getMetaPrintDate()
Gets the value of the metaPrintDate property. |
String |
getMetaPrintedBy()
Gets the value of the metaPrintedBy property. |
MetaTemplate |
getMetaTemplate()
Gets the value of the metaTemplate property. |
List<MetaUserDefined> |
getMetaUserDefined()
Gets the value of the metaUserDefined property. |
void |
setDcCreator(String value)
Sets the value of the dcCreator property. |
void |
setDcDate(String value)
Sets the value of the dcDate property. |
void |
setDcDescription(String value)
Sets the value of the dcDescription property. |
void |
setDcLanguage(String value)
Sets the value of the dcLanguage property. |
void |
setDcSubject(String value)
Sets the value of the dcSubject property. |
void |
setDcTitle(String value)
Sets the value of the dcTitle property. |
void |
setMetaAutoReload(MetaAutoReload value)
Sets the value of the metaAutoReload property. |
void |
setMetaCreationDate(String value)
Sets the value of the metaCreationDate property. |
void |
setMetaDocumentStatistic(MetaDocumentStatistic value)
Sets the value of the metaDocumentStatistic property. |
void |
setMetaEditingCycles(String value)
Sets the value of the metaEditingCycles property. |
void |
setMetaEditingDuration(String value)
Sets the value of the metaEditingDuration property. |
void |
setMetaGenerator(String value)
Sets the value of the metaGenerator property. |
void |
setMetaHyperlinkBehaviour(MetaHyperlinkBehaviour value)
Sets the value of the metaHyperlinkBehaviour property. |
void |
setMetaInitialCreator(String value)
Sets the value of the metaInitialCreator property. |
void |
setMetaKeywords(MetaKeywords value)
Sets the value of the metaKeywords property. |
void |
setMetaPrintDate(String value)
Sets the value of the metaPrintDate property. |
void |
setMetaPrintedBy(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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String dcCreator
protected String dcDate
protected String dcDescription
protected String dcLanguage
protected String dcSubject
protected String dcTitle
protected MetaAutoReload metaAutoReload
protected String metaCreationDate
protected MetaDocumentStatistic metaDocumentStatistic
protected String metaEditingCycles
protected String metaEditingDuration
protected String metaGenerator
protected MetaHyperlinkBehaviour metaHyperlinkBehaviour
protected String metaInitialCreator
protected MetaKeywords metaKeywords
protected String metaPrintDate
protected String metaPrintedBy
protected MetaTemplate metaTemplate
protected List<MetaUserDefined> metaUserDefined
| Constructor Detail |
|---|
public OfficeMeta()
| Method Detail |
|---|
public String getDcCreator()
Stringpublic String getDcDate()
Stringpublic String getDcDescription()
Stringpublic String getDcLanguage()
Stringpublic String getDcSubject()
Stringpublic String getDcTitle()
Stringpublic MetaAutoReload getMetaAutoReload()
MetaAutoReloadpublic String getMetaCreationDate()
Stringpublic MetaDocumentStatistic getMetaDocumentStatistic()
MetaDocumentStatisticpublic String getMetaEditingCycles()
Stringpublic String getMetaEditingDuration()
Stringpublic String getMetaGenerator()
Stringpublic MetaHyperlinkBehaviour getMetaHyperlinkBehaviour()
MetaHyperlinkBehaviourpublic String getMetaInitialCreator()
Stringpublic MetaKeywords getMetaKeywords()
MetaKeywordspublic String getMetaPrintDate()
Stringpublic String getMetaPrintedBy()
Stringpublic MetaTemplate getMetaTemplate()
MetaTemplatepublic 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(String value)
value - allowed object is Stringpublic void setDcDate(String value)
value - allowed object is Stringpublic void setDcDescription(String value)
value - allowed object is Stringpublic void setDcLanguage(String value)
value - allowed object is Stringpublic void setDcSubject(String value)
value - allowed object is Stringpublic void setDcTitle(String value)
value - allowed object is Stringpublic void setMetaAutoReload(MetaAutoReload value)
value - allowed object is MetaAutoReloadpublic void setMetaCreationDate(String value)
value - allowed object is Stringpublic void setMetaDocumentStatistic(MetaDocumentStatistic value)
value - allowed object is MetaDocumentStatisticpublic void setMetaEditingCycles(String value)
value - allowed object is Stringpublic void setMetaEditingDuration(String value)
value - allowed object is Stringpublic void setMetaGenerator(String value)
value - allowed object is Stringpublic void setMetaHyperlinkBehaviour(MetaHyperlinkBehaviour value)
value - allowed object is MetaHyperlinkBehaviourpublic void setMetaInitialCreator(String value)
value - allowed object is Stringpublic void setMetaKeywords(MetaKeywords value)
value - allowed object is MetaKeywordspublic void setMetaPrintDate(String value)
value - allowed object is Stringpublic void setMetaPrintedBy(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 | ||||||||