public void insertmaxInclusiveAt(SchemaInteger value, int index) { insertDomChildAt(Attribute, null, "maxInclusive", index, value.toString()); }
public void replacemaxInclusiveAt(SchemaInteger value, int index) { replaceDomChildAt(Attribute, null, "maxInclusive", index, value.toString()); }
public org.w3c.dom.Node addmaxInclusive(SchemaInteger value) { if (value.isNull()) return null; return appendDomChild(Attribute, null, "maxInclusive", value.toString()); }