net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jomc
Class Properties

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jomc.ModelObject
      extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jomc.Properties
All Implemented Interfaces:
Serializable, Cloneable

public class Properties
extends ModelObject
implements Serializable, Cloneable

List of properties.

See Also:
Serialized Form

Field Summary
protected  Property[] property
           
protected  PropertyReference[] reference
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jomc.ModelObject
authors, createDate, documentation, modelVersion
 
Constructor Summary
Properties()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jomc.Properties instance.
Properties(Properties o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jomc.Properties instance by copying a given instance.
 
Method Summary
 Properties clone()
          Creates and returns a copy of this object.
 Property[] getProperty()
           
 Property getProperty(int idx)
           
 int getPropertyLength()
           
 PropertyReference[] getReference()
           
 PropertyReference getReference(int idx)
           
 int getReferenceLength()
           
 Property setProperty(int idx, Property value)
           
 void setProperty(Property[] values)
           
 PropertyReference setReference(int idx, PropertyReference value)
           
 void setReference(PropertyReference[] values)
           
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

property

protected Property[] property

reference

protected PropertyReference[] reference
Constructor Detail

Properties

public Properties()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jomc.Properties instance.


Properties

public Properties(Properties o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jomc.Properties instance by copying a given instance.

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

getProperty

public Property[] getProperty()
Returns:
array of Property

getProperty

public Property getProperty(int idx)
Returns:
one of Property

getPropertyLength

public int getPropertyLength()

setProperty

public void setProperty(Property[] values)
Parameters:
values - allowed objects are Property

setProperty

public Property setProperty(int idx,
                            Property value)
Parameters:
value - allowed object is Property

getReference

public PropertyReference[] getReference()
Returns:
array of PropertyReference

getReference

public PropertyReference getReference(int idx)
Returns:
one of PropertyReference

getReferenceLength

public int getReferenceLength()

setReference

public void setReference(PropertyReference[] values)
Parameters:
values - allowed objects are PropertyReference

setReference

public PropertyReference setReference(int idx,
                                      PropertyReference value)
Parameters:
value - allowed object is PropertyReference

clone

public Properties 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.