Lines Matching refs:XSD
36 public class XSD {
180 return XSD.xsdByte;
182 return XSD.xsdShort;
184 return XSD.integer;
186 return XSD.xsdLong;
188 return XSD.xsdFloat;
190 return XSD.xsdDouble;
192 return XSD.xsdBoolean;
194 return XSD.string;
196 return XSD.string;
204 if (strType.equals(XSD.negativeInteger) || strType.equals(XSD.nonNegativeInteger) ||
205 strType.equals(XSD.unsignedInt))
207 else if (strType.equals(XSD.integer) || strType.equals(XSD.xsdLong) ||
208 strType.equals(XSD.unsignedLong) || strType.equals(XSD.nonPositiveInteger) ||
209 strType.equals(XSD.nonNegativeInteger) || strType.equals(XSD.negativeInteger) ||
210 strType.equals(XSD.positiveInteger))
212 else if (strType.equals(XSD.xsdShort) || strType.equals(XSD.unsignedShort))
214 else if (strType.equals(XSD.xsdByte) || strType.equals(XSD.unsignedByte))
216 else if (strType.equals(XSD.xsdFloat))
218 else if (strType.equals(XSD.xsdDouble))
220 else if (strType.equals(XSD.xsdBoolean))
222 else if (strType.equals(XSD.string))
224 else if (strType.equals(XSD.xsdBoolean))
226 else if (strType.equals(XSD.dateTime) || strType.equals(XSD.date))