public class ReplaceAll extends Action implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://atlasmap.io/v2}Action"> <attribute name="match" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="newString" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
match |
protected String |
newString |
Constructor and Description |
---|
ReplaceAll() |
Modifier and Type | Method and Description |
---|---|
String |
getMatch()
Gets the value of the match property.
|
String |
getNewString()
Gets the value of the newString property.
|
void |
setMatch(String value)
Sets the value of the match property.
|
void |
setNewString(String value)
Sets the value of the newString property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName
public String getMatch()
String
public void setMatch(String value)
value
- allowed object is
String
public String getNewString()
String
Copyright © 2018 JBoss by Red Hat. All rights reserved.