01: package org.geotools.ml.bindings;
02:
03: import javax.xml.namespace.QName;
04:
05: /**
06: * This interface contains the qualified names of all the types in the
07: * http://mails/refractions/net schema.
08: *
09: * @generated
10: */
11: public interface ML {
12:
13: public static final String NAMESPACE = "http://mails/refractions/net";
14:
15: public static final QName ATTACHMENTTYPE = new QName(
16: "http://mails/refractions/net", "attachmentType");
17: public static final QName BODYTYPE = new QName(
18: "http://mails/refractions/net", "bodyType");
19: public static final QName ENVELOPETYPE = new QName(
20: "http://mails/refractions/net", "envelopeType");
21: public static final QName MAILSTYPE = new QName(
22: "http://mails/refractions/net", "mailsType");
23: public static final QName MAILTYPE = new QName(
24: "http://mails/refractions/net", "mailType");
25: public static final QName MIMETOPLEVELTYPE = new QName(
26: "http://mails/refractions/net", "mimeTopLevelType");
27: }
|