C# Class Amazon.ECS.Model.PackageDimensions

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 ) : PackageDimensions

Sets the Height property

WithLength ( DecimalWithUnits length ) : PackageDimensions

Sets the Length property

WithWeight ( DecimalWithUnits weight ) : PackageDimensions

Sets the Weight property

WithWidth ( DecimalWithUnits width ) : PackageDimensions

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 ) : PackageDimensions
height DecimalWithUnits Height property
return PackageDimensions

WithLength() public method

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

WithWeight() public method

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

WithWidth() public method

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