eu.scape_project.xa.tw.toolspec
Class Manager

java.lang.Object
  extended by eu.scape_project.xa.tw.toolspec.Manager

public class Manager
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}user"/>
         <element ref="{}password"/>
         <element ref="{}path"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String password
           
protected  String path
           
protected  String user
           
 
Constructor Summary
Manager()
           
 
Method Summary
 String getPassword()
          Gets the value of the password property.
 String getPath()
          Gets the value of the path property.
 String getUser()
          Gets the value of the user property.
 void setPassword(String value)
          Sets the value of the password property.
 void setPath(String value)
          Sets the value of the path property.
 void setUser(String value)
          Sets the value of the user property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

user

protected String user

password

protected String password

path

protected String path
Constructor Detail

Manager

public Manager()
Method Detail

getUser

public String getUser()
Gets the value of the user property.

Returns:
possible object is String

setUser

public void setUser(String value)
Sets the value of the user property.

Parameters:
value - allowed object is String

getPassword

public String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

public void setPassword(String value)
Sets the value of the password property.

Parameters:
value - allowed object is String

getPath

public String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

public void setPath(String value)
Sets the value of the path property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.