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

All Known Implementing Classes:
SettingsImpl.ServersImpl
Enclosing interface:
Settings

public static interface Settings.Servers

Java class for anonymous complex type.

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

 <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>
 


Method Summary
 Server[] getServer()
           
 Server getServer(int idx)
           
 int getServerLength()
           
 Server setServer(int idx, Server value)
           
 void setServer(Server[] values)
           
 

Method Detail

getServer

Server[] getServer()
Returns:
array of Server

getServer

Server getServer(int idx)
Returns:
one of Server

getServerLength

int getServerLength()

setServer

void setServer(Server[] values)
Parameters:
values - allowed objects are Server

setServer

Server setServer(int idx,
                 Server value)
Parameters:
value - allowed object is Server


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