Property | Type | Description | |
---|---|---|---|
EscapeXML | String |
Method | Description | |
---|---|---|
IsSetUnits ( ) : System.Boolean |
Checks if Units property is set
|
|
IsSetValue ( ) : System.Boolean |
Checks if Value property is set
|
|
WithUnits ( String units ) : |
Sets the Units property
|
|
WithValue ( Decimal value ) : |
Sets the Value property
|
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 |
Method | Description | |
---|---|---|
EscapeXML ( String str ) : String |
public WithUnits ( String units ) : |
||
units | String | Units property |
return |
public WithValue ( Decimal value ) : |
||
value | Decimal | Value property |
return |