public class CTSmartTagType extends Object implements Child
Java class for CT_SmartTagType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SmartTagType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="namespaceuri" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
<attribute name="name" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
<attribute name="url" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
namespaceuri |
protected String |
url |
| Constructor and Description |
|---|
CTSmartTagType() |
| 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.
|
String |
getNamespaceuri()
Gets the value of the namespaceuri property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNamespaceuri(String value)
Sets the value of the namespaceuri property.
|
void |
setParent(Object parent) |
void |
setUrl(String value)
Sets the value of the url property.
|
protected String namespaceuri
protected String name
protected String url
public String getNamespaceuri()
Stringpublic void setNamespaceuri(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(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-2022. All Rights Reserved.