C# Class Amazon.ECS.Model.ShippingCharge

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetShippingPrice ( ) : System.Boolean

Checks if ShippingPrice property is set

IsSetShippingType ( ) : System.Boolean

Checks if ShippingType property is set

WithShippingPrice ( Price shippingPrice ) : ShippingCharge

Sets the ShippingPrice property

WithShippingType ( String shippingType ) : ShippingCharge

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

IsSetShippingPrice() public method

Checks if ShippingPrice property is set
public IsSetShippingPrice ( ) : System.Boolean
return System.Boolean

IsSetShippingType() public method

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

WithShippingPrice() public method

Sets the ShippingPrice property
public WithShippingPrice ( Price shippingPrice ) : ShippingCharge
shippingPrice Price ShippingPrice property
return ShippingCharge

WithShippingType() public method

Sets the ShippingType property
public WithShippingType ( String shippingType ) : ShippingCharge
shippingType String ShippingType property
return ShippingCharge