net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jomc
Interface Instances

All Superinterfaces:
ModelObject
All Known Implementing Classes:
InstancesImpl

public interface Instances
extends ModelObject

List of instances.


Method Summary
 Instance[] getInstance()
           
 Instance getInstance(int idx)
           
 int getInstanceLength()
           
 void setInstance(Instance[] values)
           
 Instance setInstance(int idx, Instance value)
           
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 

Method Detail

getInstance

Instance[] getInstance()
Returns:
array of Instance

getInstance

Instance getInstance(int idx)
Returns:
one of Instance

getInstanceLength

int getInstanceLength()

setInstance

void setInstance(Instance[] values)
Parameters:
values - allowed objects are Instance

setInstance

Instance setInstance(int idx,
                     Instance value)
Parameters:
value - allowed object is Instance


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