117118119120121122123124125126127128
return maxInclusive.getValue(); } } public Long getMaxLength() { XsEMaxLength length = getRestriction().getMaxLength(); if (length == null) { return atomicBaseType.getMaxLength(); } else { return new Long(length.getValue()); } }
90919293949596979899100101
return new Long(length.getValue()); } } public Long getMaxLength() { XsEMaxLength length = getRestriction().getMaxLength(); if (length == null) { return listBaseType.getMaxLength(); } else { return new Long(length.getValue()); } }
858687888990919293949596
888990919293949596979899
656667686970717273747576
585960616263646566676869