C# Class Amazon.ECS.Model.ItemDimensions

Afficher le fichier Open project: nexus49/grado Class Usage Examples

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetHeight() public méthode

Checks if Height property is set
public IsSetHeight ( ) : System.Boolean
Résultat System.Boolean

IsSetLength() public méthode

Checks if Length property is set
public IsSetLength ( ) : System.Boolean
Résultat System.Boolean

IsSetWeight() public méthode

Checks if Weight property is set
public IsSetWeight ( ) : System.Boolean
Résultat System.Boolean

IsSetWidth() public méthode

Checks if Width property is set
public IsSetWidth ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

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
Résultat String

WithHeight() public méthode

Sets the Height property
public WithHeight ( DecimalWithUnits height ) : ItemDimensions
height DecimalWithUnits Height property
Résultat ItemDimensions

WithLength() public méthode

Sets the Length property
public WithLength ( DecimalWithUnits length ) : ItemDimensions
length DecimalWithUnits Length property
Résultat ItemDimensions

WithWeight() public méthode

Sets the Weight property
public WithWeight ( DecimalWithUnits weight ) : ItemDimensions
weight DecimalWithUnits Weight property
Résultat ItemDimensions

WithWidth() public méthode

Sets the Width property
public WithWidth ( DecimalWithUnits width ) : ItemDimensions
width DecimalWithUnits Width property
Résultat ItemDimensions