public void AddDepth(SchemaLong newValue) { AppendDomChild(NodeType.Attribute, "", "Depth", newValue.ToString()); }
public void ReplaceDepthAt(SchemaLong newValue, int index) { ReplaceDomChildAt(NodeType.Attribute, "", "Depth", index, newValue.ToString()); }
public void InsertPriorityAt(SchemaLong newValue, int index) { InsertDomChildAt(NodeType.Element, "", "Priority", index, newValue.ToString()); }
public void ReplacePriorityAt(SchemaLong newValue, int index) { ReplaceDomChildAt(NodeType.Element, "", "Priority", index, newValue.ToString()); }
public void ReplaceHoursAt(SchemaLong newValue, int index) { ReplaceDomChildAt(NodeType.Element, "", "Hours", index, newValue.ToString()); }
public void AddPriority(SchemaLong newValue) { AppendDomChild(NodeType.Element, "", "Priority", newValue.ToString()); }
public void AddHours(SchemaLong newValue) { AppendDomChild(NodeType.Element, "", "Hours", newValue.ToString()); }
public void InsertHoursAt(SchemaLong newValue, int index) { InsertDomChildAt(NodeType.Element, "", "Hours", index, newValue.ToString()); }
public void Addheight(SchemaLong newValue) { AppendDomChild(NodeType.Attribute, "", "height", newValue.ToString()); }
public void InsertheightAt(SchemaLong newValue, int index) { InsertDomChildAt(NodeType.Attribute, "", "height", index, newValue.ToString()); }
public void InsertIntegerAt(SchemaLong newValue, int index) { InsertDomChildAt(NodeType.Element, "", "Integer", index, newValue.ToString()); }
public void AddInteger(SchemaLong newValue) { AppendDomChild(NodeType.Element, "", "Integer", newValue.ToString()); }
public void ReplaceMaxHeightAt(SchemaLong newValue, int index) { ReplaceDomChildAt(NodeType.Element, "http://www.opengis.net/wms", "MaxHeight", index, newValue.ToString()); }
public void AddMaxHeight(SchemaLong newValue) { AppendDomChild(NodeType.Element, "http://www.opengis.net/wms", "MaxHeight", newValue.ToString()); }
public void InsertMaxWidthAt(SchemaLong newValue, int index) { InsertDomChildAt(NodeType.Element, "http://www.opengis.net/wms", "MaxWidth", index, newValue.ToString()); }