C# Class Amazon.ECS.Model.CartItems

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetCartItem ( ) : System.Boolean

Checks if CartItem property is set

IsSetSubTotal ( ) : System.Boolean

Checks if SubTotal property is set

WithCartItem ( ) : CartItems

Sets the CartItem property

WithSubTotal ( Price subTotal ) : CartItems

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

IsSetCartItem() public méthode

Checks if CartItem property is set
public IsSetCartItem ( ) : System.Boolean
Résultat System.Boolean

IsSetSubTotal() public méthode

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

WithCartItem() public méthode

Sets the CartItem property
public WithCartItem ( ) : CartItems
Résultat CartItems

WithSubTotal() public méthode

Sets the SubTotal property
public WithSubTotal ( Price subTotal ) : CartItems
subTotal Price SubTotal property
Résultat CartItems