public class CTExternalData
extends java.lang.Object
Java class for CT_ExternalData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ExternalData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id use="required""/>
<attribute name="autoUpdate" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
autoUpdate |
protected java.lang.String |
id |
| Constructor and Description |
|---|
CTExternalData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.Boolean |
isAutoUpdate()
Gets the value of the autoUpdate property.
|
void |
setAutoUpdate(java.lang.Boolean value)
Sets the value of the autoUpdate property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isAutoUpdate()
Booleanpublic void setAutoUpdate(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2007–2025. All rights reserved.