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

All Known Implementing Classes:
ActivationConfigPropertyTypeImpl

public interface ActivationConfigPropertyType

The activation-config-propertyType contains a name/value configuration property pair for a message-driven bean. The properties that are recognized for a particular message-driven bean are determined by the messaging type.

Java class for activation-config-propertyType complex type.

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

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


Method Summary
 XsdStringType getActivationConfigPropertyName()
          Gets the value of the activationConfigPropertyName property.
 XsdStringType getActivationConfigPropertyValue()
          Gets the value of the activationConfigPropertyValue property.
 String getId()
          Gets the value of the id property.
 void setActivationConfigPropertyName(XsdStringType value)
          Sets the value of the activationConfigPropertyName property.
 void setActivationConfigPropertyValue(XsdStringType value)
          Sets the value of the activationConfigPropertyValue property.
 void setId(String value)
          Sets the value of the id property.
 

Method Detail

getActivationConfigPropertyName

XsdStringType getActivationConfigPropertyName()
Gets the value of the activationConfigPropertyName property.

Returns:
possible object is XsdStringType

setActivationConfigPropertyName

void setActivationConfigPropertyName(XsdStringType value)
Sets the value of the activationConfigPropertyName property.

Parameters:
value - allowed object is XsdStringType

getActivationConfigPropertyValue

XsdStringType getActivationConfigPropertyValue()
Gets the value of the activationConfigPropertyValue property.

Returns:
possible object is XsdStringType

setActivationConfigPropertyValue

void setActivationConfigPropertyValue(XsdStringType value)
Sets the value of the activationConfigPropertyValue property.

Parameters:
value - allowed object is XsdStringType

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.