public abstract class org.apache.camel.model.config.ResequencerConfig extends java.lang.Object implements org.apache.camel.model.OtherAttributesAware
{
private java.util.Map otherAttributes;
public void <init>()
{
org.apache.camel.model.config.ResequencerConfig v;
v := @this: org.apache.camel.model.config.ResequencerConfig;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.util.Map getOtherAttributes()
{
org.apache.camel.model.config.ResequencerConfig v;
java.util.Map v;
v := @this: org.apache.camel.model.config.ResequencerConfig;
v = v.<org.apache.camel.model.config.ResequencerConfig: java.util.Map otherAttributes>;
return v;
}
public void setOtherAttributes(java.util.Map)
{
org.apache.camel.model.config.ResequencerConfig v;
java.util.Map v;
v := @this: org.apache.camel.model.config.ResequencerConfig;
v := @parameter: java.util.Map;
v.<org.apache.camel.model.config.ResequencerConfig: java.util.Map otherAttributes> = v;
return;
}
}