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>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
autoRepublish |
protected String |
destinationFile |
protected String |
divId |
protected long |
id |
protected String |
sourceObject |
protected String |
title |
Constructor and Description |
---|
CTWebPublishObject() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getDestinationFile()
Gets the value of the destinationFile property.
|
String |
getDivId()
Gets the value of the divId property.
|
long |
getId()
Gets the value of the id property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getSourceObject()
Gets the value of the sourceObject property.
|
String |
getTitle()
Gets the value of the title property.
|
boolean |
isAutoRepublish()
Gets the value of the autoRepublish property.
|
void |
setAutoRepublish(Boolean value)
Sets the value of the autoRepublish property.
|
void |
setDestinationFile(String value)
Sets the value of the destinationFile property.
|
void |
setDivId(String value)
Sets the value of the divId property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setParent(Object parent) |
void |
setSourceObject(String value)
Sets the value of the sourceObject property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected long id
protected String divId
protected String sourceObject
protected String destinationFile
protected String title
protected Boolean autoRepublish
public long getId()
public void setId(long value)
public String getDivId()
String
public void setDivId(String value)
value
- allowed object is
String
public String getSourceObject()
String
public void setSourceObject(String value)
value
- allowed object is
String
public String getDestinationFile()
String
public void setDestinationFile(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public boolean isAutoRepublish()
Boolean
public void setAutoRepublish(Boolean value)
value
- allowed object is
Boolean
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.