|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
String
public String getDcDate()
String
public String getDcDescription()
String
public String getDcLanguage()
String
public String getDcSubject()
String
public String getDcTitle()
String
public MetaAutoReload getMetaAutoReload()
MetaAutoReload
public String getMetaCreationDate()
String
public MetaDocumentStatistic getMetaDocumentStatistic()
MetaDocumentStatistic
public String getMetaEditingCycles()
String
public String getMetaEditingDuration()
String
public String getMetaGenerator()
String
public MetaHyperlinkBehaviour getMetaHyperlinkBehaviour()
MetaHyperlinkBehaviour
public String getMetaInitialCreator()
String
public MetaKeywords getMetaKeywords()
MetaKeywords
public String getMetaPrintDate()
String
public String getMetaPrintedBy()
String
public MetaTemplate getMetaTemplate()
MetaTemplate
public 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 String
public void setDcDate(String value)
value
- allowed object is String
public void setDcDescription(String value)
value
- allowed object is String
public void setDcLanguage(String value)
value
- allowed object is String
public void setDcSubject(String value)
value
- allowed object is String
public void setDcTitle(String value)
value
- allowed object is String
public void setMetaAutoReload(MetaAutoReload value)
value
- allowed object is MetaAutoReload
public void setMetaCreationDate(String value)
value
- allowed object is String
public void setMetaDocumentStatistic(MetaDocumentStatistic value)
value
- allowed object is MetaDocumentStatistic
public void setMetaEditingCycles(String value)
value
- allowed object is String
public void setMetaEditingDuration(String value)
value
- allowed object is String
public void setMetaGenerator(String value)
value
- allowed object is String
public void setMetaHyperlinkBehaviour(MetaHyperlinkBehaviour value)
value
- allowed object is MetaHyperlinkBehaviour
public void setMetaInitialCreator(String value)
value
- allowed object is String
public void setMetaKeywords(MetaKeywords value)
value
- allowed object is MetaKeywords
public void setMetaPrintDate(String value)
value
- allowed object is String
public void setMetaPrintedBy(String value)
value
- allowed object is String
public 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 |