public class GetAvailableContactIndicatorsResponse extends Object
Java class for getAvailableContactIndicatorsResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getAvailableContactIndicatorsResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AvailableContactIndicatorResult" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}availableContactIndicatorResult" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AvailableContactIndicatorResult |
availableContactIndicatorResult |
Constructor and Description |
---|
GetAvailableContactIndicatorsResponse() |
Modifier and Type | Method and Description |
---|---|
AvailableContactIndicatorResult |
getAvailableContactIndicatorResult()
Gets the value of the availableContactIndicatorResult property.
|
void |
setAvailableContactIndicatorResult(AvailableContactIndicatorResult value)
Sets the value of the availableContactIndicatorResult property.
|
protected AvailableContactIndicatorResult availableContactIndicatorResult
public GetAvailableContactIndicatorsResponse()
public AvailableContactIndicatorResult getAvailableContactIndicatorResult()
AvailableContactIndicatorResult
public void setAvailableContactIndicatorResult(AvailableContactIndicatorResult value)
value
- allowed object is
AvailableContactIndicatorResult
Copyright © 2021. All rights reserved.