Subversion Repositories XServices

Rev

Rev 116 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 116 Rev 197
Line 27... Line 27...
27
 */
27
 */
Line 28... Line 28...
28
 
28
 
29
@XmlType
29
@XmlType
30
public class StringMatchType
30
public class StringMatchType
31
{
31
{
32
  public final List<StringMatchDetails> stringlist = new ArrayList();
32
  public final List<StringMatchDetails> stringlist = new ArrayList<StringMatchDetails>();
Line 33... Line 33...
33
  public int size = 0;
33
  public int size = 0;
34
 
34
 
35
  public synchronized void addStringMatch(StringMatchDetails match)
35
  public synchronized void addStringMatch(StringMatchDetails match)