|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PackageProperties
Represents the core properties of an OPC package.
OPCPackage
Field Summary | |
---|---|
static java.lang.String |
NAMESPACE_DC
Dublin Core namespace URI. |
static java.lang.String |
NAMESPACE_DCTERMS
Dublin Core Terms URI. |
Method Summary | |
---|---|
Nullable |
getCategoryProperty()
Set the category of the content of this package. |
Nullable |
getContentStatusProperty()
Set the status of the content. |
Nullable |
getContentTypeProperty()
Get the type of content represented, generally defined by a specific use and intended audience. |
Nullable |
getCreatedProperty()
Get the date of creation of the resource. |
Nullable |
getCreatorProperty()
Get the entity primarily responsible for making the content of the resource. |
Nullable |
getDescriptionProperty()
Get the explanation of the content of the resource. |
Nullable |
getIdentifierProperty()
Get an unambiguous reference to the resource within a given context. |
Nullable |
getKeywordsProperty()
Get a delimited set of keywords to support searching and indexing. |
Nullable |
getLanguageProperty()
Get the language of the intellectual content of the resource. |
Nullable |
getLastModifiedByProperty()
Get the user who performed the last modification. |
Nullable |
getLastPrintedProperty()
Get the date and time of the last printing. |
Nullable |
getModifiedProperty()
Get the date on which the resource was changed. |
Nullable |
getRevisionProperty()
Get the revision number. |
Nullable |
getSubjectProperty()
Get the topic of the content of the resource. |
Nullable |
getTitleProperty()
Get the name given to the resource. |
Nullable |
getVersionProperty()
Get the version number. |
void |
setCategoryProperty(java.lang.String category)
Set the category of the content of this package. |
void |
setContentStatusProperty(java.lang.String contentStatus)
Get the status of the content. |
void |
setContentTypeProperty(java.lang.String contentType)
Set the type of content represented, generally defined by a specific use and intended audience. |
void |
setCreatedProperty(Nullable created)
Set the date of creation of the resource. |
void |
setCreatedProperty(java.lang.String created)
Set the date of creation of the resource. |
void |
setCreatorProperty(java.lang.String creator)
Set the entity primarily responsible for making the content of the resource. |
void |
setDescriptionProperty(java.lang.String description)
Set the explanation of the content of the resource. |
void |
setIdentifierProperty(java.lang.String identifier)
Set an unambiguous reference to the resource within a given context. |
void |
setKeywordsProperty(java.lang.String keywords)
Set a delimited set of keywords to support searching and indexing. |
void |
setLanguageProperty(java.lang.String language)
Set the language of the intellectual content of the resource. |
void |
setLastModifiedByProperty(java.lang.String lastModifiedBy)
Set the user who performed the last modification. |
void |
setLastPrintedProperty(Nullable lastPrinted)
Set the date and time of the last printing. |
void |
setLastPrintedProperty(java.lang.String lastPrinted)
Set the date and time of the last printing. |
void |
setModifiedProperty(Nullable modified)
Set the date on which the resource was changed. |
void |
setModifiedProperty(java.lang.String modified)
Set the date on which the resource was changed. |
void |
setRevisionProperty(java.lang.String revision)
Set the revision number. |
void |
setSubjectProperty(java.lang.String subject)
Set the topic of the content of the resource. |
void |
setTitleProperty(java.lang.String title)
Set the name given to the resource. |
void |
setVersionProperty(java.lang.String version)
Set the version number. |
Field Detail |
---|
static final java.lang.String NAMESPACE_DCTERMS
static final java.lang.String NAMESPACE_DC
Method Detail |
---|
Nullable getCategoryProperty()
void setCategoryProperty(java.lang.String category)
Nullable getContentStatusProperty()
void setContentStatusProperty(java.lang.String contentStatus)
Nullable getContentTypeProperty()
void setContentTypeProperty(java.lang.String contentType)
Nullable getCreatedProperty()
void setCreatedProperty(java.lang.String created)
void setCreatedProperty(Nullable created)
Nullable getCreatorProperty()
void setCreatorProperty(java.lang.String creator)
Nullable getDescriptionProperty()
void setDescriptionProperty(java.lang.String description)
Nullable getIdentifierProperty()
void setIdentifierProperty(java.lang.String identifier)
Nullable getKeywordsProperty()
void setKeywordsProperty(java.lang.String keywords)
Nullable getLanguageProperty()
void setLanguageProperty(java.lang.String language)
Nullable getLastModifiedByProperty()
void setLastModifiedByProperty(java.lang.String lastModifiedBy)
Nullable getLastPrintedProperty()
void setLastPrintedProperty(java.lang.String lastPrinted)
void setLastPrintedProperty(Nullable lastPrinted)
Nullable getModifiedProperty()
void setModifiedProperty(java.lang.String modified)
void setModifiedProperty(Nullable modified)
Nullable getRevisionProperty()
void setRevisionProperty(java.lang.String revision)
Nullable getSubjectProperty()
void setSubjectProperty(java.lang.String subject)
Nullable getTitleProperty()
void setTitleProperty(java.lang.String title)
Nullable getVersionProperty()
void setVersionProperty(java.lang.String version)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |