public class CoverPageProperties 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">
<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 String |
_abstract |
protected String |
companyAddress |
protected String |
companyEmail |
protected String |
companyFax |
protected String |
companyPhone |
protected String |
publishDate |
| Constructor and Description |
|---|
CoverPageProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbstract()
Gets the value of the abstract property.
|
String |
getCompanyAddress()
Gets the value of the companyAddress property.
|
String |
getCompanyEmail()
Gets the value of the companyEmail property.
|
String |
getCompanyFax()
Gets the value of the companyFax property.
|
String |
getCompanyPhone()
Gets the value of the companyPhone property.
|
String |
getPublishDate()
Gets the value of the publishDate property.
|
void |
setAbstract(String value)
Sets the value of the abstract property.
|
void |
setCompanyAddress(String value)
Sets the value of the companyAddress property.
|
void |
setCompanyEmail(String value)
Sets the value of the companyEmail property.
|
void |
setCompanyFax(String value)
Sets the value of the companyFax property.
|
void |
setCompanyPhone(String value)
Sets the value of the companyPhone property.
|
void |
setPublishDate(String value)
Sets the value of the publishDate property.
|
protected String publishDate
protected String _abstract
protected String companyAddress
protected String companyPhone
protected String companyFax
protected String companyEmail
public String getPublishDate()
Stringpublic void setPublishDate(String value)
value - allowed object is
Stringpublic String getAbstract()
Stringpublic void setAbstract(String value)
value - allowed object is
Stringpublic String getCompanyAddress()
Stringpublic void setCompanyAddress(String value)
value - allowed object is
Stringpublic String getCompanyPhone()
Stringpublic void setCompanyPhone(String value)
value - allowed object is
Stringpublic String getCompanyFax()
Stringpublic void setCompanyFax(String value)
value - allowed object is
Stringpublic String getCompanyEmail()
StringCopyright © 2007-2019. All Rights Reserved.