|
||||||||||
| 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.Profiles
public static class Settings.Profiles
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="profile" type="{http://maven.apache.org/SETTINGS/1.0.0}Profile" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Profile[] |
profile
|
| Constructor Summary | |
|---|---|
Settings.Profiles()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100.Settings.Profiles instance. |
|
Settings.Profiles(Settings.Profiles o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100.Settings.Profiles instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Settings.Profiles |
clone()
Creates and returns a copy of this object. |
void |
copyProfile(Profile[] source)
Copies all values of property Profile. |
Profile[] |
getProfile()
|
Profile |
getProfile(int idx)
|
int |
getProfileLength()
|
Profile |
setProfile(int idx,
Profile value)
|
void |
setProfile(Profile[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Profile[] profile
| Constructor Detail |
|---|
public Settings.Profiles()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100.Settings.Profiles instance.
public Settings.Profiles(Settings.Profiles o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100.Settings.Profiles instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Profile[] getProfile()
Profilepublic Profile getProfile(int idx)
Profilepublic int getProfileLength()
public void setProfile(Profile[] values)
values - allowed objects are
Profile
public Profile setProfile(int idx,
Profile value)
value - allowed object is
Profilepublic void copyProfile(Profile[] source)
Profile.
source - The source to copy from.
NullPointerException - if source is null.public Settings.Profiles clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||