Class DynamicAttribute


  • public class DynamicAttribute
    extends AbstractDynamicElement

    Java class for dynamicAttribute complex type.

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

     <complexType name="dynamicAttribute">
       <complexContent>
         <extension base="{http://www.hybris.com/cockpitng/component/dynamicForms}abstractDynamicElement">
           <attribute name="computedValue" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • computedValue

        protected java.lang.String computedValue
      • lang

        protected java.lang.String lang
      • paramName

        protected java.lang.String paramName
    • Constructor Detail

      • DynamicAttribute

        public DynamicAttribute()
    • Method Detail

      • getComputedValue

        public java.lang.String getComputedValue()
        Gets the value of the computedValue property.
        Returns:
        possible object is String
      • setComputedValue

        public void setComputedValue​(java.lang.String value)
        Sets the value of the computedValue property.
        Parameters:
        value - allowed object is String
      • getLang

        public java.lang.String getLang()
        Gets the value of the lang property.
        Returns:
        possible object is String
      • setLang

        public void setLang​(java.lang.String value)
        Sets the value of the lang property.
        Parameters:
        value - allowed object is String
      • setParamName

        public void setParamName​(java.lang.String value)
        Sets the value of the paramName property.
        Parameters:
        value - allowed object is String
      • getParamName

        public java.lang.String getParamName()
        Gets the value of the paramName property.
        Returns:
        possible object is String