C# Class Amazon.ECS.Model.NonNegativeIntegerWithUnits

Show file Open project: nexus49/grado Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetUnits ( ) : System.Boolean

Checks if Units property is set

IsSetValue ( ) : System.Boolean

Checks if Value property is set

WithUnits ( String units ) : NonNegativeIntegerWithUnits

Sets the Units property

WithValue ( Decimal value ) : NonNegativeIntegerWithUnits

Sets the Value property

Protected Methods

Method Description
ToXMLFragment ( ) : String

XML fragment representation of this object

Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetUnits() public method

Checks if Units property is set
public IsSetUnits ( ) : System.Boolean
return System.Boolean

IsSetValue() public method

Checks if Value property is set
public IsSetValue ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

XML fragment representation of this object
Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only
protected ToXMLFragment ( ) : String
return String

WithUnits() public method

Sets the Units property
public WithUnits ( String units ) : NonNegativeIntegerWithUnits
units String Units property
return NonNegativeIntegerWithUnits

WithValue() public method

Sets the Value property
public WithValue ( Decimal value ) : NonNegativeIntegerWithUnits
value Decimal Value property
return NonNegativeIntegerWithUnits