Package org.xlsx4j.sml
Class CTWebPublishItem
java.lang.Object
org.xlsx4j.sml.CTWebPublishItem
- All Implemented Interfaces:
Child
Java class for CT_WebPublishItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_WebPublishItem">
<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="sourceType" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_WebSourceType" />
<attribute name="sourceRef" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Ref" />
<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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the destinationFile property.getDivId()Gets the value of the divId property.longgetId()Gets the value of the id property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the sourceObject property.Gets the value of the sourceRef property.Gets the value of the sourceType property.getTitle()Gets the value of the title property.booleanGets the value of the autoRepublish property.voidsetAutoRepublish(Boolean value) Sets the value of the autoRepublish property.voidsetDestinationFile(String value) Sets the value of the destinationFile property.voidSets the value of the divId property.voidsetId(long value) Sets the value of the id property.voidvoidsetSourceObject(String value) Sets the value of the sourceObject property.voidsetSourceRef(String value) Sets the value of the sourceRef property.voidsetSourceType(STWebSourceType value) Sets the value of the sourceType property.voidSets the value of the title property.
-
Field Details
-
id
protected long id -
divId
-
sourceType
-
sourceRef
-
sourceObject
-
destinationFile
-
title
-
autoRepublish
-
-
Constructor Details
-
CTWebPublishItem
public CTWebPublishItem()
-
-
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
Gets the value of the divId property.- Returns:
- possible object is
String
-
setDivId
Sets the value of the divId property.- Parameters:
value- allowed object isString
-
getSourceType
Gets the value of the sourceType property.- Returns:
- possible object is
STWebSourceType
-
setSourceType
Sets the value of the sourceType property.- Parameters:
value- allowed object isSTWebSourceType
-
getSourceRef
Gets the value of the sourceRef property.- Returns:
- possible object is
String
-
setSourceRef
Sets the value of the sourceRef property.- Parameters:
value- allowed object isString
-
getSourceObject
Gets the value of the sourceObject property.- Returns:
- possible object is
String
-
setSourceObject
Sets the value of the sourceObject property.- Parameters:
value- allowed object isString
-
getDestinationFile
Gets the value of the destinationFile property.- Returns:
- possible object is
String
-
setDestinationFile
Sets the value of the destinationFile property.- Parameters:
value- allowed object isString
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
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
Sets the value of the autoRepublish property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-