public abstract class NodeRewriteSpec extends Object
Java class for NodeRewriteSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NodeRewriteSpec"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> <attribute name="method" use="required" type="{http://textgrid.info/import}ReplaceMethod" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ReplaceMethod |
method |
protected QName |
name |
Constructor and Description |
---|
NodeRewriteSpec() |
Modifier and Type | Method and Description |
---|---|
ReplaceMethod |
getMethod()
Gets the value of the method property.
|
QName |
getName()
Gets the value of the name property.
|
void |
setMethod(ReplaceMethod value)
Sets the value of the method property.
|
void |
setName(QName value)
Sets the value of the name property.
|
protected QName name
protected ReplaceMethod method
public QName getName()
QName
public void setName(QName value)
value
- allowed object is
QName
public ReplaceMethod getMethod()
ReplaceMethod
public void setMethod(ReplaceMethod value)
value
- allowed object is
ReplaceMethod
Copyright © 2014 TextGrid. All Rights Reserved.