|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.settings100.Settings.Mirrors
public static class 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>
| Field Summary | |
|---|---|
protected Mirror[] |
mirror
|
| Constructor Summary | |
|---|---|
Settings.Mirrors()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.settings100.Settings.Mirrors instance. |
|
Settings.Mirrors(Settings.Mirrors o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.settings100.Settings.Mirrors instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Settings.Mirrors |
clone()
Creates and returns a copy of this object. |
protected void |
copyMirror(Mirror[] source)
Copies all values of property Mirror. |
Mirror[] |
getMirror()
|
Mirror |
getMirror(int idx)
|
int |
getMirrorLength()
|
Mirror |
setMirror(int idx,
Mirror value)
|
void |
setMirror(Mirror[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Mirror[] mirror
| Constructor Detail |
|---|
public Settings.Mirrors()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.settings100.Settings.Mirrors instance.
public Settings.Mirrors(Settings.Mirrors o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.settings100.Settings.Mirrors instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Mirror[] getMirror()
Mirrorpublic Mirror getMirror(int idx)
Mirrorpublic int getMirrorLength()
public void setMirror(Mirror[] values)
values - allowed objects are
Mirror
public Mirror setMirror(int idx,
Mirror value)
value - allowed object is
Mirrorprotected void copyMirror(Mirror[] source)
Mirror.
source - The source to copy from.
NullPointerException - if source is null.public Settings.Mirrors clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||