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