1 17 package org.apache.ws.jaxme.xs; 18 19 20 24 public interface XSAtomicType { 25 27 public Long getFractionDigits(); 28 29 31 public Long getLength(); 32 33 35 public String getMaxExclusive(); 36 37 39 public String getMaxInclusive(); 40 41 43 public Long getMaxLength(); 44 45 47 public String getMinExclusive(); 48 49 51 public String getMinInclusive(); 52 53 55 public Long getMinLength(); 56 57 59 public Long getTotalDigits(); 60 61 64 public boolean isReplacing(); 65 66 70 public boolean isCollapsing(); 71 } 72 | Popular Tags |