Package org.apache.camel.model
Class IdentifiedType
- java.lang.Object
-
- org.apache.camel.model.IdentifiedType
-
- Direct Known Subclasses:
DataFormatDefinition
,FaultToleranceConfigurationCommon
,HystrixConfigurationCommon
,LoadBalancerDefinition
,Resilience4jConfigurationCommon
,RouteBuilderDefinition
,ServiceCallConfiguration
,ServiceCallConfigurationDefinition
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>
-
-
Constructor Summary
Constructors Constructor Description IdentifiedType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Gets the value of the id property.void
setId(String value)
Sets the value of the id property.
-