C# Class Amazon.ECS.Model.CartItems

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method 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

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

IsSetCartItem() public method

Checks if CartItem property is set
public IsSetCartItem ( ) : System.Boolean
return System.Boolean

IsSetSubTotal() public method

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

WithCartItem() public method

Sets the CartItem property
public WithCartItem ( ) : CartItems
return CartItems

WithSubTotal() public method

Sets the SubTotal property
public WithSubTotal ( Price subTotal ) : CartItems
subTotal Price SubTotal property
return CartItems