info.textgrid._import
Class NodeRewriteSpec

java.lang.Object
  extended by info.textgrid._import.NodeRewriteSpec
Direct Known Subclasses:
ElementSpec, ElementSpec.Attribute, XmlConfiguration.ProcessingInstruction

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>
 


Field Summary
Modifier and Type Field and Description
protected  ReplaceMethod method
           
protected  QName name
           
 
Constructor Summary
Constructor and Description
NodeRewriteSpec()
           
 
Method Summary
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

name

protected QName name

method

protected ReplaceMethod method
Constructor Detail

NodeRewriteSpec

public NodeRewriteSpec()
Method Detail

getName

public QName getName()
Gets the value of the name property.

Returns:
possible object is QName

setName

public void setName(QName value)
Sets the value of the name property.

Parameters:
value - allowed object is QName

getMethod

public ReplaceMethod getMethod()
Gets the value of the method property.

Returns:
possible object is ReplaceMethod

setMethod

public void setMethod(ReplaceMethod value)
Sets the value of the method property.

Parameters:
value - allowed object is ReplaceMethod


Copyright © 2012 TextGrid. All Rights Reserved.