public class ActionDetail extends Object implements Serializable
Java class for ActionDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActionDetail"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Parameters" type="{http://atlasmap.io/v2}ActionParameters" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="custom" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="className" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="method" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="sourceType" type="{http://atlasmap.io/v2}FieldType" /> <attribute name="targetType" type="{http://atlasmap.io/v2}FieldType" /> <attribute name="sourceCollectionType" type="{http://atlasmap.io/v2}CollectionType" /> <attribute name="targetCollectionType" type="{http://atlasmap.io/v2}CollectionType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
className |
protected Boolean |
custom |
protected String |
method |
protected String |
name |
protected ActionParameters |
parameters |
protected CollectionType |
sourceCollectionType |
protected FieldType |
sourceType |
protected CollectionType |
targetCollectionType |
protected FieldType |
targetType |
Constructor and Description |
---|
ActionDetail() |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Gets the value of the className property.
|
String |
getMethod()
Gets the value of the method property.
|
String |
getName()
Gets the value of the name property.
|
ActionParameters |
getParameters()
Gets the value of the parameters property.
|
CollectionType |
getSourceCollectionType()
Gets the value of the sourceCollectionType property.
|
FieldType |
getSourceType()
Gets the value of the sourceType property.
|
CollectionType |
getTargetCollectionType()
Gets the value of the targetCollectionType property.
|
FieldType |
getTargetType()
Gets the value of the targetType property.
|
Boolean |
isCustom()
Gets the value of the custom property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setCustom(Boolean value)
Sets the value of the custom property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParameters(ActionParameters value)
Sets the value of the parameters property.
|
void |
setSourceCollectionType(CollectionType value)
Sets the value of the sourceCollectionType property.
|
void |
setSourceType(FieldType value)
Sets the value of the sourceType property.
|
void |
setTargetCollectionType(CollectionType value)
Sets the value of the targetCollectionType property.
|
void |
setTargetType(FieldType value)
Sets the value of the targetType property.
|
protected ActionParameters parameters
protected String name
protected Boolean custom
protected String className
protected String method
protected FieldType sourceType
protected FieldType targetType
protected CollectionType sourceCollectionType
protected CollectionType targetCollectionType
public ActionParameters getParameters()
ActionParameters
public void setParameters(ActionParameters value)
value
- allowed object is
ActionParameters
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Boolean isCustom()
Boolean
public void setCustom(Boolean value)
value
- allowed object is
Boolean
public String getClassName()
String
public void setClassName(String value)
value
- allowed object is
String
public String getMethod()
String
public void setMethod(String value)
value
- allowed object is
String
public FieldType getSourceType()
FieldType
public void setSourceType(FieldType value)
value
- allowed object is
FieldType
public FieldType getTargetType()
FieldType
public void setTargetType(FieldType value)
value
- allowed object is
FieldType
public CollectionType getSourceCollectionType()
CollectionType
public void setSourceCollectionType(CollectionType value)
value
- allowed object is
CollectionType
public CollectionType getTargetCollectionType()
CollectionType
public void setTargetCollectionType(CollectionType value)
value
- allowed object is
CollectionType
Copyright © 2018 JBoss by Red Hat. All rights reserved.