org.apache.aries.blueprint.jaxb
Class TtypeConverters
java.lang.Object
org.apache.aries.blueprint.jaxb.TtypeConverters
public class TtypeConverters
- extends java.lang.Object
The type used for the element. The
section is a set of , [, or
elements that identify the type converter components.
]Java class for Ttype-converters complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Ttype-converters">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="bean" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tbean"/>
<element name="reference" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Treference"/>
<element name="ref" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tref"/>
<any/>
</choice>
</restriction>
</complexContent>
</complexType>
Method Summary |
java.util.List<java.lang.Object> |
getBeanOrReferenceOrRef()
Gets the value of the beanOrReferenceOrRef property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
beanOrReferenceOrRef
protected java.util.List<java.lang.Object> beanOrReferenceOrRef
TtypeConverters
public TtypeConverters()
getBeanOrReferenceOrRef
public java.util.List<java.lang.Object> getBeanOrReferenceOrRef()
- Gets the value of the beanOrReferenceOrRef 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 beanOrReferenceOrRef property.
For example, to add a new item, do as follows:
getBeanOrReferenceOrRef().add(newItem);
Objects of the following type(s) are allowed in the list
Object
JAXBElement
<
Tref
>
JAXBElement
<
Tbean
>
JAXBElement
<
Treference
>
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.