net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.settings100
Interface Server

All Known Implementing Classes:
ServerImpl

public interface 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 interface Server.Configuration
          Java class for anonymous complex type.
 
Method Summary
 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.
 

Method Detail

getUsername

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

Returns:
possible object is String

setUsername

void setUsername(String value)
Sets the value of the username property.

Parameters:
value - allowed object is String

getPassword

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

Returns:
possible object is String

setPassword

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

Parameters:
value - allowed object is String

getPrivateKey

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

Returns:
possible object is String

setPrivateKey

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

Parameters:
value - allowed object is String

getPassphrase

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

Returns:
possible object is String

setPassphrase

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

Parameters:
value - allowed object is String

getFilePermissions

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

Returns:
possible object is String

setFilePermissions

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

Parameters:
value - allowed object is String

getDirectoryPermissions

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

Returns:
possible object is String

setDirectoryPermissions

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

Parameters:
value - allowed object is String

getConfiguration

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

Returns:
possible object is Server.Configuration

setConfiguration

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

Parameters:
value - allowed object is Server.Configuration

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String


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