org.plasma.xml.xslt
Class Key

java.lang.Object
  extended by org.plasma.xml.xslt.AnyType
      extended by org.plasma.xml.xslt.Key

public class Key
extends AnyType

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://www.w3.org/1999/XSL/Transform}anyType">
       <attGroup ref="{http://www.w3.org/1999/XSL/Transform}name"/>
       <attribute name="match" use="required" type="{http://www.w3.org/1999/XSL/Transform}pattern" />
       <attribute name="use" use="required" type="{http://www.w3.org/1999/XSL/Transform}expression" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String match
           
protected  String name
           
protected  String use
           
 
Constructor Summary
Key()
           
 
Method Summary
 String getMatch()
          Gets the value of the match property.
 String getName()
          Gets the value of the name property.
 String getUse()
          Gets the value of the use property.
 void setMatch(String value)
          Sets the value of the match property.
 void setName(String value)
          Sets the value of the name property.
 void setUse(String value)
          Sets the value of the use property.
 
Methods inherited from class org.plasma.xml.xslt.AnyType
getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

match

protected String match

use

protected String use

name

protected String name
Constructor Detail

Key

public Key()
Method Detail

getMatch

public String getMatch()
Gets the value of the match property.

Returns:
possible object is String

setMatch

public void setMatch(String value)
Sets the value of the match property.

Parameters:
value - allowed object is String

getUse

public String getUse()
Gets the value of the use property.

Returns:
possible object is String

setUse

public void setUse(String value)
Sets the value of the use property.

Parameters:
value - allowed object is String

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String


Copyright © 2013. All rights reserved.