Exemplo n.º 1
0
 public void insertmaxInclusiveAt(SchemaInteger value, int index) {
   insertDomChildAt(Attribute, null, "maxInclusive", index, value.toString());
 }
Exemplo n.º 2
0
 public void replacemaxInclusiveAt(SchemaInteger value, int index) {
   replaceDomChildAt(Attribute, null, "maxInclusive", index, value.toString());
 }
Exemplo n.º 3
0
  public org.w3c.dom.Node addmaxInclusive(SchemaInteger value) {
    if (value.isNull()) return null;

    return appendDomChild(Attribute, null, "maxInclusive", value.toString());
  }