|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.textgrid._import.NodeRewriteSpec
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected QName name
protected ReplaceMethod method
Constructor Detail |
---|
public NodeRewriteSpec()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |