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