| java.lang.Object | |
| ↳ | com.microsoft.schemas.xrm._2011.contracts.ColumnSet |
Java class for ColumnSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColumnSet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AllColumns" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Columns" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allColumns | |||||||||||
| columns | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the columns property.
| |||||||||||
Gets the value of the allColumns property.
| |||||||||||
Sets the value of the allColumns property.
| |||||||||||
Sets the value of the columns property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the columns property.
ArrayOfstring
Gets the value of the allColumns property.
Sets the value of the allColumns property.
| value | Allowed object is Boolean |
|---|
Sets the value of the columns property.
| value | Allowed object is
ArrayOfstring
|
|---|