org.apache.aries.blueprint.jaxb
Class Tprops

java.lang.Object
  extended by org.apache.aries.blueprint.jaxb.Tprops

public class Tprops
extends java.lang.Object

Tprops is the type used by the value element. The prop elements are pairs of string-valued keys and values.

Java class for Tprops complex type.

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

 <complexType name="Tprops">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="prop" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tprop" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<Tprop> prop
           
 
Constructor Summary
Tprops()
           
 
Method Summary
 java.util.List<Tprop> getProp()
          Gets the value of the prop property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prop

protected java.util.List<Tprop> prop
Constructor Detail

Tprops

public Tprops()
Method Detail

getProp

public java.util.List<Tprop> 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 Tprop



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.