Md5String.java

package nl.logius.digikoppeling.gb._2010._10;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;


/**
 * <p>Java class for md5String complex type.
 * 
 * <p>The following schema fragment specifies the expected content contained within this class.
 * 
 * <pre>
 * &lt;complexType name="md5String"&gt;
 *   &lt;simpleContent&gt;
 *     &lt;restriction base="&lt;http://www.logius.nl/digikoppeling/gb/2010/10&gt;anyString"&gt;
 *     &lt;/restriction&gt;
 *   &lt;/simpleContent&gt;
 * &lt;/complexType&gt;
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "md5String")
@XmlSeeAlso({
    ChecksumType.class
})
public class Md5String
    extends AnyString
{


}