net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee
Interface ActivationConfigType

All Known Implementing Classes:
ActivationConfigTypeImpl

public interface ActivationConfigType

The activation-configType defines information about the expected configuration properties of the message-driven bean in its operational environment. This may include information about message acknowledgement, message selector, expected destination type, etc. The configuration information is expressed in terms of name/value configuration properties. The properties that are recognized for a particular message-driven bean are determined by the messaging type.

Java class for activation-configType complex type.

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

 <complexType name="activation-configType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="activation-config-property" type="{http://java.sun.com/xml/ns/javaee}activation-config-propertyType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 ActivationConfigPropertyType[] getActivationConfigProperty()
           
 ActivationConfigPropertyType getActivationConfigProperty(int idx)
           
 int getActivationConfigPropertyLength()
           
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 String getId()
          Gets the value of the id property.
 void setActivationConfigProperty(ActivationConfigPropertyType[] values)
           
 ActivationConfigPropertyType setActivationConfigProperty(int idx, ActivationConfigPropertyType value)
           
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setId(String value)
          Sets the value of the id property.
 

Method Detail

getDescription

DescriptionType[] getDescription()
Returns:
array of DescriptionType

getDescription

DescriptionType getDescription(int idx)
Returns:
one of DescriptionType

getDescriptionLength

int getDescriptionLength()

setDescription

void setDescription(DescriptionType[] values)
Parameters:
values - allowed objects are DescriptionType

setDescription

DescriptionType setDescription(int idx,
                               DescriptionType value)
Parameters:
value - allowed object is DescriptionType

getActivationConfigProperty

ActivationConfigPropertyType[] getActivationConfigProperty()
Returns:
array of ActivationConfigPropertyType

getActivationConfigProperty

ActivationConfigPropertyType getActivationConfigProperty(int idx)
Returns:
one of ActivationConfigPropertyType

getActivationConfigPropertyLength

int getActivationConfigPropertyLength()

setActivationConfigProperty

void setActivationConfigProperty(ActivationConfigPropertyType[] values)
Parameters:
values - allowed objects are ActivationConfigPropertyType

setActivationConfigProperty

ActivationConfigPropertyType setActivationConfigProperty(int idx,
                                                         ActivationConfigPropertyType value)
Parameters:
value - allowed object is ActivationConfigPropertyType

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.