Class ComplexBaseExpression

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.
      java.lang.String getValue()
      Represents the base-type for an expressions, it forces a non whitespace value to be specified.
      void setValue​(java.lang.String value)
      Sets the value of the value property.
      • Methods inherited from class java.lang.Object

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

      • value

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected java.lang.String value
    • Constructor Detail

      • ComplexBaseExpression

        public ComplexBaseExpression()
    • Method Detail

      • getValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public java.lang.String getValue()
        Represents the base-type for an expressions, it forces a non whitespace value to be specified.
        Returns:
        possible object is String
      • setValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setValue​(java.lang.String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getOtherAttributes

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null