C# Класс Amazon.ECS.Model.ShippingCharge

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
EscapeXML String

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
EscapeXML ( String str ) : String

Описание методов

IsSetShippingPrice() публичный Метод

Checks if ShippingPrice property is set
public IsSetShippingPrice ( ) : System.Boolean
Результат System.Boolean

IsSetShippingType() публичный Метод

Checks if ShippingType property is set
public IsSetShippingType ( ) : System.Boolean
Результат System.Boolean

ToXMLFragment() защищенный Метод

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
Результат String

WithShippingPrice() публичный Метод

Sets the ShippingPrice property
public WithShippingPrice ( Price shippingPrice ) : ShippingCharge
shippingPrice Price ShippingPrice property
Результат ShippingCharge

WithShippingType() публичный Метод

Sets the ShippingType property
public WithShippingType ( String shippingType ) : ShippingCharge
shippingType String ShippingType property
Результат ShippingCharge