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_abstractprotected java.lang.StringcompanyAddressprotected java.lang.StringcompanyEmailprotected java.lang.StringcompanyFaxprotected java.lang.StringcompanyPhoneprotected java.lang.StringpublishDate -
Constructor Summary
Constructors Constructor Description CoverPageProperties() -
Method Summary
Modifier and Type Method Description java.lang.StringgetAbstract()Gets the value of the abstract property.java.lang.StringgetCompanyAddress()Gets the value of the companyAddress property.java.lang.StringgetCompanyEmail()Gets the value of the companyEmail property.java.lang.StringgetCompanyFax()Gets the value of the companyFax property.java.lang.StringgetCompanyPhone()Gets the value of the companyPhone property.java.lang.StringgetPublishDate()Gets the value of the publishDate property.voidsetAbstract(java.lang.String value)Sets the value of the abstract property.voidsetCompanyAddress(java.lang.String value)Sets the value of the companyAddress property.voidsetCompanyEmail(java.lang.String value)Sets the value of the companyEmail property.voidsetCompanyFax(java.lang.String value)Sets the value of the companyFax property.voidsetCompanyPhone(java.lang.String value)Sets the value of the companyPhone property.voidsetPublishDate(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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-