public class RepositoryMigrationJobInfoXto extends Object
Java class for RepositoryMigrationJobInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RepositoryMigrationJobInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fromVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="toVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RepositoryMigrationJobInfoXto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
int |
getFromVersion()
Gets the value of the fromVersion property.
|
String |
getName()
Gets the value of the name property.
|
int |
getToVersion()
Gets the value of the toVersion property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFromVersion(int value)
Sets the value of the fromVersion property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setToVersion(int value)
Sets the value of the toVersion property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic int getFromVersion()
public void setFromVersion(int value)
public int getToVersion()
public void setToVersion(int value)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.