Package org.xlsx4j.sml
Class CTWebPublishObject
java.lang.Object
org.xlsx4j.sml.CTWebPublishObject
- All Implemented Interfaces:
Child
public class CTWebPublishObject extends java.lang.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 Summary
Fields Modifier and Type Field Description protected java.lang.BooleanautoRepublishprotected java.lang.StringdestinationFileprotected java.lang.StringdivIdprotected longidprotected java.lang.StringsourceObjectprotected java.lang.Stringtitle -
Constructor Summary
Constructors Constructor Description CTWebPublishObject() -
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.StringgetDestinationFile()Gets the value of the destinationFile property.java.lang.StringgetDivId()Gets the value of the divId property.longgetId()Gets the value of the id property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetSourceObject()Gets the value of the sourceObject property.java.lang.StringgetTitle()Gets the value of the title property.booleanisAutoRepublish()Gets the value of the autoRepublish property.voidsetAutoRepublish(java.lang.Boolean value)Sets the value of the autoRepublish property.voidsetDestinationFile(java.lang.String value)Sets the value of the destinationFile property.voidsetDivId(java.lang.String value)Sets the value of the divId property.voidsetId(long value)Sets the value of the id property.voidsetParent(java.lang.Object parent)voidsetSourceObject(java.lang.String value)Sets the value of the sourceObject property.voidsetTitle(java.lang.String value)Sets the value of the title property.
-
Field Details
-
id
protected long id -
divId
protected java.lang.String divId -
sourceObject
protected java.lang.String sourceObject -
destinationFile
protected java.lang.String destinationFile -
title
protected java.lang.String title -
autoRepublish
protected java.lang.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 java.lang.String getDivId()Gets the value of the divId property.- Returns:
- possible object is
String
-
setDivId
public void setDivId(java.lang.String value)Sets the value of the divId property.- Parameters:
value- allowed object isString
-
getSourceObject
public java.lang.String getSourceObject()Gets the value of the sourceObject property.- Returns:
- possible object is
String
-
setSourceObject
public void setSourceObject(java.lang.String value)Sets the value of the sourceObject property.- Parameters:
value- allowed object isString
-
getDestinationFile
public java.lang.String getDestinationFile()Gets the value of the destinationFile property.- Returns:
- possible object is
String
-
setDestinationFile
public void setDestinationFile(java.lang.String value)Sets the value of the destinationFile property.- Parameters:
value- allowed object isString
-
getTitle
public java.lang.String getTitle()Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(java.lang.String value)Sets the value of the title property.- Parameters:
value- allowed object isString
-
isAutoRepublish
public boolean isAutoRepublish()Gets the value of the autoRepublish property.- Returns:
- possible object is
Boolean
-
setAutoRepublish
public void setAutoRepublish(java.lang.Boolean value)Sets the value of the autoRepublish property.- Parameters:
value- allowed object isBoolean
-
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.
-