net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container
Interface Specifications
- All Superinterfaces:
- ModelObject
- All Known Implementing Classes:
- SpecificationsImpl
public interface Specifications
- extends ModelObject
Maps class-names to specification meta-data.
Java class for Specifications complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Specifications">
<complexContent>
<extension base="{http://jdtaus.org/core/model/container}ModelObject">
<choice>
<element ref="{http://jdtaus.org/core/model/container}specification" maxOccurs="unbounded" minOccurs="0"/>
<element name="reference" type="{http://jdtaus.org/core/model/container}SpecificationReference" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</extension>
</complexContent>
</complexType>
getSpecification
Specification[] getSpecification()
- Returns:
- array of
Specification
getSpecification
Specification getSpecification(int idx)
- Returns:
- one of
Specification
getSpecificationLength
int getSpecificationLength()
setSpecification
void setSpecification(Specification[] values)
- Parameters:
values - allowed objects are
Specification
setSpecification
Specification setSpecification(int idx,
Specification value)
- Parameters:
value - allowed object is
Specification
getReference
SpecificationReference[] getReference()
- Returns:
- array of
SpecificationReference
getReference
SpecificationReference getReference(int idx)
- Returns:
- one of
SpecificationReference
getReferenceLength
int getReferenceLength()
setReference
void setReference(SpecificationReference[] values)
- Parameters:
values - allowed objects are
SpecificationReference
setReference
SpecificationReference setReference(int idx,
SpecificationReference value)
- Parameters:
value - allowed object is
SpecificationReference
Copyright © 2009 The CC-XJC Community. All Rights Reserved.