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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
match |
protected String |
name |
protected String |
use |
| Constructor and Description |
|---|
Key() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getOtherAttributespublic 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()
StringCopyright © 2017. All rights reserved.