C# Class Amazon.ECS.Model.OfferListing

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetAmountSaved ( ) : System.Boolean

Checks if AmountSaved property is set

IsSetAvailability ( ) : System.Boolean

Checks if Availability property is set

IsSetAvailabilityAttributes ( ) : System.Boolean

Checks if AvailabilityAttributes property is set

IsSetExchangeId ( ) : System.Boolean

Checks if ExchangeId property is set

IsSetISPUStoreAddress ( ) : System.Boolean

Checks if ISPUStoreAddress property is set

IsSetISPUStoreHours ( ) : Boolean

Checks if ISPUStoreHours property is set

IsSetIsEligibleForSuperSaverShipping ( ) : Boolean

Checks if IsEligibleForSuperSaverShipping property is set

IsSetOfferListingId ( ) : Boolean

Checks if OfferListingId property is set

IsSetPercentageSaved ( ) : Boolean

Checks if PercentageSaved property is set

IsSetPrice ( ) : Boolean

Checks if Price property is set

IsSetQuantity ( ) : Boolean

Checks if Quantity property is set

IsSetSalePrice ( ) : Boolean

Checks if SalePrice property is set

IsSetSalesRestriction ( ) : Boolean

Checks if SalesRestriction property is set

IsSetShippingCharge ( ) : Boolean

Checks if ShippingCharge property is set

WithAmountSaved ( Price amountSaved ) : OfferListing

Sets the AmountSaved property

WithAvailability ( String availability ) : OfferListing

Sets the Availability property

WithAvailabilityAttributes ( AvailabilityAttributes availabilityAttributes ) : OfferListing

Sets the AvailabilityAttributes property

WithExchangeId ( String exchangeId ) : OfferListing

Sets the ExchangeId property

WithISPUStoreAddress ( Address ISPUStoreAddress ) : OfferListing

Sets the ISPUStoreAddress property

WithISPUStoreHours ( String ISPUStoreHours ) : OfferListing

Sets the ISPUStoreHours property

WithIsEligibleForSuperSaverShipping ( Boolean isEligibleForSuperSaverShipping ) : OfferListing

Sets the IsEligibleForSuperSaverShipping property

WithOfferListingId ( String offerListingId ) : OfferListing

Sets the OfferListingId property

WithPercentageSaved ( Decimal percentageSaved ) : OfferListing

Sets the PercentageSaved property

WithPrice ( Price price ) : OfferListing

Sets the Price property

WithQuantity ( Decimal quantity ) : OfferListing

Sets the Quantity property

WithSalePrice ( Price salePrice ) : OfferListing

Sets the SalePrice property

WithSalesRestriction ( String salesRestriction ) : OfferListing

Sets the SalesRestriction property

WithShippingCharge ( ) : OfferListing

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

IsSetAmountSaved() public method

Checks if AmountSaved property is set
public IsSetAmountSaved ( ) : System.Boolean
return System.Boolean

IsSetAvailability() public method

Checks if Availability property is set
public IsSetAvailability ( ) : System.Boolean
return System.Boolean

IsSetAvailabilityAttributes() public method

Checks if AvailabilityAttributes property is set
public IsSetAvailabilityAttributes ( ) : System.Boolean
return System.Boolean

IsSetExchangeId() public method

Checks if ExchangeId property is set
public IsSetExchangeId ( ) : System.Boolean
return System.Boolean

IsSetISPUStoreAddress() public method

Checks if ISPUStoreAddress property is set
public IsSetISPUStoreAddress ( ) : System.Boolean
return System.Boolean

IsSetISPUStoreHours() public method

Checks if ISPUStoreHours property is set
public IsSetISPUStoreHours ( ) : Boolean
return Boolean

IsSetIsEligibleForSuperSaverShipping() public method

Checks if IsEligibleForSuperSaverShipping property is set
public IsSetIsEligibleForSuperSaverShipping ( ) : Boolean
return Boolean

IsSetOfferListingId() public method

Checks if OfferListingId property is set
public IsSetOfferListingId ( ) : Boolean
return Boolean

IsSetPercentageSaved() public method

Checks if PercentageSaved property is set
public IsSetPercentageSaved ( ) : Boolean
return Boolean

IsSetPrice() public method

Checks if Price property is set
public IsSetPrice ( ) : Boolean
return Boolean

IsSetQuantity() public method

Checks if Quantity property is set
public IsSetQuantity ( ) : Boolean
return Boolean

IsSetSalePrice() public method

Checks if SalePrice property is set
public IsSetSalePrice ( ) : Boolean
return Boolean

IsSetSalesRestriction() public method

Checks if SalesRestriction property is set
public IsSetSalesRestriction ( ) : Boolean
return Boolean

IsSetShippingCharge() public method

Checks if ShippingCharge property is set
public IsSetShippingCharge ( ) : Boolean
return 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

WithAmountSaved() public method

Sets the AmountSaved property
public WithAmountSaved ( Price amountSaved ) : OfferListing
amountSaved Price AmountSaved property
return OfferListing

WithAvailability() public method

Sets the Availability property
public WithAvailability ( String availability ) : OfferListing
availability String Availability property
return OfferListing

WithAvailabilityAttributes() public method

Sets the AvailabilityAttributes property
public WithAvailabilityAttributes ( AvailabilityAttributes availabilityAttributes ) : OfferListing
availabilityAttributes AvailabilityAttributes AvailabilityAttributes property
return OfferListing

WithExchangeId() public method

Sets the ExchangeId property
public WithExchangeId ( String exchangeId ) : OfferListing
exchangeId String ExchangeId property
return OfferListing

WithISPUStoreAddress() public method

Sets the ISPUStoreAddress property
public WithISPUStoreAddress ( Address ISPUStoreAddress ) : OfferListing
ISPUStoreAddress Address ISPUStoreAddress property
return OfferListing

WithISPUStoreHours() public method

Sets the ISPUStoreHours property
public WithISPUStoreHours ( String ISPUStoreHours ) : OfferListing
ISPUStoreHours String ISPUStoreHours property
return OfferListing

WithIsEligibleForSuperSaverShipping() public method

Sets the IsEligibleForSuperSaverShipping property
public WithIsEligibleForSuperSaverShipping ( Boolean isEligibleForSuperSaverShipping ) : OfferListing
isEligibleForSuperSaverShipping Boolean IsEligibleForSuperSaverShipping property
return OfferListing

WithOfferListingId() public method

Sets the OfferListingId property
public WithOfferListingId ( String offerListingId ) : OfferListing
offerListingId String OfferListingId property
return OfferListing

WithPercentageSaved() public method

Sets the PercentageSaved property
public WithPercentageSaved ( Decimal percentageSaved ) : OfferListing
percentageSaved Decimal PercentageSaved property
return OfferListing

WithPrice() public method

Sets the Price property
public WithPrice ( Price price ) : OfferListing
price Price Price property
return OfferListing

WithQuantity() public method

Sets the Quantity property
public WithQuantity ( Decimal quantity ) : OfferListing
quantity Decimal Quantity property
return OfferListing

WithSalePrice() public method

Sets the SalePrice property
public WithSalePrice ( Price salePrice ) : OfferListing
salePrice Price SalePrice property
return OfferListing

WithSalesRestriction() public method

Sets the SalesRestriction property
public WithSalesRestriction ( String salesRestriction ) : OfferListing
salesRestriction String SalesRestriction property
return OfferListing

WithShippingCharge() public method

Sets the ShippingCharge property
public WithShippingCharge ( ) : OfferListing
return OfferListing