Class PropertyMatch

  • All Implemented Interfaces:
    java.io.Serializable

    public class PropertyMatch
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyMatch()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCode()  
      java.util.List<Span> getSpans()  
      java.lang.String getValue()  
      void setCode​(java.lang.String code)  
      void setSpans​(java.util.List<Span> spans)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • PropertyMatch

        public PropertyMatch()
    • Method Detail

      • getCode

        public java.lang.String getCode()
      • setCode

        public void setCode​(java.lang.String code)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • getSpans

        public java.util.List<Span> getSpans()
      • setSpans

        public void setSpans​(java.util.List<Span> spans)