net.sourceforge.ccxjc.it.model.prot.collections.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
 List<Prop> getProp()
          Gets the value of the prop property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.CollectionType
getValueType, setValueType
 

Method Detail

getProp

List<Prop> getProp()
Gets the value of the prop property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the prop property.

For example, to add a new item, do as follows:

    getProp().add(newItem);
 

Objects of the following type(s) are allowed in the list Prop



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