|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jdtaus.container.ModelObject
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jdtaus.container.Properties
public class Properties
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>
| Field Summary | |
|---|---|
protected Property[] |
property
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jdtaus.container.ModelObject |
|---|
documentation, modelVersion |
| Constructor Summary | |
|---|---|
Properties()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jdtaus.container.Properties instance. |
|
Properties(Properties o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jdtaus.container.Properties instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Properties |
clone()
Creates and returns a copy of this object. |
protected void |
copyProperty(Property[] source)
Copies all values of property Property. |
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.prot.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 |
|---|
protected Property[] property
| Constructor Detail |
|---|
public Properties()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jdtaus.container.Properties instance.
public Properties(Properties o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jdtaus.container.Properties instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Property[] getProperty()
Propertypublic Property getProperty(int idx)
Propertypublic int getPropertyLength()
public void setProperty(Property[] values)
values - allowed objects are
Property
public Property setProperty(int idx,
Property value)
value - allowed object is
Propertyprotected void copyProperty(Property[] source)
Property.
source - The source to copy from.
NullPointerException - if source is null.public Properties clone()
clone in class ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||