org.apache.aries.blueprint.jaxb
Class Tcollection
java.lang.Object
org.apache.aries.blueprint.jaxb.TtypedCollection
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 java.util.List<java.lang.Object> |
gvalue
|
Method Summary |
java.util.List<java.lang.Object> |
getGvalue()
Gets the value of the gvalue property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gvalue
protected java.util.List<java.lang.Object> gvalue
Tcollection
public Tcollection()
getGvalue
public java.util.List<java.lang.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-2011 The Apache Software Foundation. All Rights Reserved.