net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.settings100.impl
Class ServerImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.settings100.impl.ServerImpl
All Implemented Interfaces:
Serializable, Cloneable, Server

public class ServerImpl
extends Object
implements Serializable, Cloneable, Server

See Also:
Serialized Form

Nested Class Summary
static class ServerImpl.ConfigurationImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.settings100.Server
Server.Configuration
 
Field Summary
protected  ServerImpl.ConfigurationImpl configuration
           
protected  String directoryPermissions
           
protected  String filePermissions
           
protected  String id
           
protected  String passphrase
           
protected  String password
           
protected  String privateKey
           
protected  String username
           
 
Constructor Summary
ServerImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.settings100.impl.ServerImpl instance.
ServerImpl(ServerImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.settings100.impl.ServerImpl instance by copying a given instance.
 
Method Summary
 ServerImpl 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

username

protected String username

password

protected String password

privateKey

protected String privateKey

passphrase

protected String passphrase

filePermissions

protected String filePermissions

directoryPermissions

protected String directoryPermissions

configuration

protected ServerImpl.ConfigurationImpl configuration

id

protected String id
Constructor Detail

ServerImpl

public ServerImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.settings100.impl.ServerImpl instance.


ServerImpl

public ServerImpl(ServerImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.settings100.impl.ServerImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getUsername

public String getUsername()
Description copied from interface: Server
Gets the value of the username property.

Specified by:
getUsername in interface Server
Returns:
possible object is String

setUsername

public void setUsername(String value)
Description copied from interface: Server
Sets the value of the username property.

Specified by:
setUsername in interface Server
Parameters:
value - allowed object is String

getPassword

public String getPassword()
Description copied from interface: Server
Gets the value of the password property.

Specified by:
getPassword in interface Server
Returns:
possible object is String

setPassword

public void setPassword(String value)
Description copied from interface: Server
Sets the value of the password property.

Specified by:
setPassword in interface Server
Parameters:
value - allowed object is String

getPrivateKey

public String getPrivateKey()
Description copied from interface: Server
Gets the value of the privateKey property.

Specified by:
getPrivateKey in interface Server
Returns:
possible object is String

setPrivateKey

public void setPrivateKey(String value)
Description copied from interface: Server
Sets the value of the privateKey property.

Specified by:
setPrivateKey in interface Server
Parameters:
value - allowed object is String

getPassphrase

public String getPassphrase()
Description copied from interface: Server
Gets the value of the passphrase property.

Specified by:
getPassphrase in interface Server
Returns:
possible object is String

setPassphrase

public void setPassphrase(String value)
Description copied from interface: Server
Sets the value of the passphrase property.

Specified by:
setPassphrase in interface Server
Parameters:
value - allowed object is String

getFilePermissions

public String getFilePermissions()
Description copied from interface: Server
Gets the value of the filePermissions property.

Specified by:
getFilePermissions in interface Server
Returns:
possible object is String

setFilePermissions

public void setFilePermissions(String value)
Description copied from interface: Server
Sets the value of the filePermissions property.

Specified by:
setFilePermissions in interface Server
Parameters:
value - allowed object is String

getDirectoryPermissions

public String getDirectoryPermissions()
Description copied from interface: Server
Gets the value of the directoryPermissions property.

Specified by:
getDirectoryPermissions in interface Server
Returns:
possible object is String

setDirectoryPermissions

public void setDirectoryPermissions(String value)
Description copied from interface: Server
Sets the value of the directoryPermissions property.

Specified by:
setDirectoryPermissions in interface Server
Parameters:
value - allowed object is String

getConfiguration

public Server.Configuration getConfiguration()
Description copied from interface: Server
Gets the value of the configuration property.

Specified by:
getConfiguration in interface Server
Returns:
possible object is Server.Configuration

setConfiguration

public void setConfiguration(Server.Configuration value)
Description copied from interface: Server
Sets the value of the configuration property.

Specified by:
setConfiguration in interface Server
Parameters:
value - allowed object is Server.Configuration

getId

public String getId()
Description copied from interface: Server
Gets the value of the id property.

Specified by:
getId in interface Server
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: Server
Sets the value of the id property.

Specified by:
setId in interface Server
Parameters:
value - allowed object is String

clone

public ServerImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.