public class ImportDefinitionColumnBasedAction extends Object
Java class for ImportDefinitionColumnBasedAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImportDefinitionColumnBasedAction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Action" type="{http://exacttarget.com/wsdl/partnerAPI}ImportDefinitionColumnBasedActionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ImportDefinitionColumnBasedActionType |
action |
protected String |
value |
| Constructor and Description |
|---|
ImportDefinitionColumnBasedAction() |
| Modifier and Type | Method and Description |
|---|---|
ImportDefinitionColumnBasedActionType |
getAction()
Gets the value of the action property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setAction(ImportDefinitionColumnBasedActionType value)
Sets the value of the action property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String value
protected ImportDefinitionColumnBasedActionType action
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic ImportDefinitionColumnBasedActionType getAction()
ImportDefinitionColumnBasedActionTypepublic void setAction(ImportDefinitionColumnBasedActionType value)
value - allowed object is
ImportDefinitionColumnBasedActionTypeCopyright © 2017. All rights reserved.