return new Long(length.getValue());
}
}
public Long getTotalDigits() {
XsETotalDigits totalDigits = getRestriction().getTotalDigits();
if (totalDigits == null) {
return atomicBaseType.getTotalDigits();
} else {
return new Long(totalDigits.getValue());
}
}