public interface PackageProperties
OPCPackage
Modifier and Type | Field and Description |
---|---|
static String |
NAMESPACE_DC
Dublin Core namespace URI.
|
static String |
NAMESPACE_DCTERMS
Dublin Core Terms URI.
|
Modifier and Type | Method and Description |
---|---|
Nullable<String> |
getCategoryProperty()
Set the category of the content of this package.
|
Nullable<String> |
getContentStatusProperty()
Set the status of the content.
|
Nullable<String> |
getContentTypeProperty()
Get the type of content represented, generally defined by a specific use
and intended audience.
|
Nullable<Date> |
getCreatedProperty()
Get the date of creation of the resource.
|
Nullable<String> |
getCreatorProperty()
Get the entity primarily responsible for making the content of the
resource.
|
Nullable<String> |
getDescriptionProperty()
Get the explanation of the content of the resource.
|
Nullable<String> |
getIdentifierProperty()
Get an unambiguous reference to the resource within a given context.
|
Nullable<String> |
getKeywordsProperty()
Get a delimited set of keywords to support searching and indexing.
|
Nullable<String> |
getLanguageProperty()
Get the language of the intellectual content of the resource.
|
Nullable<String> |
getLastModifiedByProperty()
Get the user who performed the last modification.
|
Nullable<Date> |
getLastPrintedProperty()
Get the date and time of the last printing.
|
Nullable<Date> |
getModifiedProperty()
Get the date on which the resource was changed.
|
Nullable<String> |
getRevisionProperty()
Get the revision number.
|
Nullable<String> |
getSubjectProperty()
Get the topic of the content of the resource.
|
Nullable<String> |
getTitleProperty()
Get the name given to the resource.
|
Nullable<String> |
getVersionProperty()
Get the version number.
|
void |
setCategoryProperty(String category)
Set the category of the content of this package.
|
void |
setContentStatusProperty(String contentStatus)
Get the status of the content.
|
void |
setContentTypeProperty(String contentType)
Set the type of content represented, generally defined by a specific use
and intended audience.
|
void |
setCreatedProperty(Nullable<Date> created)
Set the date of creation of the resource.
|
void |
setCreatedProperty(String created)
Set the date of creation of the resource.
|
void |
setCreatorProperty(String creator)
Set the entity primarily responsible for making the content of the
resource.
|
void |
setDescriptionProperty(String description)
Set the explanation of the content of the resource.
|
void |
setIdentifierProperty(String identifier)
Set an unambiguous reference to the resource within a given context.
|
void |
setKeywordsProperty(String keywords)
Set a delimited set of keywords to support searching and indexing.
|
void |
setLanguageProperty(String language)
Set the language of the intellectual content of the resource.
|
void |
setLastModifiedByProperty(String lastModifiedBy)
Set the user who performed the last modification.
|
void |
setLastPrintedProperty(Nullable<Date> lastPrinted)
Set the date and time of the last printing.
|
void |
setLastPrintedProperty(String lastPrinted)
Set the date and time of the last printing.
|
void |
setModifiedProperty(Nullable<Date> modified)
Set the date on which the resource was changed.
|
void |
setModifiedProperty(String modified)
Set the date on which the resource was changed.
|
void |
setRevisionProperty(String revision)
Set the revision number.
|
void |
setSubjectProperty(String subject)
Set the topic of the content of the resource.
|
void |
setTitleProperty(String title)
Set the name given to the resource.
|
void |
setVersionProperty(String version)
Set the version number.
|
static final String NAMESPACE_DCTERMS
static final String NAMESPACE_DC
Nullable<String> getCategoryProperty()
void setCategoryProperty(String category)
void setContentStatusProperty(String contentStatus)
Nullable<String> getContentTypeProperty()
void setContentTypeProperty(String contentType)
void setCreatedProperty(String created)
void setCreatedProperty(Nullable<Date> created)
Nullable<String> getCreatorProperty()
void setCreatorProperty(String creator)
Nullable<String> getDescriptionProperty()
void setDescriptionProperty(String description)
Nullable<String> getIdentifierProperty()
void setIdentifierProperty(String identifier)
Nullable<String> getKeywordsProperty()
void setKeywordsProperty(String keywords)
Nullable<String> getLanguageProperty()
void setLanguageProperty(String language)
Nullable<String> getLastModifiedByProperty()
void setLastModifiedByProperty(String lastModifiedBy)
Nullable<Date> getLastPrintedProperty()
void setLastPrintedProperty(String lastPrinted)
void setLastPrintedProperty(Nullable<Date> lastPrinted)
Nullable<Date> getModifiedProperty()
void setModifiedProperty(String modified)
void setModifiedProperty(Nullable<Date> modified)
void setRevisionProperty(String revision)
Nullable<String> getSubjectProperty()
void setSubjectProperty(String subject)
void setTitleProperty(String title)
void setVersionProperty(String version)
Copyright © 2020. All rights reserved.