C# Class Amazon.ECS.Model.PromotionBenefit

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetBenefitType ( ) : System.Boolean

Checks if BenefitType property is set

IsSetCeiling ( ) : System.Boolean

Checks if Ceiling property is set

IsSetComponentType ( ) : System.Boolean

Checks if ComponentType property is set

IsSetFixedAmount ( ) : System.Boolean

Checks if FixedAmount property is set

IsSetPercentOff ( ) : System.Boolean

Checks if PercentOff property is set

IsSetQuantity ( ) : System.Boolean

Checks if Quantity property is set

WithBenefitType ( String benefitType ) : PromotionBenefit

Sets the BenefitType property

WithCeiling ( Price ceiling ) : PromotionBenefit

Sets the Ceiling property

WithComponentType ( String componentType ) : PromotionBenefit

Sets the ComponentType property

WithFixedAmount ( Price fixedAmount ) : PromotionBenefit

Sets the FixedAmount property

WithPercentOff ( Double percentOff ) : PromotionBenefit

Sets the PercentOff property

WithQuantity ( Decimal quantity ) : PromotionBenefit

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

IsSetBenefitType() public méthode

Checks if BenefitType property is set
public IsSetBenefitType ( ) : System.Boolean
Résultat System.Boolean

IsSetCeiling() public méthode

Checks if Ceiling property is set
public IsSetCeiling ( ) : System.Boolean
Résultat System.Boolean

IsSetComponentType() public méthode

Checks if ComponentType property is set
public IsSetComponentType ( ) : System.Boolean
Résultat System.Boolean

IsSetFixedAmount() public méthode

Checks if FixedAmount property is set
public IsSetFixedAmount ( ) : System.Boolean
Résultat System.Boolean

IsSetPercentOff() public méthode

Checks if PercentOff property is set
public IsSetPercentOff ( ) : System.Boolean
Résultat System.Boolean

IsSetQuantity() public méthode

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

WithBenefitType() public méthode

Sets the BenefitType property
public WithBenefitType ( String benefitType ) : PromotionBenefit
benefitType String BenefitType property
Résultat PromotionBenefit

WithCeiling() public méthode

Sets the Ceiling property
public WithCeiling ( Price ceiling ) : PromotionBenefit
ceiling Price Ceiling property
Résultat PromotionBenefit

WithComponentType() public méthode

Sets the ComponentType property
public WithComponentType ( String componentType ) : PromotionBenefit
componentType String ComponentType property
Résultat PromotionBenefit

WithFixedAmount() public méthode

Sets the FixedAmount property
public WithFixedAmount ( Price fixedAmount ) : PromotionBenefit
fixedAmount Price FixedAmount property
Résultat PromotionBenefit

WithPercentOff() public méthode

Sets the PercentOff property
public WithPercentOff ( Double percentOff ) : PromotionBenefit
percentOff Double PercentOff property
Résultat PromotionBenefit

WithQuantity() public méthode

Sets the Quantity property
public WithQuantity ( Decimal quantity ) : PromotionBenefit
quantity Decimal Quantity property
Résultat PromotionBenefit