public class

ColumnSet

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean allColumns
protected ArrayOfstring columns
Public Constructors
ColumnSet()
Public Methods
ArrayOfstring getColumns()
Gets the value of the columns property.
Boolean isAllColumns()
Gets the value of the allColumns property.
void setAllColumns(Boolean value)
Sets the value of the allColumns property.
void setColumns(ArrayOfstring value)
Sets the value of the columns property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean allColumns

protected ArrayOfstring columns

Public Constructors

public ColumnSet ()

Public Methods

public ArrayOfstring getColumns ()

Gets the value of the columns property.

Returns

public Boolean isAllColumns ()

Gets the value of the allColumns property.

Returns
  • possible object is Boolean

public void setAllColumns (Boolean value)

Sets the value of the allColumns property.

Parameters
value Allowed object is Boolean

public void setColumns (ArrayOfstring value)

Sets the value of the columns property.

Parameters
value Allowed object is ArrayOfstring