Package org.docx4j.docProps.core
Class CoreProperties
java.lang.Object
org.docx4j.docProps.core.CoreProperties
public class CoreProperties
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="category" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contentStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://purl.org/dc/terms/}created" minOccurs="0"/>
<element ref="{http://purl.org/dc/elements/1.1/}creator" minOccurs="0"/>
<element ref="{http://purl.org/dc/elements/1.1/}description" minOccurs="0"/>
<element ref="{http://purl.org/dc/elements/1.1/}identifier" minOccurs="0"/>
<element name="keywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://purl.org/dc/elements/1.1/}language" minOccurs="0"/>
<element name="lastModifiedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastPrinted" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element ref="{http://purl.org/dc/terms/}modified" minOccurs="0"/>
<element name="revision" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://purl.org/dc/elements/1.1/}subject" minOccurs="0"/>
<element ref="{http://purl.org/dc/elements/1.1/}title" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringcategoryprotected java.lang.StringcontentStatusprotected java.lang.StringcontentTypeprotected SimpleLiteralcreatedprotected SimpleLiteralcreatorprotected jakarta.xml.bind.JAXBElement<SimpleLiteral>descriptionprotected jakarta.xml.bind.JAXBElement<SimpleLiteral>identifierprotected java.lang.Stringkeywordsprotected SimpleLiterallanguageprotected java.lang.StringlastModifiedByprotected javax.xml.datatype.XMLGregorianCalendarlastPrintedprotected SimpleLiteralmodifiedprotected java.lang.Stringrevisionprotected SimpleLiteralsubjectprotected jakarta.xml.bind.JAXBElement<SimpleLiteral>titleprotected java.lang.Stringversion -
Constructor Summary
Constructors Constructor Description CoreProperties() -
Method Summary
Modifier and Type Method Description java.lang.StringgetCategory()Gets the value of the category property.java.lang.StringgetContentStatus()Gets the value of the contentStatus property.java.lang.StringgetContentType()Gets the value of the contentType property.SimpleLiteralgetCreated()Gets the value of the created property.SimpleLiteralgetCreator()Gets the value of the creator property.jakarta.xml.bind.JAXBElement<SimpleLiteral>getDescription()Gets the value of the description property.jakarta.xml.bind.JAXBElement<SimpleLiteral>getIdentifier()Gets the value of the identifier property.java.lang.StringgetKeywords()Gets the value of the keywords property.SimpleLiteralgetLanguage()Gets the value of the language property.java.lang.StringgetLastModifiedBy()Gets the value of the lastModifiedBy property.javax.xml.datatype.XMLGregorianCalendargetLastPrinted()Gets the value of the lastPrinted property.SimpleLiteralgetModified()Gets the value of the modified property.java.lang.StringgetRevision()Gets the value of the revision property.SimpleLiteralgetSubject()Gets the value of the subject property.jakarta.xml.bind.JAXBElement<SimpleLiteral>getTitle()Gets the value of the title property.java.lang.StringgetVersion()Gets the value of the version property.voidsetCategory(java.lang.String value)Sets the value of the category property.voidsetContentStatus(java.lang.String value)Sets the value of the contentStatus property.voidsetContentType(java.lang.String value)Sets the value of the contentType property.voidsetCreated(SimpleLiteral value)Sets the value of the created property.voidsetCreator(SimpleLiteral value)Sets the value of the creator property.voidsetDescription(jakarta.xml.bind.JAXBElement<SimpleLiteral> value)Sets the value of the description property.voidsetIdentifier(jakarta.xml.bind.JAXBElement<SimpleLiteral> value)Sets the value of the identifier property.voidsetKeywords(java.lang.String value)Sets the value of the keywords property.voidsetLanguage(SimpleLiteral value)Sets the value of the language property.voidsetLastModifiedBy(java.lang.String value)Sets the value of the lastModifiedBy property.voidsetLastPrinted(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the lastPrinted property.voidsetModified(SimpleLiteral value)Sets the value of the modified property.voidsetRevision(java.lang.String value)Sets the value of the revision property.voidsetSubject(SimpleLiteral value)Sets the value of the subject property.voidsetTitle(jakarta.xml.bind.JAXBElement<SimpleLiteral> value)Sets the value of the title property.voidsetVersion(java.lang.String value)Sets the value of the version property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
category
protected java.lang.String category -
contentStatus
protected java.lang.String contentStatus -
contentType
protected java.lang.String contentType -
created
-
creator
-
description
-
identifier
-
keywords
protected java.lang.String keywords -
language
-
lastModifiedBy
protected java.lang.String lastModifiedBy -
lastPrinted
protected javax.xml.datatype.XMLGregorianCalendar lastPrinted -
modified
-
revision
protected java.lang.String revision -
subject
-
title
-
version
protected java.lang.String version
-
-
Constructor Details
-
CoreProperties
public CoreProperties()
-
-
Method Details
-
getCategory
public java.lang.String getCategory()Gets the value of the category property.- Returns:
- possible object is
String
-
setCategory
public void setCategory(java.lang.String value)Sets the value of the category property.- Parameters:
value- allowed object isString
-
getContentStatus
public java.lang.String getContentStatus()Gets the value of the contentStatus property.- Returns:
- possible object is
String
-
setContentStatus
public void setContentStatus(java.lang.String value)Sets the value of the contentStatus property.- Parameters:
value- allowed object isString
-
getContentType
public java.lang.String getContentType()Gets the value of the contentType property.- Returns:
- possible object is
String
-
setContentType
public void setContentType(java.lang.String value)Sets the value of the contentType property.- Parameters:
value- allowed object isString
-
getCreated
Gets the value of the created property.- Returns:
- possible object is
SimpleLiteral
-
setCreated
Sets the value of the created property.- Parameters:
value- allowed object isSimpleLiteral
-
getCreator
Gets the value of the creator property.- Returns:
- possible object is
SimpleLiteral
-
setCreator
Sets the value of the creator property.- Parameters:
value- allowed object isSimpleLiteral
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
JAXBElement<SimpleLiteral>JAXBElement<SimpleLiteral>JAXBElement<SimpleLiteral>
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isJAXBElement<SimpleLiteral>JAXBElement<SimpleLiteral>JAXBElement<SimpleLiteral>
-
getIdentifier
Gets the value of the identifier property.- Returns:
- possible object is
JAXBElement<SimpleLiteral>JAXBElement<SimpleLiteral>
-
setIdentifier
Sets the value of the identifier property.- Parameters:
value- allowed object isJAXBElement<SimpleLiteral>JAXBElement<SimpleLiteral>
-
getKeywords
public java.lang.String getKeywords()Gets the value of the keywords property.- Returns:
- possible object is
String
-
setKeywords
public void setKeywords(java.lang.String value)Sets the value of the keywords property.- Parameters:
value- allowed object isString
-
getLanguage
Gets the value of the language property.- Returns:
- possible object is
SimpleLiteral
-
setLanguage
Sets the value of the language property.- Parameters:
value- allowed object isSimpleLiteral
-
getLastModifiedBy
public java.lang.String getLastModifiedBy()Gets the value of the lastModifiedBy property.- Returns:
- possible object is
String
-
setLastModifiedBy
public void setLastModifiedBy(java.lang.String value)Sets the value of the lastModifiedBy property.- Parameters:
value- allowed object isString
-
getLastPrinted
public javax.xml.datatype.XMLGregorianCalendar getLastPrinted()Gets the value of the lastPrinted property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastPrinted
public void setLastPrinted(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the lastPrinted property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getModified
Gets the value of the modified property.- Returns:
- possible object is
SimpleLiteral
-
setModified
Sets the value of the modified property.- Parameters:
value- allowed object isSimpleLiteral
-
getRevision
public java.lang.String getRevision()Gets the value of the revision property.- Returns:
- possible object is
String
-
setRevision
public void setRevision(java.lang.String value)Sets the value of the revision property.- Parameters:
value- allowed object isString
-
getSubject
Gets the value of the subject property.- Returns:
- possible object is
SimpleLiteral
-
setSubject
Sets the value of the subject property.- Parameters:
value- allowed object isSimpleLiteral
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
JAXBElement<SimpleLiteral>JAXBElement<SimpleLiteral>
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isJAXBElement<SimpleLiteral>JAXBElement<SimpleLiteral>
-
getVersion
public java.lang.String getVersion()Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(java.lang.String value)Sets the value of the version property.- Parameters:
value- allowed object isString
-