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

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

public static interface Settings.Proxies

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="proxy" type="{http://maven.apache.org/SETTINGS/1.0.0}Proxy" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Proxy[] getProxy()
           
 Proxy getProxy(int idx)
           
 int getProxyLength()
           
 Proxy setProxy(int idx, Proxy value)
           
 void setProxy(Proxy[] values)
           
 

Method Detail

getProxy

Proxy[] getProxy()
Returns:
array of Proxy

getProxy

Proxy getProxy(int idx)
Returns:
one of Proxy

getProxyLength

int getProxyLength()

setProxy

void setProxy(Proxy[] values)
Parameters:
values - allowed objects are Proxy

setProxy

Proxy setProxy(int idx,
               Proxy value)
Parameters:
value - allowed object is Proxy


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