Home
last modified time | relevance | path

Searched refs:msMaxExclusive (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.java113 if (msMaxExclusive != null) in toString()
116 aBuffer.append(msMaxExclusive); in toString()
190 msMaxExclusive = sValue; in SetMaxExclusive()
263 return msMaxExclusive; in GetMaxExclusive()
331 private String msMaxExclusive; field in Restriction