public class RepositoryMigrationReportXto extends Object
Java class for RepositoryMigrationReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RepositoryMigrationReport">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="totalCount" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="resourcesDone" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="targetRepositoryVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="currentRepositoryVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="currentMigrationJob" type="{http://eclipse.org/stardust/ws/v2012a/api}RepositoryMigrationJobInfo"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RepositoryMigrationReportXto() |
| Modifier and Type | Method and Description |
|---|---|
RepositoryMigrationJobInfoXto |
getCurrentMigrationJob()
Gets the value of the currentMigrationJob property.
|
int |
getCurrentRepositoryVersion()
Gets the value of the currentRepositoryVersion property.
|
long |
getResourcesDone()
Gets the value of the resourcesDone property.
|
int |
getTargetRepositoryVersion()
Gets the value of the targetRepositoryVersion property.
|
long |
getTotalCount()
Gets the value of the totalCount property.
|
void |
setCurrentMigrationJob(RepositoryMigrationJobInfoXto value)
Sets the value of the currentMigrationJob property.
|
void |
setCurrentRepositoryVersion(int value)
Sets the value of the currentRepositoryVersion property.
|
void |
setResourcesDone(long value)
Sets the value of the resourcesDone property.
|
void |
setTargetRepositoryVersion(int value)
Sets the value of the targetRepositoryVersion property.
|
void |
setTotalCount(long value)
Sets the value of the totalCount property.
|
public long getTotalCount()
public void setTotalCount(long value)
public long getResourcesDone()
public void setResourcesDone(long value)
public int getTargetRepositoryVersion()
public void setTargetRepositoryVersion(int value)
public int getCurrentRepositoryVersion()
public void setCurrentRepositoryVersion(int value)
public RepositoryMigrationJobInfoXto getCurrentMigrationJob()
RepositoryMigrationJobInfoXtopublic void setCurrentMigrationJob(RepositoryMigrationJobInfoXto value)
value - allowed object is
RepositoryMigrationJobInfoXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.