public class

ProgressInfo

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.content.ProgressInfo

Class Overview

Java class for ProgressInfo complex type.

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

 <complexType name="ProgressInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="providerName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="maximum" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="minimum" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="progress" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="stepName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="stepNumber" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="indeterminate" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="fileName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String fileName
protected boolean indeterminate
protected int maximum
protected int minimum
protected int progress
protected String providerName
protected String stepName
protected int stepNumber
Public Constructors
ProgressInfo()
Public Methods
String getFileName()
Gets the value of the fileName property.
int getMaximum()
Gets the value of the maximum property.
int getMinimum()
Gets the value of the minimum property.
int getProgress()
Gets the value of the progress property.
String getProviderName()
Gets the value of the providerName property.
String getStepName()
Gets the value of the stepName property.
int getStepNumber()
Gets the value of the stepNumber property.
boolean isIndeterminate()
Gets the value of the indeterminate property.
void setFileName(String value)
Sets the value of the fileName property.
void setIndeterminate(boolean value)
Sets the value of the indeterminate property.
void setMaximum(int value)
Sets the value of the maximum property.
void setMinimum(int value)
Sets the value of the minimum property.
void setProgress(int value)
Sets the value of the progress property.
void setProviderName(String value)
Sets the value of the providerName property.
void setStepName(String value)
Sets the value of the stepName property.
void setStepNumber(int value)
Sets the value of the stepNumber property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String fileName

protected boolean indeterminate

protected int maximum

protected int minimum

protected int progress

protected String providerName

protected String stepName

protected int stepNumber

Public Constructors

public ProgressInfo ()

Public Methods

public String getFileName ()

Gets the value of the fileName property.

Returns
  • possible object is String

public int getMaximum ()

Gets the value of the maximum property.

public int getMinimum ()

Gets the value of the minimum property.

public int getProgress ()

Gets the value of the progress property.

public String getProviderName ()

Gets the value of the providerName property.

Returns
  • possible object is String

public String getStepName ()

Gets the value of the stepName property.

Returns
  • possible object is String

public int getStepNumber ()

Gets the value of the stepNumber property.

public boolean isIndeterminate ()

Gets the value of the indeterminate property.

public void setFileName (String value)

Sets the value of the fileName property.

Parameters
value Allowed object is String

public void setIndeterminate (boolean value)

Sets the value of the indeterminate property.

Parameters
value

public void setMaximum (int value)

Sets the value of the maximum property.

Parameters
value

public void setMinimum (int value)

Sets the value of the minimum property.

Parameters
value

public void setProgress (int value)

Sets the value of the progress property.

Parameters
value

public void setProviderName (String value)

Sets the value of the providerName property.

Parameters
value Allowed object is String

public void setStepName (String value)

Sets the value of the stepName property.

Parameters
value Allowed object is String

public void setStepNumber (int value)

Sets the value of the stepNumber property.

Parameters
value