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>
* <complexType name="md5String">
* <simpleContent>
* <restriction base="<http://www.logius.nl/digikoppeling/gb/2010/10>anyString">
* </restriction>
* </simpleContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "md5String")
@XmlSeeAlso({
ChecksumType.class
})
public class Md5String
extends AnyString
{
}