Home
last modified time | relevance | path

Searched refs:msMaxInclusive (Results 1 – 1 of 1) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DRestriction.java108 if (msMaxInclusive != null) in toString()
111 aBuffer.append(msMaxInclusive); in toString()
180 msMaxInclusive = sValue; in SetMaxInclusive()
255 return msMaxInclusive; in GetMaxInclusive()
330 private String msMaxInclusive; field in Restriction