Subversion Repositories XServices

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 brianR 1
/*
2
 * To change this template, choose Tools | Templates
3
 * and open the template in the editor.
4
 */
5
 
6
package net.brutex.xservices.types;
7
 
8
import javax.xml.bind.annotation.XmlType;
9
import javax.xml.bind.annotation.XmlValue;
10
 
11
/**
12
 *
13
 * @author brian
14
 */
15
@XmlType()
16
public class PatternElement {
17
 
18
    @XmlValue()
19
    public String pattern;
20
}