public class CTOfficeArtExtension extends Object implements Child
Java class for CT_OfficeArtExtension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_OfficeArtExtension">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax'/>
</sequence>
<attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
any |
protected String |
uri |
| Constructor and Description |
|---|
CTOfficeArtExtension() |
| 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.
|
Object |
getAny()
Gets the value of the any property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getUri()
Gets the value of the uri property.
|
void |
setAny(Object value)
Sets the value of the any property.
|
void |
setParent(Object parent) |
void |
setUri(String value)
Sets the value of the uri property.
|
public Object getAny()
public void setAny(Object value)
public String getUri()
Stringpublic void setUri(String value)
value - allowed object is
Stringpublic 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-2020. All Rights Reserved.