Class ActivationConfigPropertyType


  • public class ActivationConfigPropertyType
    extends Object

    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://www.w3.org/2001/XMLSchema}string"/>
             <element name="activation-config-property-value" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • activationConfigPropertyName

        protected String activationConfigPropertyName
      • activationConfigPropertyValue

        protected String activationConfigPropertyValue
    • Constructor Detail

      • ActivationConfigPropertyType

        public ActivationConfigPropertyType()
    • Method Detail

      • getActivationConfigPropertyName

        public String getActivationConfigPropertyName()
        Gets the value of the activationConfigPropertyName property.
        Returns:
        possible object is String
      • setActivationConfigPropertyName

        public void setActivationConfigPropertyName​(String value)
        Sets the value of the activationConfigPropertyName property.
        Parameters:
        value - allowed object is String
      • getActivationConfigPropertyValue

        public String getActivationConfigPropertyValue()
        Gets the value of the activationConfigPropertyValue property.
        Returns:
        possible object is String
      • setActivationConfigPropertyValue

        public void setActivationConfigPropertyValue​(String value)
        Sets the value of the activationConfigPropertyValue property.
        Parameters:
        value - allowed object is String