C# 클래스 MarketplaceWebServiceProducts.Model.QualifiersType

파일 보기 프로젝트 열기: nyneaxis/Amazon_MWS 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
EscapeXML ( String str ) : String

메소드 상세

IsSetFulfillmentChannel() 공개 메소드

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

IsSetItemCondition() 공개 메소드

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

IsSetItemSubcondition() 공개 메소드

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

IsSetSellerPositiveFeedbackRating() 공개 메소드

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

IsSetShippingTime() 공개 메소드

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

IsSetShipsDomestically() 공개 메소드

Checks if ShipsDomestically property is set
public IsSetShipsDomestically ( ) : System.Boolean
리턴 System.Boolean

ToXMLFragment() 보호된 메소드

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
리턴 String

WithFulfillmentChannel() 공개 메소드

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

WithItemCondition() 공개 메소드

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

WithItemSubcondition() 공개 메소드

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

WithSellerPositiveFeedbackRating() 공개 메소드

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

WithShippingTime() 공개 메소드

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

WithShipsDomestically() 공개 메소드

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