public XmlNode Addwidth(SchemaLong newValue) { if( newValue.IsNull() == false ) return AppendDomChild(NodeType.Attribute, "", "width", newValue.ToString()); return null; }
public void AddPriority(SchemaLong newValue) { AppendDomChild(NodeType.Element, "", "Priority", newValue.ToString()); }
public SchemaLong(SchemaLong obj) { myValue = obj.myValue; isEmpty = obj.isEmpty; isNull = obj.isNull; }
public void InsertOpacityAt(SchemaLong newValue, int index) { if( newValue.IsNull() == false ) InsertDomChildAt(NodeType.Element, "", "Opacity", index, newValue.ToString()); }
public void InsertcascadedAt(SchemaLong newValue, int index) { InsertDomChildAt(NodeType.Attribute, "", "cascaded", index, newValue.ToString()); }
public void AddfixedWidth(SchemaLong newValue) { AppendDomChild(NodeType.Attribute, "", "fixedWidth", newValue.ToString()); }
public void ReplaceIntegerAt(SchemaLong newValue, int index) { ReplaceDomChildAt(NodeType.Element, "", "Integer", index, newValue.ToString()); }
public void InsertfixedHeightAt(SchemaLong newValue, int index) { InsertDomChildAt(NodeType.Attribute, "", "fixedHeight", index, newValue.ToString()); }
public void AddInteger(SchemaLong newValue) { AppendDomChild(NodeType.Element, "", "Integer", newValue.ToString()); }
public void InsertIntegerAt(SchemaLong newValue, int index) { InsertDomChildAt(NodeType.Element, "", "Integer", index, newValue.ToString()); }
public void InsertHoursAt(SchemaLong newValue, int index) { InsertDomChildAt(NodeType.Element, "", "Hours", index, newValue.ToString()); }
public void AddHours(SchemaLong newValue) { AppendDomChild(NodeType.Element, "", "Hours", newValue.ToString()); }
public void InsertwidthAt(SchemaLong newValue, int index) { if( newValue.IsNull() == false ) InsertDomChildAt(NodeType.Attribute, "", "width", index, newValue.ToString()); }
public void InsertPriorityAt(SchemaLong newValue, int index) { InsertDomChildAt(NodeType.Element, "", "Priority", index, newValue.ToString()); }
public void InsertMaxWidthAt(SchemaLong newValue, int index) { if( newValue.IsNull() == false ) InsertDomChildAt(NodeType.Element, "http://www.opengis.net/wms", "MaxWidth", index, newValue.ToString()); }
public OpacityType(SchemaLong newValue) : base(newValue) { Validate(); }
public void ReplaceMaxWidthAt(SchemaLong newValue, int index) { ReplaceDomChildAt(NodeType.Element, "http://www.opengis.net/wms", "MaxWidth", index, newValue.ToString()); }
public void Addcascaded(SchemaLong newValue) { AppendDomChild(NodeType.Attribute, "", "cascaded", newValue.ToString()); }
public XmlNode AddMaxWidth(SchemaLong newValue) { if( newValue.IsNull() == false ) return AppendDomChild(NodeType.Element, "http://www.opengis.net/wms", "MaxWidth", newValue.ToString()); return null; }
public void ReplacecascadedAt(SchemaLong newValue, int index) { ReplaceDomChildAt(NodeType.Attribute, "", "cascaded", index, newValue.ToString()); }
public void Addheight(SchemaLong newValue) { AppendDomChild(NodeType.Attribute, "", "height", newValue.ToString()); }
public void ReplacefixedWidthAt(SchemaLong newValue, int index) { ReplaceDomChildAt(NodeType.Attribute, "", "fixedWidth", index, newValue.ToString()); }
public void ReplaceheightAt(SchemaLong newValue, int index) { ReplaceDomChildAt(NodeType.Attribute, "", "height", index, newValue.ToString()); }
public XmlNode AddOpacity(SchemaLong newValue) { if( newValue.IsNull() == false ) return AppendDomChild(NodeType.Element, "", "Opacity", newValue.ToString()); return null; }
public void ReplaceStartYAt(SchemaLong newValue, int index) { ReplaceDomChildAt(NodeType.Element, "", "StartY", index, newValue.ToString()); }
public void ReplaceOpacityAt(SchemaLong newValue, int index) { ReplaceDomChildAt(NodeType.Element, "", "Opacity", index, newValue.ToString()); }
public SchemaLong(SchemaLong obj) { Value = obj.Value; }