Class StringAttribute


  • public class StringAttribute
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="alias" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="value-exp" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String alias  
      protected java.lang.String valueExp  
    • Constructor Summary

      Constructors 
      Constructor Description
      StringAttribute()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.String getAlias()
      Gets the value of the alias property.
      java.lang.String getValueExp()
      Gets the value of the valueExp property.
      int hashCode()  
      void setAlias​(java.lang.String value)
      Sets the value of the alias property.
      void setValueExp​(java.lang.String value)
      Sets the value of the valueExp property.
      • Methods inherited from class java.lang.Object

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

      • alias

        protected java.lang.String alias
      • valueExp

        protected java.lang.String valueExp
    • Constructor Detail

      • StringAttribute

        public StringAttribute()
    • Method Detail

      • getAlias

        public java.lang.String getAlias()
        Gets the value of the alias property.
        Returns:
        possible object is String
      • setAlias

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

        public java.lang.String getValueExp()
        Gets the value of the valueExp property.
        Returns:
        possible object is String
      • setValueExp

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

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object