Class I18NStringTypeWithExpression

  • Direct Known Subclasses:
    Init

    public class I18NStringTypeWithExpression
    extends I18NStringType

    Java class for i18nStringTypeWithExpression complex type.

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

     <complexType name="i18nStringTypeWithExpression">
       <simpleContent>
         <extension base="<>i18nStringType">
           <attribute name="dynamic" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Boolean dynamic  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isDynamic()
      Gets the value of the dynamic property.
      void setDynamic​(java.lang.Boolean value)
      Sets the value of the dynamic property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • dynamic

        protected java.lang.Boolean dynamic
    • Constructor Detail

      • I18NStringTypeWithExpression

        public I18NStringTypeWithExpression()
    • Method Detail

      • isDynamic

        public boolean isDynamic()
        Gets the value of the dynamic property.
        Returns:
        possible object is Boolean
      • setDynamic

        public void setDynamic​(java.lang.Boolean value)
        Sets the value of the dynamic property.
        Parameters:
        value - allowed object is Boolean