C# Class Amazon.ECS.Model.VariationSummary

Show file Open project: nexus49/grado Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetHighestPrice ( ) : System.Boolean

Checks if HighestPrice property is set

IsSetHighestSalePrice ( ) : System.Boolean

Checks if HighestSalePrice property is set

IsSetLowestPrice ( ) : System.Boolean

Checks if LowestPrice property is set

IsSetLowestSalePrice ( ) : System.Boolean

Checks if LowestSalePrice property is set

IsSetSingleMerchantId ( ) : System.Boolean

Checks if SingleMerchantId property is set

WithHighestPrice ( Price highestPrice ) : VariationSummary

Sets the HighestPrice property

WithHighestSalePrice ( Price highestSalePrice ) : VariationSummary

Sets the HighestSalePrice property

WithLowestPrice ( Price lowestPrice ) : VariationSummary

Sets the LowestPrice property

WithLowestSalePrice ( Price lowestSalePrice ) : VariationSummary

Sets the LowestSalePrice property

WithSingleMerchantId ( String singleMerchantId ) : VariationSummary

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

IsSetHighestPrice() public method

Checks if HighestPrice property is set
public IsSetHighestPrice ( ) : System.Boolean
return System.Boolean

IsSetHighestSalePrice() public method

Checks if HighestSalePrice property is set
public IsSetHighestSalePrice ( ) : System.Boolean
return System.Boolean

IsSetLowestPrice() public method

Checks if LowestPrice property is set
public IsSetLowestPrice ( ) : System.Boolean
return System.Boolean

IsSetLowestSalePrice() public method

Checks if LowestSalePrice property is set
public IsSetLowestSalePrice ( ) : System.Boolean
return System.Boolean

IsSetSingleMerchantId() public method

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

WithHighestPrice() public method

Sets the HighestPrice property
public WithHighestPrice ( Price highestPrice ) : VariationSummary
highestPrice Price HighestPrice property
return VariationSummary

WithHighestSalePrice() public method

Sets the HighestSalePrice property
public WithHighestSalePrice ( Price highestSalePrice ) : VariationSummary
highestSalePrice Price HighestSalePrice property
return VariationSummary

WithLowestPrice() public method

Sets the LowestPrice property
public WithLowestPrice ( Price lowestPrice ) : VariationSummary
lowestPrice Price LowestPrice property
return VariationSummary

WithLowestSalePrice() public method

Sets the LowestSalePrice property
public WithLowestSalePrice ( Price lowestSalePrice ) : VariationSummary
lowestSalePrice Price LowestSalePrice property
return VariationSummary

WithSingleMerchantId() public method

Sets the SingleMerchantId property
public WithSingleMerchantId ( String singleMerchantId ) : VariationSummary
singleMerchantId String SingleMerchantId property
return VariationSummary