Class CTWebPublishObject

java.lang.Object
org.xlsx4j.sml.CTWebPublishObject
All Implemented Interfaces:
Child

public class CTWebPublishObject extends Object implements Child

Java class for CT_WebPublishObject complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_WebPublishObject">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="divId" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="sourceObject" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="destinationFile" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="title" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="autoRepublish" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • id

      protected long id
    • divId

      protected String divId
    • sourceObject

      protected String sourceObject
    • destinationFile

      protected String destinationFile
    • title

      protected String title
    • autoRepublish

      protected Boolean autoRepublish
  • Constructor Details

    • CTWebPublishObject

      public CTWebPublishObject()
  • Method Details

    • getId

      public long getId()
      Gets the value of the id property.
    • setId

      public void setId(long value)
      Sets the value of the id property.
    • getDivId

      public String getDivId()
      Gets the value of the divId property.
      Returns:
      possible object is String
    • setDivId

      public void setDivId(String value)
      Sets the value of the divId property.
      Parameters:
      value - allowed object is String
    • getSourceObject

      public String getSourceObject()
      Gets the value of the sourceObject property.
      Returns:
      possible object is String
    • setSourceObject

      public void setSourceObject(String value)
      Sets the value of the sourceObject property.
      Parameters:
      value - allowed object is String
    • getDestinationFile

      public String getDestinationFile()
      Gets the value of the destinationFile property.
      Returns:
      possible object is String
    • setDestinationFile

      public void setDestinationFile(String value)
      Sets the value of the destinationFile property.
      Parameters:
      value - allowed object is String
    • getTitle

      public String getTitle()
      Gets the value of the title property.
      Returns:
      possible object is String
    • setTitle

      public void setTitle(String value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is String
    • isAutoRepublish

      public boolean isAutoRepublish()
      Gets the value of the autoRepublish property.
      Returns:
      possible object is Boolean
    • setAutoRepublish

      public void setAutoRepublish(Boolean value)
      Sets the value of the autoRepublish property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public 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(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.