public class

SecurityProviderEnumerateGlobalPropertiesResponse

extends Object
java.lang.Object
   ↳ org.sunsystems.ssc.securityprovider.definition.SecurityProviderEnumerateGlobalPropertiesResponse

Class Overview

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="response" type="{http://systemsunion.com/connect/webservices/}ArrayOfString" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfString response
Public Constructors
SecurityProviderEnumerateGlobalPropertiesResponse()
Public Methods
ArrayOfString getResponse()
Gets the value of the response property.
void setResponse(ArrayOfString value)
Sets the value of the response property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfString response

Public Constructors

public SecurityProviderEnumerateGlobalPropertiesResponse ()

Public Methods

public ArrayOfString getResponse ()

Gets the value of the response property.

Returns

public void setResponse (ArrayOfString value)

Sets the value of the response property.

Parameters
value Allowed object is ArrayOfString