C# Class Amazon.ECS.Model.ShippingCharge

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode 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

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

IsSetShippingPrice() public méthode

Checks if ShippingPrice property is set
public IsSetShippingPrice ( ) : System.Boolean
Résultat System.Boolean

IsSetShippingType() public méthode

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

WithShippingPrice() public méthode

Sets the ShippingPrice property
public WithShippingPrice ( Price shippingPrice ) : ShippingCharge
shippingPrice Price ShippingPrice property
Résultat ShippingCharge

WithShippingType() public méthode

Sets the ShippingType property
public WithShippingType ( String shippingType ) : ShippingCharge
shippingType String ShippingType property
Résultat ShippingCharge