net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container
Class Properties

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

public class Properties
extends ModelObject
implements Serializable, Cloneable

Properties.

Java class for Properties complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Properties">
   <complexContent>
     <extension base="{http://jdtaus.org/core/model/container}ModelObject">
       <sequence>
         <element ref="{http://jdtaus.org/core/model/container}property" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Property[] property
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.ModelObject
documentation, modelVersion
 
Constructor Summary
Properties()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.Properties instance.
Properties(Properties o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.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()
           
 Property setProperty(int idx, Property value)
           
 void setProperty(Property[] values)
           
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, 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
Constructor Detail

Properties

public Properties()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.Properties instance.


Properties

public Properties(Properties o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.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

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.