C# Class Amazon.ECS.Model.CollectionSummary

Show file Open project: nexus49/grado Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetHighestListPrice ( ) : System.Boolean

Checks if HighestListPrice property is set

IsSetHighestSalePrice ( ) : System.Boolean

Checks if HighestSalePrice property is set

IsSetLowestListPrice ( ) : System.Boolean

Checks if LowestListPrice property is set

IsSetLowestSalePrice ( ) : System.Boolean

Checks if LowestSalePrice property is set

WithHighestListPrice ( Price highestListPrice ) : CollectionSummary

Sets the HighestListPrice property

WithHighestSalePrice ( Price highestSalePrice ) : CollectionSummary

Sets the HighestSalePrice property

WithLowestListPrice ( Price lowestListPrice ) : CollectionSummary

Sets the LowestListPrice property

WithLowestSalePrice ( Price lowestSalePrice ) : CollectionSummary

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

IsSetHighestListPrice() public method

Checks if HighestListPrice property is set
public IsSetHighestListPrice ( ) : System.Boolean
return System.Boolean

IsSetHighestSalePrice() public method

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

IsSetLowestListPrice() public method

Checks if LowestListPrice property is set
public IsSetLowestListPrice ( ) : System.Boolean
return System.Boolean

IsSetLowestSalePrice() public method

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

WithHighestListPrice() public method

Sets the HighestListPrice property
public WithHighestListPrice ( Price highestListPrice ) : CollectionSummary
highestListPrice Price HighestListPrice property
return CollectionSummary

WithHighestSalePrice() public method

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

WithLowestListPrice() public method

Sets the LowestListPrice property
public WithLowestListPrice ( Price lowestListPrice ) : CollectionSummary
lowestListPrice Price LowestListPrice property
return CollectionSummary

WithLowestSalePrice() public method

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