Class CoreProperties

java.lang.Object
org.docx4j.docProps.core.CoreProperties

public class CoreProperties extends 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 Details

  • Constructor Details

    • CoreProperties

      public CoreProperties()
  • Method Details

    • getCategory

      public String getCategory()
      Gets the value of the category property.
      Returns:
      possible object is String
    • setCategory

      public void setCategory(String value)
      Sets the value of the category property.
      Parameters:
      value - allowed object is String
    • getContentStatus

      public String getContentStatus()
      Gets the value of the contentStatus property.
      Returns:
      possible object is String
    • setContentStatus

      public void setContentStatus(String value)
      Sets the value of the contentStatus property.
      Parameters:
      value - allowed object is String
    • getContentType

      public String getContentType()
      Gets the value of the contentType property.
      Returns:
      possible object is String
    • setContentType

      public void setContentType(String value)
      Sets the value of the contentType property.
      Parameters:
      value - allowed object is String
    • getCreated

      public SimpleLiteral getCreated()
      Gets the value of the created property.
      Returns:
      possible object is SimpleLiteral
    • setCreated

      public void setCreated(SimpleLiteral value)
      Sets the value of the created property.
      Parameters:
      value - allowed object is SimpleLiteral
    • getCreator

      public SimpleLiteral getCreator()
      Gets the value of the creator property.
      Returns:
      possible object is SimpleLiteral
    • setCreator

      public void setCreator(SimpleLiteral value)
      Sets the value of the creator property.
      Parameters:
      value - allowed object is SimpleLiteral
    • getDescription

      public jakarta.xml.bind.JAXBElement<SimpleLiteral> getDescription()
      Gets the value of the description property.
      Returns:
      possible object is JAXBElement<SimpleLiteral> JAXBElement<SimpleLiteral> JAXBElement<SimpleLiteral>
    • setDescription

      public void setDescription(jakarta.xml.bind.JAXBElement<SimpleLiteral> value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is JAXBElement<SimpleLiteral> JAXBElement<SimpleLiteral> JAXBElement<SimpleLiteral>
    • getIdentifier

      public jakarta.xml.bind.JAXBElement<SimpleLiteral> getIdentifier()
      Gets the value of the identifier property.
      Returns:
      possible object is JAXBElement<SimpleLiteral> JAXBElement<SimpleLiteral>
    • setIdentifier

      public void setIdentifier(jakarta.xml.bind.JAXBElement<SimpleLiteral> value)
      Sets the value of the identifier property.
      Parameters:
      value - allowed object is JAXBElement<SimpleLiteral> JAXBElement<SimpleLiteral>
    • getKeywords

      public String getKeywords()
      Gets the value of the keywords property.
      Returns:
      possible object is String
    • setKeywords

      public void setKeywords(String value)
      Sets the value of the keywords property.
      Parameters:
      value - allowed object is String
    • getLanguage

      public SimpleLiteral getLanguage()
      Gets the value of the language property.
      Returns:
      possible object is SimpleLiteral
    • setLanguage

      public void setLanguage(SimpleLiteral value)
      Sets the value of the language property.
      Parameters:
      value - allowed object is SimpleLiteral
    • getLastModifiedBy

      public String getLastModifiedBy()
      Gets the value of the lastModifiedBy property.
      Returns:
      possible object is String
    • setLastModifiedBy

      public void setLastModifiedBy(String value)
      Sets the value of the lastModifiedBy property.
      Parameters:
      value - allowed object is String
    • getLastPrinted

      public XMLGregorianCalendar getLastPrinted()
      Gets the value of the lastPrinted property.
      Returns:
      possible object is XMLGregorianCalendar
    • setLastPrinted

      public void setLastPrinted(XMLGregorianCalendar value)
      Sets the value of the lastPrinted property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getModified

      public SimpleLiteral getModified()
      Gets the value of the modified property.
      Returns:
      possible object is SimpleLiteral
    • setModified

      public void setModified(SimpleLiteral value)
      Sets the value of the modified property.
      Parameters:
      value - allowed object is SimpleLiteral
    • getRevision

      public String getRevision()
      Gets the value of the revision property.
      Returns:
      possible object is String
    • setRevision

      public void setRevision(String value)
      Sets the value of the revision property.
      Parameters:
      value - allowed object is String
    • getSubject

      public SimpleLiteral getSubject()
      Gets the value of the subject property.
      Returns:
      possible object is SimpleLiteral
    • setSubject

      public void setSubject(SimpleLiteral value)
      Sets the value of the subject property.
      Parameters:
      value - allowed object is SimpleLiteral
    • getTitle

      public jakarta.xml.bind.JAXBElement<SimpleLiteral> getTitle()
      Gets the value of the title property.
      Returns:
      possible object is JAXBElement<SimpleLiteral> JAXBElement<SimpleLiteral>
    • setTitle

      public void setTitle(jakarta.xml.bind.JAXBElement<SimpleLiteral> value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is JAXBElement<SimpleLiteral> JAXBElement<SimpleLiteral>
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String