public class CTDdeItem extends Object implements Child
Java class for CT_DdeItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DdeItem"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="values" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_DdeValues" minOccurs="0"/> </sequence> <attribute name="name" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" default="0" /> <attribute name="ole" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="advise" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="preferPic" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
advise |
protected String |
name |
protected Boolean |
ole |
protected Boolean |
preferPic |
protected CTDdeValues |
values |
Constructor and Description |
---|
CTDdeItem() |
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 |
getName()
Gets the value of the name property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTDdeValues |
getValues()
Gets the value of the values property.
|
boolean |
isAdvise()
Gets the value of the advise property.
|
boolean |
isOle()
Gets the value of the ole property.
|
boolean |
isPreferPic()
Gets the value of the preferPic property.
|
void |
setAdvise(Boolean value)
Sets the value of the advise property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOle(Boolean value)
Sets the value of the ole property.
|
void |
setParent(Object parent) |
void |
setPreferPic(Boolean value)
Sets the value of the preferPic property.
|
void |
setValues(CTDdeValues value)
Sets the value of the values property.
|
protected CTDdeValues values
protected String name
protected Boolean ole
protected Boolean advise
protected Boolean preferPic
public CTDdeValues getValues()
CTDdeValues
public void setValues(CTDdeValues value)
value
- allowed object is
CTDdeValues
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isOle()
Boolean
public void setOle(Boolean value)
value
- allowed object is
Boolean
public boolean isAdvise()
Boolean
public void setAdvise(Boolean value)
value
- allowed object is
Boolean
public boolean isPreferPic()
Boolean
public void setPreferPic(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.