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.Boolean consecutive  
    protected java.lang.String editPage  
    protected java.lang.Boolean firstRow  
    protected STHtmlFmt htmlFormat  
    protected java.lang.Boolean htmlTables  
    protected java.lang.Boolean parsePre  
    protected java.lang.String post  
    protected java.lang.Boolean sourceData  
    protected CTTables tables  
    protected java.lang.Boolean textDates  
    protected java.lang.String url  
    protected java.lang.Boolean xl2000  
    protected java.lang.Boolean xl97  
    protected java.lang.Boolean xml  
  • Constructor Summary

    Constructors
    Constructor Description
    CTWebPr()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
    This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
    java.lang.String getEditPage()
    Gets the value of the editPage property.
    STHtmlFmt getHtmlFormat()
    Gets the value of the htmlFormat property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.String getPost()
    Gets the value of the post property.
    CTTables getTables()
    Gets the value of the tables property.
    java.lang.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​(java.lang.Boolean value)
    Sets the value of the consecutive property.
    void setEditPage​(java.lang.String value)
    Sets the value of the editPage property.
    void setFirstRow​(java.lang.Boolean value)
    Sets the value of the firstRow property.
    void setHtmlFormat​(STHtmlFmt value)
    Sets the value of the htmlFormat property.
    void setHtmlTables​(java.lang.Boolean value)
    Sets the value of the htmlTables property.
    void setParent​(java.lang.Object parent)  
    void setParsePre​(java.lang.Boolean value)
    Sets the value of the parsePre property.
    void setPost​(java.lang.String value)
    Sets the value of the post property.
    void setSourceData​(java.lang.Boolean value)
    Sets the value of the sourceData property.
    void setTables​(CTTables value)
    Sets the value of the tables property.
    void setTextDates​(java.lang.Boolean value)
    Sets the value of the textDates property.
    void setUrl​(java.lang.String value)
    Sets the value of the url property.
    void setXl2000​(java.lang.Boolean value)
    Sets the value of the xl2000 property.
    void setXl97​(java.lang.Boolean value)
    Sets the value of the xl97 property.
    void setXml​(java.lang.Boolean value)
    Sets the value of the xml property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • tables

      protected CTTables 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

      protected STHtmlFmt htmlFormat
    • editPage

      protected java.lang.String editPage
  • Constructor Details

    • CTWebPr

      public CTWebPr()
  • Method Details

    • getTables

      public CTTables getTables()
      Gets the value of the tables property.
      Returns:
      possible object is CTTables
    • setTables

      public void setTables​(CTTables value)
      Sets the value of the tables property.
      Parameters:
      value - allowed object is CTTables
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 is String
    • 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 is String
    • 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 is Boolean
    • getHtmlFormat

      public STHtmlFmt getHtmlFormat()
      Gets the value of the htmlFormat property.
      Returns:
      possible object is STHtmlFmt
    • setHtmlFormat

      public void setHtmlFormat​(STHtmlFmt value)
      Sets the value of the htmlFormat property.
      Parameters:
      value - allowed object is STHtmlFmt
    • 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 is String
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.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.