Class Value


  • public class Value
    extends java.lang.Object

    Java class for value complex type.

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

     <complexType name="value">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="expression" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" default="java.lang.String" />
           <attribute name="bean-factory" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="factory-method" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String beanFactory  
      protected java.lang.String expression  
      protected java.lang.String factoryMethod  
      protected java.lang.String id  
      protected java.lang.String mergeMode  
      protected java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Value()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBeanFactory()
      Gets the value of the beanFactory property.
      java.lang.String getExpression()
      Gets the value of the expression property.
      java.lang.String getFactoryMethod()
      Gets the value of the factoryMethod property.
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.String getMergeMode()
      Gets the value of the mergeMode property.
      java.lang.String getType()
      Gets the value of the type property.
      void setBeanFactory​(java.lang.String value)
      Sets the value of the beanFactory property.
      void setExpression​(java.lang.String value)
      Sets the value of the expression property.
      void setFactoryMethod​(java.lang.String value)
      Sets the value of the factoryMethod property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setMergeMode​(java.lang.String value)
      Sets the value of the mergeMode property.
      void setType​(java.lang.String value)
      Sets the value of the type property.
      • Methods inherited from class java.lang.Object

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

      • id

        protected java.lang.String id
      • expression

        protected java.lang.String expression
      • type

        protected java.lang.String type
      • beanFactory

        protected java.lang.String beanFactory
      • factoryMethod

        protected java.lang.String factoryMethod
      • mergeMode

        protected java.lang.String mergeMode
    • Constructor Detail

      • Value

        public Value()
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

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

        public java.lang.String getExpression()
        Gets the value of the expression property.
        Returns:
        possible object is String
      • setExpression

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

        public java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

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

        public java.lang.String getBeanFactory()
        Gets the value of the beanFactory property.
        Returns:
        possible object is String
      • setBeanFactory

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

        public java.lang.String getFactoryMethod()
        Gets the value of the factoryMethod property.
        Returns:
        possible object is String
      • setFactoryMethod

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

        public java.lang.String getMergeMode()
        Gets the value of the mergeMode property.
        Returns:
        possible object is String
      • setMergeMode

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