org.apache.aries.blueprint.jaxb
Class Tcollection

java.lang.Object
  extended by org.apache.aries.blueprint.jaxb.TtypedCollection
      extended by org.apache.aries.blueprint.jaxb.Tcollection

public class Tcollection
extends TtypedCollection

Tcollection is the base schema type for different ordered collection types. This is shared between the , , and elements.

Java class for Tcollection complex type.

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

 <complexType name="Tcollection">
   <complexContent>
     <extension base="{http://www.osgi.org/xmlns/blueprint/v1.0.0}TtypedCollection">
       <group ref="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Gvalue" maxOccurs="unbounded" minOccurs="0"/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> gvalue
           
 
Fields inherited from class org.apache.aries.blueprint.jaxb.TtypedCollection
valueType
 
Constructor Summary
Tcollection()
           
 
Method Summary
 List<Object> getGvalue()
          Gets the value of the gvalue property.
 
Methods inherited from class org.apache.aries.blueprint.jaxb.TtypedCollection
getValueType, setValueType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gvalue

protected List<Object> gvalue
Constructor Detail

Tcollection

public Tcollection()
Method Detail

getGvalue

public List<Object> getGvalue()
Gets the value of the gvalue 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 gvalue property.

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

    getGvalue().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<Tcollection> JAXBElement<Tnull> JAXBElement<Tvalue> JAXBElement<TinlinedService> JAXBElement<Tcollection> JAXBElement<TinlinedReference> JAXBElement<Tref> JAXBElement<TinlinedBean> JAXBElement<Tprops> Object JAXBElement<Tmap> JAXBElement<Tref> JAXBElement<Tcollection> JAXBElement<TinlinedReferenceList>



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