org.apache.camel.model
Class IdentifiedType

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
Direct Known Subclasses:
DataFormatDefinition, LoadBalancerDefinition, RouteBuilderDefinition

public abstract class IdentifiedType
extends Object

The unique identifier for a bean. The scope of the identifier is the enclosing bean factory.

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

 <complexType name="identifiedType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 

Version:

Constructor Summary
IdentifiedType()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentifiedType

public IdentifiedType()
Method Detail

getId

public String getId()
Gets the value of the id property.


setId

public void setId(String value)
Sets the value of the id property.



Apache CAMEL