C# Class MarketplaceWebServiceProducts.Model.QualifiersType

Afficher le fichier Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode 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

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

IsSetFulfillmentChannel() public méthode

Checks if FulfillmentChannel property is set
public IsSetFulfillmentChannel ( ) : System.Boolean
Résultat System.Boolean

IsSetItemCondition() public méthode

Checks if ItemCondition property is set
public IsSetItemCondition ( ) : System.Boolean
Résultat System.Boolean

IsSetItemSubcondition() public méthode

Checks if ItemSubcondition property is set
public IsSetItemSubcondition ( ) : System.Boolean
Résultat System.Boolean

IsSetSellerPositiveFeedbackRating() public méthode

Checks if SellerPositiveFeedbackRating property is set
public IsSetSellerPositiveFeedbackRating ( ) : System.Boolean
Résultat System.Boolean

IsSetShippingTime() public méthode

Checks if ShippingTime property is set
public IsSetShippingTime ( ) : System.Boolean
Résultat System.Boolean

IsSetShipsDomestically() public méthode

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

WithFulfillmentChannel() public méthode

Sets the FulfillmentChannel property
public WithFulfillmentChannel ( String fulfillmentChannel ) : QualifiersType
fulfillmentChannel String FulfillmentChannel property
Résultat QualifiersType

WithItemCondition() public méthode

Sets the ItemCondition property
public WithItemCondition ( String itemCondition ) : QualifiersType
itemCondition String ItemCondition property
Résultat QualifiersType

WithItemSubcondition() public méthode

Sets the ItemSubcondition property
public WithItemSubcondition ( String itemSubcondition ) : QualifiersType
itemSubcondition String ItemSubcondition property
Résultat QualifiersType

WithSellerPositiveFeedbackRating() public méthode

Sets the SellerPositiveFeedbackRating property
public WithSellerPositiveFeedbackRating ( String sellerPositiveFeedbackRating ) : QualifiersType
sellerPositiveFeedbackRating String SellerPositiveFeedbackRating property
Résultat QualifiersType

WithShippingTime() public méthode

Sets the ShippingTime property
public WithShippingTime ( ShippingTimeType shippingTime ) : QualifiersType
shippingTime ShippingTimeType ShippingTime property
Résultat QualifiersType

WithShipsDomestically() public méthode

Sets the ShipsDomestically property
public WithShipsDomestically ( String shipsDomestically ) : QualifiersType
shipsDomestically String ShipsDomestically property
Résultat QualifiersType