org.apache.aries.blueprint.jaxb
Class TinlinedBean

java.lang.Object
  extended by org.apache.aries.blueprint.jaxb.Tcomponent
      extended by org.apache.aries.blueprint.jaxb.Tbean
          extended by org.apache.aries.blueprint.jaxb.TinlinedBean

public class TinlinedBean
extends Tbean

The Tinlined-bean type is used for inlined (i.e. non top level) elements. Those elements have some restrictions on the attributes that can be used to define them.

Java class for Tinlined-bean complex type.

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

 <complexType name="Tinlined-bean">
   <complexContent>
     <restriction base="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tbean">
       <group ref="{http://www.osgi.org/xmlns/blueprint/v1.0.0}GbeanElements"/>
       <attribute name="depends-on" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}TdependsOn" />
       <attribute name="class" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tclass" />
       <attribute name="init-method" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tmethod" />
       <attribute name="factory-method" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tmethod" />
       <attribute name="factory-ref" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tidref" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.apache.aries.blueprint.jaxb.Tbean
argumentOrPropertyOrAny, clazz, description, destroyMethod, factoryMethod, factoryRef, initMethod, scope
 
Fields inherited from class org.apache.aries.blueprint.jaxb.Tcomponent
activation, dependsOn, id
 
Constructor Summary
TinlinedBean()
           
 
Method Summary
 
Methods inherited from class org.apache.aries.blueprint.jaxb.Tbean
getArgumentOrPropertyOrAny, getClazz, getDescription, getDestroyMethod, getFactoryMethod, getFactoryRef, getInitMethod, getScope, setClazz, setDescription, setDestroyMethod, setFactoryMethod, setFactoryRef, setInitMethod, setScope
 
Methods inherited from class org.apache.aries.blueprint.jaxb.Tcomponent
getActivation, getDependsOn, getId, setActivation, setDependsOn, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TinlinedBean

public TinlinedBean()


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