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>
| Modifier and Type | Field and 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 and Description |
|---|
CoverPageProperties() |
| Modifier and Type | Method and 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.
|
protected java.lang.String publishDate
protected java.lang.String _abstract
protected java.lang.String companyAddress
protected java.lang.String companyPhone
protected java.lang.String companyFax
protected java.lang.String companyEmail
public java.lang.String getPublishDate()
Stringpublic void setPublishDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAbstract()
Stringpublic void setAbstract(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCompanyAddress()
Stringpublic void setCompanyAddress(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCompanyPhone()
Stringpublic void setCompanyPhone(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCompanyFax()
Stringpublic void setCompanyFax(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCompanyEmail()
Stringpublic void setCompanyEmail(java.lang.String value)
value - allowed object is
StringCopyright © 2007–2025. All rights reserved.