|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.xml.xslt.AnyType
org.plasma.xml.xslt.Key
public class Key
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 |
|---|
protected String match
protected String use
protected String name
| Constructor Detail |
|---|
public Key()
| Method Detail |
|---|
public String getMatch()
Stringpublic void setMatch(String value)
value - allowed object is
Stringpublic String getUse()
Stringpublic void setUse(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||