public class CTWebPr extends Object implements Child
Java class for CT_WebPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_WebPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tables" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Tables" minOccurs="0"/>
</sequence>
<attribute name="xml" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="sourceData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="parsePre" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="consecutive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="firstRow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="xl97" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="textDates" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="xl2000" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="url" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="post" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="htmlTables" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="htmlFormat" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_HtmlFmt" default="none" />
<attribute name="editPage" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
consecutive |
protected String |
editPage |
protected Boolean |
firstRow |
protected STHtmlFmt |
htmlFormat |
protected Boolean |
htmlTables |
protected Boolean |
parsePre |
protected String |
post |
protected Boolean |
sourceData |
protected CTTables |
tables |
protected Boolean |
textDates |
protected String |
url |
protected Boolean |
xl2000 |
protected Boolean |
xl97 |
protected Boolean |
xml |
| Constructor and Description |
|---|
CTWebPr() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getEditPage()
Gets the value of the editPage property.
|
STHtmlFmt |
getHtmlFormat()
Gets the value of the htmlFormat property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getPost()
Gets the value of the post property.
|
CTTables |
getTables()
Gets the value of the tables property.
|
String |
getUrl()
Gets the value of the url property.
|
boolean |
isConsecutive()
Gets the value of the consecutive property.
|
boolean |
isFirstRow()
Gets the value of the firstRow property.
|
boolean |
isHtmlTables()
Gets the value of the htmlTables property.
|
boolean |
isParsePre()
Gets the value of the parsePre property.
|
boolean |
isSourceData()
Gets the value of the sourceData property.
|
boolean |
isTextDates()
Gets the value of the textDates property.
|
boolean |
isXl2000()
Gets the value of the xl2000 property.
|
boolean |
isXl97()
Gets the value of the xl97 property.
|
boolean |
isXml()
Gets the value of the xml property.
|
void |
setConsecutive(Boolean value)
Sets the value of the consecutive property.
|
void |
setEditPage(String value)
Sets the value of the editPage property.
|
void |
setFirstRow(Boolean value)
Sets the value of the firstRow property.
|
void |
setHtmlFormat(STHtmlFmt value)
Sets the value of the htmlFormat property.
|
void |
setHtmlTables(Boolean value)
Sets the value of the htmlTables property.
|
void |
setParent(Object parent) |
void |
setParsePre(Boolean value)
Sets the value of the parsePre property.
|
void |
setPost(String value)
Sets the value of the post property.
|
void |
setSourceData(Boolean value)
Sets the value of the sourceData property.
|
void |
setTables(CTTables value)
Sets the value of the tables property.
|
void |
setTextDates(Boolean value)
Sets the value of the textDates property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setXl2000(Boolean value)
Sets the value of the xl2000 property.
|
void |
setXl97(Boolean value)
Sets the value of the xl97 property.
|
void |
setXml(Boolean value)
Sets the value of the xml property.
|
protected CTTables tables
protected Boolean xml
protected Boolean sourceData
protected Boolean parsePre
protected Boolean consecutive
protected Boolean firstRow
protected Boolean xl97
protected Boolean textDates
protected Boolean xl2000
protected String url
protected String post
protected Boolean htmlTables
protected STHtmlFmt htmlFormat
protected String editPage
public CTTables getTables()
CTTablespublic void setTables(CTTables value)
value - allowed object is
CTTablespublic boolean isXml()
Booleanpublic void setXml(Boolean value)
value - allowed object is
Booleanpublic boolean isSourceData()
Booleanpublic void setSourceData(Boolean value)
value - allowed object is
Booleanpublic boolean isParsePre()
Booleanpublic void setParsePre(Boolean value)
value - allowed object is
Booleanpublic boolean isConsecutive()
Booleanpublic void setConsecutive(Boolean value)
value - allowed object is
Booleanpublic boolean isFirstRow()
Booleanpublic void setFirstRow(Boolean value)
value - allowed object is
Booleanpublic boolean isXl97()
Booleanpublic void setXl97(Boolean value)
value - allowed object is
Booleanpublic boolean isTextDates()
Booleanpublic void setTextDates(Boolean value)
value - allowed object is
Booleanpublic boolean isXl2000()
Booleanpublic void setXl2000(Boolean value)
value - allowed object is
Booleanpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getPost()
Stringpublic void setPost(String value)
value - allowed object is
Stringpublic boolean isHtmlTables()
Booleanpublic void setHtmlTables(Boolean value)
value - allowed object is
Booleanpublic STHtmlFmt getHtmlFormat()
STHtmlFmtpublic void setHtmlFormat(STHtmlFmt value)
value - allowed object is
STHtmlFmtpublic String getEditPage()
Stringpublic void setEditPage(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.