Class CoverPageProperties

java.lang.Object
org.docx4j.docProps.coverPageProps.CoverPageProperties

public class CoverPageProperties
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">
       <sequence>
         <element name="PublishDate" type="{http://schemas.microsoft.com/‌office/‌2006/‌coverPageProps}ST_PublishDate"/>
         <element name="Abstract" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="CompanyAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="CompanyPhone" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="CompanyFax" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="CompanyEmail" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.String _abstract  
    protected java.lang.String companyAddress  
    protected java.lang.String companyEmail  
    protected java.lang.String companyFax  
    protected java.lang.String companyPhone  
    protected java.lang.String publishDate  
  • Constructor Summary

    Constructors
    Constructor Description
    CoverPageProperties()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAbstract()
    Gets the value of the abstract property.
    java.lang.String getCompanyAddress()
    Gets the value of the companyAddress property.
    java.lang.String getCompanyEmail()
    Gets the value of the companyEmail property.
    java.lang.String getCompanyFax()
    Gets the value of the companyFax property.
    java.lang.String getCompanyPhone()
    Gets the value of the companyPhone property.
    java.lang.String getPublishDate()
    Gets the value of the publishDate property.
    void setAbstract​(java.lang.String value)
    Sets the value of the abstract property.
    void setCompanyAddress​(java.lang.String value)
    Sets the value of the companyAddress property.
    void setCompanyEmail​(java.lang.String value)
    Sets the value of the companyEmail property.
    void setCompanyFax​(java.lang.String value)
    Sets the value of the companyFax property.
    void setCompanyPhone​(java.lang.String value)
    Sets the value of the companyPhone property.
    void setPublishDate​(java.lang.String value)
    Sets the value of the publishDate property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • publishDate

      protected java.lang.String publishDate
    • _abstract

      protected java.lang.String _abstract
    • companyAddress

      protected java.lang.String companyAddress
    • companyPhone

      protected java.lang.String companyPhone
    • companyFax

      protected java.lang.String companyFax
    • companyEmail

      protected java.lang.String companyEmail
  • Constructor Details

    • CoverPageProperties

      public CoverPageProperties()
  • Method Details

    • getPublishDate

      public java.lang.String getPublishDate()
      Gets the value of the publishDate property.
      Returns:
      possible object is String
    • setPublishDate

      public void setPublishDate​(java.lang.String value)
      Sets the value of the publishDate property.
      Parameters:
      value - allowed object is String
    • getAbstract

      public java.lang.String getAbstract()
      Gets the value of the abstract property.
      Returns:
      possible object is String
    • setAbstract

      public void setAbstract​(java.lang.String value)
      Sets the value of the abstract property.
      Parameters:
      value - allowed object is String
    • getCompanyAddress

      public java.lang.String getCompanyAddress()
      Gets the value of the companyAddress property.
      Returns:
      possible object is String
    • setCompanyAddress

      public void setCompanyAddress​(java.lang.String value)
      Sets the value of the companyAddress property.
      Parameters:
      value - allowed object is String
    • getCompanyPhone

      public java.lang.String getCompanyPhone()
      Gets the value of the companyPhone property.
      Returns:
      possible object is String
    • setCompanyPhone

      public void setCompanyPhone​(java.lang.String value)
      Sets the value of the companyPhone property.
      Parameters:
      value - allowed object is String
    • getCompanyFax

      public java.lang.String getCompanyFax()
      Gets the value of the companyFax property.
      Returns:
      possible object is String
    • setCompanyFax

      public void setCompanyFax​(java.lang.String value)
      Sets the value of the companyFax property.
      Parameters:
      value - allowed object is String
    • getCompanyEmail

      public java.lang.String getCompanyEmail()
      Gets the value of the companyEmail property.
      Returns:
      possible object is String
    • setCompanyEmail

      public void setCompanyEmail​(java.lang.String value)
      Sets the value of the companyEmail property.
      Parameters:
      value - allowed object is String