org.eclipse.stardust.engine.api.ws
Class RepositoryMigrationJobInfoXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.RepositoryMigrationJobInfoXto

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 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

RepositoryMigrationJobInfoXto

public RepositoryMigrationJobInfoXto()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getFromVersion

public int getFromVersion()
Gets the value of the fromVersion property.


setFromVersion

public void setFromVersion(int value)
Sets the value of the fromVersion property.


getToVersion

public int getToVersion()
Gets the value of the toVersion property.


setToVersion

public void setToVersion(int value)
Sets the value of the toVersion property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.