public class IsSMTPHostConfiguredResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IsSMTPHostConfiguredResult" type="{http://Checkmarx.com}CxWSResponseBool" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseBool |
isSMTPHostConfiguredResult |
| Constructor and Description |
|---|
IsSMTPHostConfiguredResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseBool |
getIsSMTPHostConfiguredResult()
Gets the value of the isSMTPHostConfiguredResult property.
|
void |
setIsSMTPHostConfiguredResult(CxWSResponseBool value)
Sets the value of the isSMTPHostConfiguredResult property.
|
protected CxWSResponseBool isSMTPHostConfiguredResult
public CxWSResponseBool getIsSMTPHostConfiguredResult()
CxWSResponseBoolpublic void setIsSMTPHostConfiguredResult(CxWSResponseBool value)
value - allowed object is
CxWSResponseBoolCopyright © 2020. All rights reserved.