C# Class Amazon.ECS.Model.PackageDimensions

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

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 ) : PackageDimensions
height DecimalWithUnits Height property
Résultat PackageDimensions

WithLength() public méthode

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

WithWeight() public méthode

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

WithWidth() public méthode

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