Package org.xlsx4j.sml
Class CTWebPr
java.lang.Object
org.xlsx4j.sml.CTWebPr
- All Implemented Interfaces:
Child
public class CTWebPr extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Booleanconsecutiveprotected java.lang.StringeditPageprotected java.lang.BooleanfirstRowprotected STHtmlFmthtmlFormatprotected java.lang.BooleanhtmlTablesprotected java.lang.BooleanparsePreprotected java.lang.Stringpostprotected java.lang.BooleansourceDataprotected CTTablestablesprotected java.lang.BooleantextDatesprotected java.lang.Stringurlprotected java.lang.Booleanxl2000protected java.lang.Booleanxl97protected java.lang.Booleanxml -
Constructor Summary
Constructors Constructor Description CTWebPr() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetEditPage()Gets the value of the editPage property.STHtmlFmtgetHtmlFormat()Gets the value of the htmlFormat property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetPost()Gets the value of the post property.CTTablesgetTables()Gets the value of the tables property.java.lang.StringgetUrl()Gets the value of the url property.booleanisConsecutive()Gets the value of the consecutive property.booleanisFirstRow()Gets the value of the firstRow property.booleanisHtmlTables()Gets the value of the htmlTables property.booleanisParsePre()Gets the value of the parsePre property.booleanisSourceData()Gets the value of the sourceData property.booleanisTextDates()Gets the value of the textDates property.booleanisXl2000()Gets the value of the xl2000 property.booleanisXl97()Gets the value of the xl97 property.booleanisXml()Gets the value of the xml property.voidsetConsecutive(java.lang.Boolean value)Sets the value of the consecutive property.voidsetEditPage(java.lang.String value)Sets the value of the editPage property.voidsetFirstRow(java.lang.Boolean value)Sets the value of the firstRow property.voidsetHtmlFormat(STHtmlFmt value)Sets the value of the htmlFormat property.voidsetHtmlTables(java.lang.Boolean value)Sets the value of the htmlTables property.voidsetParent(java.lang.Object parent)voidsetParsePre(java.lang.Boolean value)Sets the value of the parsePre property.voidsetPost(java.lang.String value)Sets the value of the post property.voidsetSourceData(java.lang.Boolean value)Sets the value of the sourceData property.voidsetTables(CTTables value)Sets the value of the tables property.voidsetTextDates(java.lang.Boolean value)Sets the value of the textDates property.voidsetUrl(java.lang.String value)Sets the value of the url property.voidsetXl2000(java.lang.Boolean value)Sets the value of the xl2000 property.voidsetXl97(java.lang.Boolean value)Sets the value of the xl97 property.voidsetXml(java.lang.Boolean value)Sets the value of the xml property.
-
Field Details
-
tables
-
xml
protected java.lang.Boolean xml -
sourceData
protected java.lang.Boolean sourceData -
parsePre
protected java.lang.Boolean parsePre -
consecutive
protected java.lang.Boolean consecutive -
firstRow
protected java.lang.Boolean firstRow -
xl97
protected java.lang.Boolean xl97 -
textDates
protected java.lang.Boolean textDates -
xl2000
protected java.lang.Boolean xl2000 -
url
protected java.lang.String url -
post
protected java.lang.String post -
htmlTables
protected java.lang.Boolean htmlTables -
htmlFormat
-
editPage
protected java.lang.String editPage
-
-
Constructor Details
-
CTWebPr
public CTWebPr()
-
-
Method Details
-
getTables
Gets the value of the tables property.- Returns:
- possible object is
CTTables
-
setTables
Sets the value of the tables property.- Parameters:
value- allowed object isCTTables
-
isXml
public boolean isXml()Gets the value of the xml property.- Returns:
- possible object is
Boolean
-
setXml
public void setXml(java.lang.Boolean value)Sets the value of the xml property.- Parameters:
value- allowed object isBoolean
-
isSourceData
public boolean isSourceData()Gets the value of the sourceData property.- Returns:
- possible object is
Boolean
-
setSourceData
public void setSourceData(java.lang.Boolean value)Sets the value of the sourceData property.- Parameters:
value- allowed object isBoolean
-
isParsePre
public boolean isParsePre()Gets the value of the parsePre property.- Returns:
- possible object is
Boolean
-
setParsePre
public void setParsePre(java.lang.Boolean value)Sets the value of the parsePre property.- Parameters:
value- allowed object isBoolean
-
isConsecutive
public boolean isConsecutive()Gets the value of the consecutive property.- Returns:
- possible object is
Boolean
-
setConsecutive
public void setConsecutive(java.lang.Boolean value)Sets the value of the consecutive property.- Parameters:
value- allowed object isBoolean
-
isFirstRow
public boolean isFirstRow()Gets the value of the firstRow property.- Returns:
- possible object is
Boolean
-
setFirstRow
public void setFirstRow(java.lang.Boolean value)Sets the value of the firstRow property.- Parameters:
value- allowed object isBoolean
-
isXl97
public boolean isXl97()Gets the value of the xl97 property.- Returns:
- possible object is
Boolean
-
setXl97
public void setXl97(java.lang.Boolean value)Sets the value of the xl97 property.- Parameters:
value- allowed object isBoolean
-
isTextDates
public boolean isTextDates()Gets the value of the textDates property.- Returns:
- possible object is
Boolean
-
setTextDates
public void setTextDates(java.lang.Boolean value)Sets the value of the textDates property.- Parameters:
value- allowed object isBoolean
-
isXl2000
public boolean isXl2000()Gets the value of the xl2000 property.- Returns:
- possible object is
Boolean
-
setXl2000
public void setXl2000(java.lang.Boolean value)Sets the value of the xl2000 property.- Parameters:
value- allowed object isBoolean
-
getUrl
public java.lang.String getUrl()Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
public void setUrl(java.lang.String value)Sets the value of the url property.- Parameters:
value- allowed object isString
-
getPost
public java.lang.String getPost()Gets the value of the post property.- Returns:
- possible object is
String
-
setPost
public void setPost(java.lang.String value)Sets the value of the post property.- Parameters:
value- allowed object isString
-
isHtmlTables
public boolean isHtmlTables()Gets the value of the htmlTables property.- Returns:
- possible object is
Boolean
-
setHtmlTables
public void setHtmlTables(java.lang.Boolean value)Sets the value of the htmlTables property.- Parameters:
value- allowed object isBoolean
-
getHtmlFormat
Gets the value of the htmlFormat property.- Returns:
- possible object is
STHtmlFmt
-
setHtmlFormat
Sets the value of the htmlFormat property.- Parameters:
value- allowed object isSTHtmlFmt
-
getEditPage
public java.lang.String getEditPage()Gets the value of the editPage property.- Returns:
- possible object is
String
-
setEditPage
public void setEditPage(java.lang.String value)Sets the value of the editPage property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-