C# Class Amazon.ECS.Model.ItemDimensions

Show file Open project: nexus49/grado Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetHeight ( ) : System.Boolean

Checks if Height property is set

IsSetLength ( ) : System.Boolean

Checks if Length property is set

IsSetWeight ( ) : System.Boolean

Checks if Weight property is set

IsSetWidth ( ) : System.Boolean

Checks if Width property is set

WithHeight ( DecimalWithUnits height ) : ItemDimensions

Sets the Height property

WithLength ( DecimalWithUnits length ) : ItemDimensions

Sets the Length property

WithWeight ( DecimalWithUnits weight ) : ItemDimensions

Sets the Weight property

WithWidth ( DecimalWithUnits width ) : ItemDimensions

Sets the Width 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

IsSetHeight() public method

Checks if Height property is set
public IsSetHeight ( ) : System.Boolean
return System.Boolean

IsSetLength() public method

Checks if Length property is set
public IsSetLength ( ) : System.Boolean
return System.Boolean

IsSetWeight() public method

Checks if Weight property is set
public IsSetWeight ( ) : System.Boolean
return System.Boolean

IsSetWidth() public method

Checks if Width property is set
public IsSetWidth ( ) : 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

WithHeight() public method

Sets the Height property
public WithHeight ( DecimalWithUnits height ) : ItemDimensions
height DecimalWithUnits Height property
return ItemDimensions

WithLength() public method

Sets the Length property
public WithLength ( DecimalWithUnits length ) : ItemDimensions
length DecimalWithUnits Length property
return ItemDimensions

WithWeight() public method

Sets the Weight property
public WithWeight ( DecimalWithUnits weight ) : ItemDimensions
weight DecimalWithUnits Weight property
return ItemDimensions

WithWidth() public method

Sets the Width property
public WithWidth ( DecimalWithUnits width ) : ItemDimensions
width DecimalWithUnits Width property
return ItemDimensions