public class

OrganizationResponse

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.contracts.OrganizationResponse

Class Overview

Java class for OrganizationResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OrganizationResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ResponseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Results" type="{http://schemas.microsoft.com/xrm/2011/Contracts}ParameterCollection" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String responseName
protected ParameterCollection results
Public Constructors
OrganizationResponse()
Public Methods
String getResponseName()
Gets the value of the responseName property.
ParameterCollection getResults()
Gets the value of the results property.
void setResponseName(String value)
Sets the value of the responseName property.
void setResults(ParameterCollection value)
Sets the value of the results property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String responseName

protected ParameterCollection results

Public Constructors

public OrganizationResponse ()

Public Methods

public String getResponseName ()

Gets the value of the responseName property.

Returns
  • possible object is String

public ParameterCollection getResults ()

Gets the value of the results property.

Returns

public void setResponseName (String value)

Sets the value of the responseName property.

Parameters
value Allowed object is String

public void setResults (ParameterCollection value)

Sets the value of the results property.

Parameters
value Allowed object is ParameterCollection