# File lib/xsd/datatypes.rb, line 1221 1221: def _set(value) 1222: @data = value 1223: end
# File lib/xsd/datatypes.rb, line 1225 1225: def _to_s() 1226: @data.to_s 1227: end
# File lib/xsd/datatypes.rb, line 1235 1235: def maxinclusive 1236: nil 1237: end
# File lib/xsd/datatypes.rb, line 1239 1239: def mininclusive 1240: nil 1241: end
# File lib/xsd/datatypes.rb, line 1244 1244: def positive(v) 1245: PositiveMinInclusive <= v 1246: end
# File lib/xsd/datatypes.rb, line 1209 1209: def screen_data_str(str) 1210: begin 1211: data = Integer(str) 1212: rescue ArgumentError 1213: raise ValueSpaceError.new("#{ type }: cannot accept '#{ str }'.", $!) 1214: end 1215: unless validate(data) 1216: raise ValueSpaceError.new("#{ type }: cannot accept '#{ str }'.") 1217: end 1218: data 1219: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.