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