public class SubStringAfter 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="startIndex" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="endIndex" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="match" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
endIndex |
protected String |
match |
protected Integer |
startIndex |
Constructor and Description |
---|
SubStringAfter() |
Modifier and Type | Method and Description |
---|---|
Integer |
getEndIndex()
Gets the value of the endIndex property.
|
String |
getMatch()
Gets the value of the match property.
|
Integer |
getStartIndex()
Gets the value of the startIndex property.
|
void |
setEndIndex(Integer value)
Sets the value of the endIndex property.
|
void |
setMatch(String value)
Sets the value of the match property.
|
void |
setStartIndex(Integer value)
Sets the value of the startIndex property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName
protected Integer startIndex
protected Integer endIndex
protected String match
public Integer getStartIndex()
Integer
public void setStartIndex(Integer value)
value
- allowed object is
Integer
public Integer getEndIndex()
Integer
public void setEndIndex(Integer value)
value
- allowed object is
Integer
public String getMatch()
String
Copyright © 2018 JBoss by Red Hat. All rights reserved.