net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc
Class Instances
java.lang.Object
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.ModelObject
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.Instances
- All Implemented Interfaces:
- Serializable, Cloneable
public class Instances
- extends ModelObject
- implements Serializable, Cloneable
List of instances.
- See Also:
- Serialized Form
|
Constructor Summary |
Instances()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.Instances instance. |
Instances(Instances o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.Instances instance by copying a given instance. |
instance
protected Instance[] instance
Instances
public Instances()
- Creates a new
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.Instances instance.
Instances
public Instances(Instances o)
- Creates a new
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.Instances instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getInstance
public Instance[] getInstance()
- Returns:
- array of
Instance
getInstance
public Instance getInstance(int idx)
- Returns:
- one of
Instance
getInstanceLength
public int getInstanceLength()
setInstance
public void setInstance(Instance[] values)
- Parameters:
values - allowed objects are
Instance
setInstance
public Instance setInstance(int idx,
Instance value)
- Parameters:
value - allowed object is
Instance
clone
public Instances clone()
- Creates and returns a copy of this object.
- Overrides:
clone in class ModelObject
- Returns:
- A clone of this instance.
Copyright © 2009 The CC-XJC Community. All Rights Reserved.