net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.settings100
Interface Settings.Mirrors
- All Known Implementing Classes:
- SettingsImpl.MirrorsImpl
- Enclosing interface:
- Settings
public static interface Settings.Mirrors
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="mirror" type="{http://maven.apache.org/SETTINGS/1.0.0}Mirror" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getMirror
Mirror[] getMirror()
- Returns:
- array of
Mirror
getMirror
Mirror getMirror(int idx)
- Returns:
- one of
Mirror
getMirrorLength
int getMirrorLength()
setMirror
void setMirror(Mirror[] values)
- Parameters:
values - allowed objects are
Mirror
setMirror
Mirror setMirror(int idx,
Mirror value)
- Parameters:
value - allowed object is
Mirror
Copyright © 2009 The CC-XJC Community. All Rights Reserved.