org.apache.aries.blueprint.jaxb
Class TinlinedService

java.lang.Object
  extended by org.apache.aries.blueprint.jaxb.Tcomponent
      extended by org.apache.aries.blueprint.jaxb.Tservice
          extended by org.apache.aries.blueprint.jaxb.TinlinedService

public class TinlinedService
extends Tservice

The Tinlined-service type is used for inlined (i.e. non top level) elements.

Java class for Tinlined-service complex type.

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

 <complexType name="Tinlined-service">
   <complexContent>
     <restriction base="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tservice">
       <sequence>
         <group ref="{http://www.osgi.org/xmlns/blueprint/v1.0.0}GserviceElements"/>
       </sequence>
       <attribute name="depends-on" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}TdependsOn" />
       <attribute name="interface" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tclass" />
       <attribute name="ref" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tidref" />
       <attribute name="auto-export" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}TautoExportModes" default="disabled" />
       <attribute name="ranking" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.apache.aries.blueprint.jaxb.Tservice
_interface, any, autoExport, bean, description, interfaces, ranking, ref, refAttribute, reference, registrationListener, serviceProperties
 
Fields inherited from class org.apache.aries.blueprint.jaxb.Tcomponent
activation, dependsOn, id
 
Constructor Summary
TinlinedService()
           
 
Method Summary
 
Methods inherited from class org.apache.aries.blueprint.jaxb.Tservice
getAny, getAutoExport, getBean, getDescription, getInterface, getInterfaces, getRanking, getRef, getRefAttribute, getReference, getRegistrationListener, getServiceProperties, setAny, setAutoExport, setBean, setDescription, setInterface, setInterfaces, setRanking, setRef, setRefAttribute, setReference, setServiceProperties
 
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

TinlinedService

public TinlinedService()


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