net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans
Interface PropsType

All Superinterfaces:
CollectionType
All Known Subinterfaces:
Properties, Props
All Known Implementing Classes:
PropertiesImpl, PropsImpl, PropsTypeImpl

public interface PropsType
extends CollectionType

Java class for propsType complex type.

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

 <complexType name="propsType">
   <complexContent>
     <extension base="{http://www.springframework.org/schema/beans}collectionType">
       <sequence>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element ref="{http://www.springframework.org/schema/beans}prop"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 Prop[] getProp()
           
 Prop getProp(int idx)
           
 int getPropLength()
           
 Prop setProp(int idx, Prop value)
           
 void setProp(Prop[] values)
           
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.CollectionType
getValueType, setValueType
 

Method Detail

getProp

Prop[] getProp()
Returns:
array of Prop

getProp

Prop getProp(int idx)
Returns:
one of Prop

getPropLength

int getPropLength()

setProp

void setProp(Prop[] values)
Parameters:
values - allowed objects are Prop

setProp

Prop setProp(int idx,
             Prop value)
Parameters:
value - allowed object is Prop


Copyright © 2009 The CC-XJC Community. All Rights Reserved.