Class ActivationConfigProperty


  • public class ActivationConfigProperty
    extends Object
    ejb-jar_3_1.xsd

    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>
     
    • Field Detail

      • activationConfigPropertyName

        protected String activationConfigPropertyName
      • activationConfigPropertyValue

        protected String activationConfigPropertyValue
    • Constructor Detail

      • ActivationConfigProperty

        public ActivationConfigProperty()
      • ActivationConfigProperty

        public ActivationConfigProperty​(String activationConfigPropertyName,
                                        String activationConfigPropertyValue)
    • Method Detail

      • getActivationConfigPropertyName

        public String getActivationConfigPropertyName()
      • setActivationConfigPropertyName

        public void setActivationConfigPropertyName​(String value)
      • getActivationConfigPropertyValue

        public String getActivationConfigPropertyValue()
      • setActivationConfigPropertyValue

        public void setActivationConfigPropertyValue​(String value)
      • getId

        public String getId()
      • setId

        public void setId​(String value)