|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.RepositoryMigrationJobInfoXto
public class RepositoryMigrationJobInfoXto
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 Summary | |
|---|---|
RepositoryMigrationJobInfoXto()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryMigrationJobInfoXto()
| Method Detail |
|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||