public class

OrganizationResources

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.crm._2011.contracts.OrganizationResources

Class Overview

Java class for OrganizationResources complex type.

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

 <complexType name="OrganizationResources">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CurrentNumberOfActiveUsers" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="CurrentNumberOfCustomEntities" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="CurrentNumberOfNonInteractiveUsers" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="CurrentNumberOfPublishedWorkflows" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="CurrentStorage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="MaxNumberOfActiveUsers" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="MaxNumberOfCustomEntities" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="MaxNumberOfNonInteractiveUsers" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="MaxNumberOfPublishedWorkflows" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="MaxStorage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Integer currentNumberOfActiveUsers
protected Integer currentNumberOfCustomEntities
protected Integer currentNumberOfNonInteractiveUsers
protected Integer currentNumberOfPublishedWorkflows
protected Integer currentStorage
protected Integer maxNumberOfActiveUsers
protected Integer maxNumberOfCustomEntities
protected Integer maxNumberOfNonInteractiveUsers
protected Integer maxNumberOfPublishedWorkflows
protected Integer maxStorage
Public Constructors
OrganizationResources()
Public Methods
Integer getCurrentNumberOfActiveUsers()
Gets the value of the currentNumberOfActiveUsers property.
Integer getCurrentNumberOfCustomEntities()
Gets the value of the currentNumberOfCustomEntities property.
Integer getCurrentNumberOfNonInteractiveUsers()
Gets the value of the currentNumberOfNonInteractiveUsers property.
Integer getCurrentNumberOfPublishedWorkflows()
Gets the value of the currentNumberOfPublishedWorkflows property.
Integer getCurrentStorage()
Gets the value of the currentStorage property.
Integer getMaxNumberOfActiveUsers()
Gets the value of the maxNumberOfActiveUsers property.
Integer getMaxNumberOfCustomEntities()
Gets the value of the maxNumberOfCustomEntities property.
Integer getMaxNumberOfNonInteractiveUsers()
Gets the value of the maxNumberOfNonInteractiveUsers property.
Integer getMaxNumberOfPublishedWorkflows()
Gets the value of the maxNumberOfPublishedWorkflows property.
Integer getMaxStorage()
Gets the value of the maxStorage property.
void setCurrentNumberOfActiveUsers(Integer value)
Sets the value of the currentNumberOfActiveUsers property.
void setCurrentNumberOfCustomEntities(Integer value)
Sets the value of the currentNumberOfCustomEntities property.
void setCurrentNumberOfNonInteractiveUsers(Integer value)
Sets the value of the currentNumberOfNonInteractiveUsers property.
void setCurrentNumberOfPublishedWorkflows(Integer value)
Sets the value of the currentNumberOfPublishedWorkflows property.
void setCurrentStorage(Integer value)
Sets the value of the currentStorage property.
void setMaxNumberOfActiveUsers(Integer value)
Sets the value of the maxNumberOfActiveUsers property.
void setMaxNumberOfCustomEntities(Integer value)
Sets the value of the maxNumberOfCustomEntities property.
void setMaxNumberOfNonInteractiveUsers(Integer value)
Sets the value of the maxNumberOfNonInteractiveUsers property.
void setMaxNumberOfPublishedWorkflows(Integer value)
Sets the value of the maxNumberOfPublishedWorkflows property.
void setMaxStorage(Integer value)
Sets the value of the maxStorage property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Integer currentNumberOfActiveUsers

protected Integer currentNumberOfCustomEntities

protected Integer currentNumberOfNonInteractiveUsers

protected Integer currentNumberOfPublishedWorkflows

protected Integer currentStorage

protected Integer maxNumberOfActiveUsers

protected Integer maxNumberOfCustomEntities

protected Integer maxNumberOfNonInteractiveUsers

protected Integer maxNumberOfPublishedWorkflows

protected Integer maxStorage

Public Constructors

public OrganizationResources ()

Public Methods

public Integer getCurrentNumberOfActiveUsers ()

Gets the value of the currentNumberOfActiveUsers property.

Returns
  • possible object is Integer

public Integer getCurrentNumberOfCustomEntities ()

Gets the value of the currentNumberOfCustomEntities property.

Returns
  • possible object is Integer

public Integer getCurrentNumberOfNonInteractiveUsers ()

Gets the value of the currentNumberOfNonInteractiveUsers property.

Returns
  • possible object is Integer

public Integer getCurrentNumberOfPublishedWorkflows ()

Gets the value of the currentNumberOfPublishedWorkflows property.

Returns
  • possible object is Integer

public Integer getCurrentStorage ()

Gets the value of the currentStorage property.

Returns
  • possible object is Integer

public Integer getMaxNumberOfActiveUsers ()

Gets the value of the maxNumberOfActiveUsers property.

Returns
  • possible object is Integer

public Integer getMaxNumberOfCustomEntities ()

Gets the value of the maxNumberOfCustomEntities property.

Returns
  • possible object is Integer

public Integer getMaxNumberOfNonInteractiveUsers ()

Gets the value of the maxNumberOfNonInteractiveUsers property.

Returns
  • possible object is Integer

public Integer getMaxNumberOfPublishedWorkflows ()

Gets the value of the maxNumberOfPublishedWorkflows property.

Returns
  • possible object is Integer

public Integer getMaxStorage ()

Gets the value of the maxStorage property.

Returns
  • possible object is Integer

public void setCurrentNumberOfActiveUsers (Integer value)

Sets the value of the currentNumberOfActiveUsers property.

Parameters
value Allowed object is Integer

public void setCurrentNumberOfCustomEntities (Integer value)

Sets the value of the currentNumberOfCustomEntities property.

Parameters
value Allowed object is Integer

public void setCurrentNumberOfNonInteractiveUsers (Integer value)

Sets the value of the currentNumberOfNonInteractiveUsers property.

Parameters
value Allowed object is Integer

public void setCurrentNumberOfPublishedWorkflows (Integer value)

Sets the value of the currentNumberOfPublishedWorkflows property.

Parameters
value Allowed object is Integer

public void setCurrentStorage (Integer value)

Sets the value of the currentStorage property.

Parameters
value Allowed object is Integer

public void setMaxNumberOfActiveUsers (Integer value)

Sets the value of the maxNumberOfActiveUsers property.

Parameters
value Allowed object is Integer

public void setMaxNumberOfCustomEntities (Integer value)

Sets the value of the maxNumberOfCustomEntities property.

Parameters
value Allowed object is Integer

public void setMaxNumberOfNonInteractiveUsers (Integer value)

Sets the value of the maxNumberOfNonInteractiveUsers property.

Parameters
value Allowed object is Integer

public void setMaxNumberOfPublishedWorkflows (Integer value)

Sets the value of the maxNumberOfPublishedWorkflows property.

Parameters
value Allowed object is Integer

public void setMaxStorage (Integer value)

Sets the value of the maxStorage property.

Parameters
value Allowed object is Integer