net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.settings100
Class Server

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.settings100.Server
All Implemented Interfaces:
Serializable, Cloneable

public class Server
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

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.prot.collections.valueclass.maven.settings100.Server instance.
Server(Server o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.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

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 Server.Configuration configuration

id

protected String id
Constructor Detail

Server

public Server()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.settings100.Server instance.


Server

public Server(Server o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.settings100.Server instance by copying a given instance.

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

getUsername

public String getUsername()
Gets the value of the username property.

Returns:
possible object is String

setUsername

public void setUsername(String value)
Sets the value of the username 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

getPrivateKey

public String getPrivateKey()
Gets the value of the privateKey property.

Returns:
possible object is String

setPrivateKey

public void setPrivateKey(String value)
Sets the value of the privateKey property.

Parameters:
value - allowed object is String

getPassphrase

public String getPassphrase()
Gets the value of the passphrase property.

Returns:
possible object is String

setPassphrase

public void setPassphrase(String value)
Sets the value of the passphrase property.

Parameters:
value - allowed object is String

getFilePermissions

public String getFilePermissions()
Gets the value of the filePermissions property.

Returns:
possible object is String

setFilePermissions

public void setFilePermissions(String value)
Sets the value of the filePermissions property.

Parameters:
value - allowed object is String

getDirectoryPermissions

public String getDirectoryPermissions()
Gets the value of the directoryPermissions property.

Returns:
possible object is String

setDirectoryPermissions

public void setDirectoryPermissions(String value)
Sets the value of the directoryPermissions property.

Parameters:
value - allowed object is String

getConfiguration

public Server.Configuration getConfiguration()
Gets the value of the configuration property.

Returns:
possible object is Server.Configuration

setConfiguration

public void setConfiguration(Server.Configuration value)
Sets the value of the configuration property.

Parameters:
value - allowed object is Server.Configuration

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

clone

public Server 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.