public class AccessWSSynchroServerModule extends Object
Java class for accessWSSynchroServerModule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="accessWSSynchroServerModule"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="repository" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="user" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
AccessWSSynchroServerModule() |
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Gets the value of the password property.
|
String |
getRepository()
Gets the value of the repository property.
|
String |
getUser()
Gets the value of the user property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setRepository(String value)
Sets the value of the repository property.
|
void |
setUser(String value)
Sets the value of the user property.
|
public String getRepository()
String
public void setRepository(String value)
value
- allowed object is
String
public String getUser()
String
public void setUser(String value)
value
- allowed object is
String
public String getPassword()
String
Copyright © 2011 Nuxeo SA. All Rights Reserved.