net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jdtaus.container
Interface Properties
- All Superinterfaces:
- ModelObject
- All Known Implementing Classes:
- PropertiesImpl
public interface Properties
- extends ModelObject
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>
getProperty
Property[] getProperty()
- Returns:
- array of
Property
getProperty
Property getProperty(int idx)
- Returns:
- one of
Property
getPropertyLength
int getPropertyLength()
setProperty
void setProperty(Property[] values)
- Parameters:
values - allowed objects are
Property
setProperty
Property setProperty(int idx,
Property value)
- Parameters:
value - allowed object is
Property
Copyright © 2009 The CC-XJC Community. All Rights Reserved.