| java.lang.Object | |
| ↳ | com.microsoft.schemas.xrm._2011.contracts.OrganizationResponse |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| responseName | |||||||||||
| results | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the responseName property.
| |||||||||||
Gets the value of the results property.
| |||||||||||
Sets the value of the responseName property.
| |||||||||||
Sets the value of the results property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the responseName property.
Gets the value of the results property.
ParameterCollection
Sets the value of the responseName property.
| value | Allowed object is String |
|---|
Sets the value of the results property.
| value | Allowed object is
ParameterCollection
|
|---|