C# Class MarketplaceWebServiceProducts.Model.QualifiersType

显示文件 Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetFulfillmentChannel ( ) : System.Boolean

Checks if FulfillmentChannel property is set

IsSetItemCondition ( ) : System.Boolean

Checks if ItemCondition property is set

IsSetItemSubcondition ( ) : System.Boolean

Checks if ItemSubcondition property is set

IsSetSellerPositiveFeedbackRating ( ) : System.Boolean

Checks if SellerPositiveFeedbackRating property is set

IsSetShippingTime ( ) : System.Boolean

Checks if ShippingTime property is set

IsSetShipsDomestically ( ) : System.Boolean

Checks if ShipsDomestically property is set

WithFulfillmentChannel ( String fulfillmentChannel ) : QualifiersType

Sets the FulfillmentChannel property

WithItemCondition ( String itemCondition ) : QualifiersType

Sets the ItemCondition property

WithItemSubcondition ( String itemSubcondition ) : QualifiersType

Sets the ItemSubcondition property

WithSellerPositiveFeedbackRating ( String sellerPositiveFeedbackRating ) : QualifiersType

Sets the SellerPositiveFeedbackRating property

WithShippingTime ( ShippingTimeType shippingTime ) : QualifiersType

Sets the ShippingTime property

WithShipsDomestically ( String shipsDomestically ) : QualifiersType

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

IsSetFulfillmentChannel() public method

Checks if FulfillmentChannel property is set
public IsSetFulfillmentChannel ( ) : System.Boolean
return System.Boolean

IsSetItemCondition() public method

Checks if ItemCondition property is set
public IsSetItemCondition ( ) : System.Boolean
return System.Boolean

IsSetItemSubcondition() public method

Checks if ItemSubcondition property is set
public IsSetItemSubcondition ( ) : System.Boolean
return System.Boolean

IsSetSellerPositiveFeedbackRating() public method

Checks if SellerPositiveFeedbackRating property is set
public IsSetSellerPositiveFeedbackRating ( ) : System.Boolean
return System.Boolean

IsSetShippingTime() public method

Checks if ShippingTime property is set
public IsSetShippingTime ( ) : System.Boolean
return System.Boolean

IsSetShipsDomestically() public method

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

WithFulfillmentChannel() public method

Sets the FulfillmentChannel property
public WithFulfillmentChannel ( String fulfillmentChannel ) : QualifiersType
fulfillmentChannel String FulfillmentChannel property
return QualifiersType

WithItemCondition() public method

Sets the ItemCondition property
public WithItemCondition ( String itemCondition ) : QualifiersType
itemCondition String ItemCondition property
return QualifiersType

WithItemSubcondition() public method

Sets the ItemSubcondition property
public WithItemSubcondition ( String itemSubcondition ) : QualifiersType
itemSubcondition String ItemSubcondition property
return QualifiersType

WithSellerPositiveFeedbackRating() public method

Sets the SellerPositiveFeedbackRating property
public WithSellerPositiveFeedbackRating ( String sellerPositiveFeedbackRating ) : QualifiersType
sellerPositiveFeedbackRating String SellerPositiveFeedbackRating property
return QualifiersType

WithShippingTime() public method

Sets the ShippingTime property
public WithShippingTime ( ShippingTimeType shippingTime ) : QualifiersType
shippingTime ShippingTimeType ShippingTime property
return QualifiersType

WithShipsDomestically() public method

Sets the ShipsDomestically property
public WithShipsDomestically ( String shipsDomestically ) : QualifiersType
shipsDomestically String ShipsDomestically property
return QualifiersType