public class CTOleItem extends Object implements Child
Java class for CT_OleItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_OleItem"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" /> <attribute name="icon" 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 Boolean |
icon |
protected String |
name |
protected Boolean |
preferPic |
Constructor and Description |
---|
CTOleItem() |
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.
|
boolean |
isAdvise()
Gets the value of the advise property.
|
boolean |
isIcon()
Gets the value of the icon property.
|
boolean |
isPreferPic()
Gets the value of the preferPic property.
|
void |
setAdvise(Boolean value)
Sets the value of the advise property.
|
void |
setIcon(Boolean value)
Sets the value of the icon property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
void |
setPreferPic(Boolean value)
Sets the value of the preferPic property.
|
protected String name
protected Boolean icon
protected Boolean advise
protected Boolean preferPic
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isIcon()
Boolean
public void setIcon(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.