Rev 74 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package net.brutex.xservices.types;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.XmlValue;
/**
*
* @author brian
*/
@XmlType()
public class PatternElement {
@XmlValue()
public String pattern;
}