public class CustomXmlProperty
extends java.lang.Object
implements java.lang.Cloneable
To learn more, visit the Structured Document Tags or Content Control documentation article.
Used as an item of a CustomXmlPropertyCollection collection.
| Constructor and Description |
|---|
CustomXmlProperty(java.lang.String name,
java.lang.String uri,
java.lang.String value)
Initializes a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Specifies the name of the custom XML attribute or smart tag property.
|
java.lang.String |
getUri()
Gets the namespace URI of the custom XML attribute or smart tag property.
|
java.lang.String |
getValue()
Gets the value of the custom XML attribute or smart tag property.
|
protected java.lang.Object |
memberwiseClone() |
void |
setUri(java.lang.String value)
Sets the namespace URI of the custom XML attribute or smart tag property.
|
void |
setValue(java.lang.String value)
Sets the value of the custom XML attribute or smart tag property.
|
public CustomXmlProperty(java.lang.String name,
java.lang.String uri,
java.lang.String value)
name - The name of the property. Cannot be null.uri - The namespace URI of the property. Cannot be null.value - The value of the property. Cannot be null.public java.lang.String getName()
Cannot be null.
Default is empty string.
String value.public java.lang.String getUri()
Cannot be null.
Default is empty string.
public void setUri(java.lang.String value)
Cannot be null.
Default is empty string.
value - The namespace URI of the custom XML attribute or smart tag property.public java.lang.String getValue()
Cannot be null.
Default is empty string.
public void setValue(java.lang.String value)
Cannot be null.
Default is empty string.
value - The value of the custom XML attribute or smart tag property.protected java.lang.Object memberwiseClone()