public class

AuditPartitionDetail

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

Class Overview

Java class for AuditPartitionDetail complex type.

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

 <complexType name="AuditPartitionDetail">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="PartitionNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Size" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar endDate
protected Integer partitionNumber
protected Long size
protected XMLGregorianCalendar startDate
Public Constructors
AuditPartitionDetail()
Public Methods
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
Integer getPartitionNumber()
Gets the value of the partitionNumber property.
Long getSize()
Gets the value of the size property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setPartitionNumber(Integer value)
Sets the value of the partitionNumber property.
void setSize(Long value)
Sets the value of the size property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar endDate

protected Integer partitionNumber

protected Long size

protected XMLGregorianCalendar startDate

Public Constructors

public AuditPartitionDetail ()

Public Methods

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public Integer getPartitionNumber ()

Gets the value of the partitionNumber property.

Returns
  • possible object is Integer

public Long getSize ()

Gets the value of the size property.

Returns
  • possible object is Long

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPartitionNumber (Integer value)

Sets the value of the partitionNumber property.

Parameters
value Allowed object is Integer

public void setSize (Long value)

Sets the value of the size property.

Parameters
value Allowed object is Long

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar