public class CTWebPublishItem extends java.lang.Object implements 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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
autoRepublish |
protected java.lang.String |
destinationFile |
protected java.lang.String |
divId |
protected long |
id |
protected java.lang.String |
sourceObject |
protected java.lang.String |
sourceRef |
protected STWebSourceType |
sourceType |
protected java.lang.String |
title |
| Constructor and Description |
|---|
CTWebPublishItem() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String |
getDestinationFile()
Gets the value of the destinationFile property.
|
java.lang.String |
getDivId()
Gets the value of the divId property.
|
long |
getId()
Gets the value of the id property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getSourceObject()
Gets the value of the sourceObject property.
|
java.lang.String |
getSourceRef()
Gets the value of the sourceRef property.
|
STWebSourceType |
getSourceType()
Gets the value of the sourceType property.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
boolean |
isAutoRepublish()
Gets the value of the autoRepublish property.
|
void |
setAutoRepublish(java.lang.Boolean value)
Sets the value of the autoRepublish property.
|
void |
setDestinationFile(java.lang.String value)
Sets the value of the destinationFile property.
|
void |
setDivId(java.lang.String value)
Sets the value of the divId property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setParent(java.lang.Object parent) |
void |
setSourceObject(java.lang.String value)
Sets the value of the sourceObject property.
|
void |
setSourceRef(java.lang.String value)
Sets the value of the sourceRef property.
|
void |
setSourceType(STWebSourceType value)
Sets the value of the sourceType property.
|
void |
setTitle(java.lang.String value)
Sets the value of the title property.
|
protected long id
protected java.lang.String divId
protected STWebSourceType sourceType
protected java.lang.String sourceRef
protected java.lang.String sourceObject
protected java.lang.String destinationFile
protected java.lang.String title
protected java.lang.Boolean autoRepublish
public long getId()
public void setId(long value)
public java.lang.String getDivId()
Stringpublic void setDivId(java.lang.String value)
value - allowed object is
Stringpublic STWebSourceType getSourceType()
STWebSourceTypepublic void setSourceType(STWebSourceType value)
value - allowed object is
STWebSourceTypepublic java.lang.String getSourceRef()
Stringpublic void setSourceRef(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSourceObject()
Stringpublic void setSourceObject(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDestinationFile()
Stringpublic void setDestinationFile(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic boolean isAutoRepublish()
Booleanpublic void setAutoRepublish(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.