public class ValidationAction extends Object
Java class for ValidationAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationAction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ValidationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ValidationOptions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ValidationOption" type="{http://exacttarget.com/wsdl/partnerAPI}APIProperty" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidationAction.ValidationOptions
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ValidationAction.ValidationOptions |
validationOptions |
protected String |
validationType |
| Constructor and Description |
|---|
ValidationAction() |
| Modifier and Type | Method and Description |
|---|---|
ValidationAction.ValidationOptions |
getValidationOptions()
Gets the value of the validationOptions property.
|
String |
getValidationType()
Gets the value of the validationType property.
|
void |
setValidationOptions(ValidationAction.ValidationOptions value)
Sets the value of the validationOptions property.
|
void |
setValidationType(String value)
Sets the value of the validationType property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String validationType
protected ValidationAction.ValidationOptions validationOptions
public String getValidationType()
Stringpublic void setValidationType(String value)
value - allowed object is
Stringpublic ValidationAction.ValidationOptions getValidationOptions()
ValidationAction.ValidationOptionspublic void setValidationOptions(ValidationAction.ValidationOptions value)
value - allowed object is
ValidationAction.ValidationOptionsCopyright © 2017. All rights reserved.