|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100.Server
public class Server
The <server> element contains informations required to a server settings.
Java class for Server complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Server">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="privateKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="passphrase" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="filePermissions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="directoryPermissions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="configuration" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Server.Configuration
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Server.Configuration |
configuration
|
protected String |
directoryPermissions
|
protected String |
filePermissions
|
protected String |
id
|
protected String |
passphrase
|
protected String |
password
|
protected String |
privateKey
|
protected String |
username
|
| Constructor Summary | |
|---|---|
Server()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100.Server instance. |
|
Server(Server o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100.Server instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Server |
clone()
Creates and returns a copy of this object. |
Server.Configuration |
getConfiguration()
Gets the value of the configuration property. |
String |
getDirectoryPermissions()
Gets the value of the directoryPermissions property. |
String |
getFilePermissions()
Gets the value of the filePermissions property. |
String |
getId()
Gets the value of the id property. |
String |
getPassphrase()
Gets the value of the passphrase property. |
String |
getPassword()
Gets the value of the password property. |
String |
getPrivateKey()
Gets the value of the privateKey property. |
String |
getUsername()
Gets the value of the username property. |
void |
setConfiguration(Server.Configuration value)
Sets the value of the configuration property. |
void |
setDirectoryPermissions(String value)
Sets the value of the directoryPermissions property. |
void |
setFilePermissions(String value)
Sets the value of the filePermissions property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setPassphrase(String value)
Sets the value of the passphrase property. |
void |
setPassword(String value)
Sets the value of the password property. |
void |
setPrivateKey(String value)
Sets the value of the privateKey property. |
void |
setUsername(String value)
Sets the value of the username property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String username
protected String password
protected String privateKey
protected String passphrase
protected String filePermissions
protected String directoryPermissions
protected Server.Configuration configuration
protected String id
| Constructor Detail |
|---|
public Server()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100.Server instance.
public Server(Server o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100.Server instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic String getPrivateKey()
Stringpublic void setPrivateKey(String value)
value - allowed object is
Stringpublic String getPassphrase()
Stringpublic void setPassphrase(String value)
value - allowed object is
Stringpublic String getFilePermissions()
Stringpublic void setFilePermissions(String value)
value - allowed object is
Stringpublic String getDirectoryPermissions()
Stringpublic void setDirectoryPermissions(String value)
value - allowed object is
Stringpublic Server.Configuration getConfiguration()
Server.Configurationpublic void setConfiguration(Server.Configuration value)
value - allowed object is
Server.Configurationpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic Server clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||