net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.settings100
Class Settings.Profiles

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.settings100.Settings.Profiles
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
Settings

public static class Settings.Profiles
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  Profile[] profile
           
 
Constructor Summary
Settings.Profiles()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.settings100.Settings.Profiles instance.
Settings.Profiles(Settings.Profiles o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.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.
 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

profile

protected Profile[] profile
Constructor Detail

Settings.Profiles

public Settings.Profiles()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.settings100.Settings.Profiles instance.


Settings.Profiles

public Settings.Profiles(Settings.Profiles o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.settings100.Settings.Profiles instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getProfile

public Profile[] getProfile()
Returns:
array of Profile

getProfile

public Profile getProfile(int idx)
Returns:
one of Profile

getProfileLength

public int getProfileLength()

setProfile

public void setProfile(Profile[] values)
Parameters:
values - allowed objects are Profile

setProfile

public Profile setProfile(int idx,
                          Profile value)
Parameters:
value - allowed object is Profile

clone

public Settings.Profiles clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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