net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.settings100
Interface Settings

All Known Implementing Classes:
SettingsImpl

public interface Settings

Root element of the user configuration file.

Java class for Settings complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Settings">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="localRepository" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="interactiveMode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="usePluginRegistry" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="offline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="proxies" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="proxy" type="{http://maven.apache.org/SETTINGS/1.0.0}Proxy" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="servers" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="server" type="{http://maven.apache.org/SETTINGS/1.0.0}Server" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="mirrors" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="mirror" type="{http://maven.apache.org/SETTINGS/1.0.0}Mirror" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="profiles" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="profile" type="{http://maven.apache.org/SETTINGS/1.0.0}Profile" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="activeProfiles" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="activeProfile" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="pluginGroups" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="pluginGroup" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface Settings.ActiveProfiles
          Java class for anonymous complex type.
static interface Settings.Mirrors
          Java class for anonymous complex type.
static interface Settings.PluginGroups
          Java class for anonymous complex type.
static interface Settings.Profiles
          Java class for anonymous complex type.
static interface Settings.Proxies
          Java class for anonymous complex type.
static interface Settings.Servers
          Java class for anonymous complex type.
 
Method Summary
 Settings.ActiveProfiles getActiveProfiles()
          Gets the value of the activeProfiles property.
 String getLocalRepository()
          Gets the value of the localRepository property.
 Settings.Mirrors getMirrors()
          Gets the value of the mirrors property.
 Settings.PluginGroups getPluginGroups()
          Gets the value of the pluginGroups property.
 Settings.Profiles getProfiles()
          Gets the value of the profiles property.
 Settings.Proxies getProxies()
          Gets the value of the proxies property.
 Settings.Servers getServers()
          Gets the value of the servers property.
 Boolean isInteractiveMode()
          Gets the value of the interactiveMode property.
 Boolean isOffline()
          Gets the value of the offline property.
 Boolean isUsePluginRegistry()
          Gets the value of the usePluginRegistry property.
 void setActiveProfiles(Settings.ActiveProfiles value)
          Sets the value of the activeProfiles property.
 void setInteractiveMode(Boolean value)
          Sets the value of the interactiveMode property.
 void setLocalRepository(String value)
          Sets the value of the localRepository property.
 void setMirrors(Settings.Mirrors value)
          Sets the value of the mirrors property.
 void setOffline(Boolean value)
          Sets the value of the offline property.
 void setPluginGroups(Settings.PluginGroups value)
          Sets the value of the pluginGroups property.
 void setProfiles(Settings.Profiles value)
          Sets the value of the profiles property.
 void setProxies(Settings.Proxies value)
          Sets the value of the proxies property.
 void setServers(Settings.Servers value)
          Sets the value of the servers property.
 void setUsePluginRegistry(Boolean value)
          Sets the value of the usePluginRegistry property.
 

Method Detail

getLocalRepository

String getLocalRepository()
Gets the value of the localRepository property.

Returns:
possible object is String

setLocalRepository

void setLocalRepository(String value)
Sets the value of the localRepository property.

Parameters:
value - allowed object is String

isInteractiveMode

Boolean isInteractiveMode()
Gets the value of the interactiveMode property.

Returns:
possible object is Boolean

setInteractiveMode

void setInteractiveMode(Boolean value)
Sets the value of the interactiveMode property.

Parameters:
value - allowed object is Boolean

isUsePluginRegistry

Boolean isUsePluginRegistry()
Gets the value of the usePluginRegistry property.

Returns:
possible object is Boolean

setUsePluginRegistry

void setUsePluginRegistry(Boolean value)
Sets the value of the usePluginRegistry property.

Parameters:
value - allowed object is Boolean

isOffline

Boolean isOffline()
Gets the value of the offline property.

Returns:
possible object is Boolean

setOffline

void setOffline(Boolean value)
Sets the value of the offline property.

Parameters:
value - allowed object is Boolean

getProxies

Settings.Proxies getProxies()
Gets the value of the proxies property.

Returns:
possible object is Settings.Proxies

setProxies

void setProxies(Settings.Proxies value)
Sets the value of the proxies property.

Parameters:
value - allowed object is Settings.Proxies

getServers

Settings.Servers getServers()
Gets the value of the servers property.

Returns:
possible object is Settings.Servers

setServers

void setServers(Settings.Servers value)
Sets the value of the servers property.

Parameters:
value - allowed object is Settings.Servers

getMirrors

Settings.Mirrors getMirrors()
Gets the value of the mirrors property.

Returns:
possible object is Settings.Mirrors

setMirrors

void setMirrors(Settings.Mirrors value)
Sets the value of the mirrors property.

Parameters:
value - allowed object is Settings.Mirrors

getProfiles

Settings.Profiles getProfiles()
Gets the value of the profiles property.

Returns:
possible object is Settings.Profiles

setProfiles

void setProfiles(Settings.Profiles value)
Sets the value of the profiles property.

Parameters:
value - allowed object is Settings.Profiles

getActiveProfiles

Settings.ActiveProfiles getActiveProfiles()
Gets the value of the activeProfiles property.

Returns:
possible object is Settings.ActiveProfiles

setActiveProfiles

void setActiveProfiles(Settings.ActiveProfiles value)
Sets the value of the activeProfiles property.

Parameters:
value - allowed object is Settings.ActiveProfiles

getPluginGroups

Settings.PluginGroups getPluginGroups()
Gets the value of the pluginGroups property.

Returns:
possible object is Settings.PluginGroups

setPluginGroups

void setPluginGroups(Settings.PluginGroups value)
Sets the value of the pluginGroups property.

Parameters:
value - allowed object is Settings.PluginGroups


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