public class Mapping extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}signature"/>
<element ref="{}pattern"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
pattern |
protected String |
signature |
| Constructor and Description |
|---|
Mapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPattern()
Gets the value of the pattern property.
|
String |
getSignature()
Gets the value of the signature property.
|
void |
setPattern(String value)
Sets the value of the pattern property.
|
void |
setSignature(String value)
Sets the value of the signature property.
|
public String getSignature()
Stringpublic void setSignature(String value)
value - allowed object is
Stringpublic String getPattern()
StringCopyright © 2014. All rights reserved.