public class CustomAction 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="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="className" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="methodName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="inputFieldType" type="{http://atlasmap.io/v2}FieldType" /> <attribute name="outputFieldType" type="{http://atlasmap.io/v2}FieldType" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
className |
protected FieldType |
inputFieldType |
protected String |
methodName |
protected String |
name |
protected FieldType |
outputFieldType |
Constructor and Description |
---|
CustomAction() |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Gets the value of the className property.
|
FieldType |
getInputFieldType()
Gets the value of the inputFieldType property.
|
String |
getMethodName()
Gets the value of the methodName property.
|
String |
getName()
Gets the value of the name property.
|
FieldType |
getOutputFieldType()
Gets the value of the outputFieldType property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setInputFieldType(FieldType value)
Sets the value of the inputFieldType property.
|
void |
setMethodName(String value)
Sets the value of the methodName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOutputFieldType(FieldType value)
Sets the value of the outputFieldType property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName
protected String name
protected String className
protected String methodName
protected FieldType inputFieldType
protected FieldType outputFieldType
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getClassName()
String
public void setClassName(String value)
value
- allowed object is
String
public String getMethodName()
String
public void setMethodName(String value)
value
- allowed object is
String
public FieldType getInputFieldType()
FieldType
public void setInputFieldType(FieldType value)
value
- allowed object is
FieldType
public FieldType getOutputFieldType()
FieldType
Copyright © 2018 JBoss by Red Hat. All rights reserved.