C# 클래스 MarketplaceWebServiceProducts.Model.Error

상속: MWSClientCsRuntime.AbstractMwsObject
파일 보기 프로젝트 열기: nyneaxis/Amazon_MWS 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

메소드 설명
IsSetCode ( ) : System.Boolean

Checks if Code property is set

IsSetDetail ( ) : System.Boolean

Checks if Detail property is set

IsSetMessage ( ) : System.Boolean

Checks if Message property is set

IsSetType ( ) : System.Boolean

Checks if Type property is set

WithCode ( String code ) : Error

Sets the Code property

WithDetail ( Object detail ) : Error

Sets the Detail property

WithMessage ( String message ) : Error

Sets the Message property

WithType ( String type ) : Error

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

메소드 상세

IsSetCode() 공개 메소드

Checks if Code property is set
public IsSetCode ( ) : System.Boolean
리턴 System.Boolean

IsSetDetail() 공개 메소드

Checks if Detail property is set
public IsSetDetail ( ) : System.Boolean
리턴 System.Boolean

IsSetMessage() 공개 메소드

Checks if Message property is set
public IsSetMessage ( ) : System.Boolean
리턴 System.Boolean

IsSetType() 공개 메소드

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

WithCode() 공개 메소드

Sets the Code property
public WithCode ( String code ) : Error
code String Code property
리턴 Error

WithDetail() 공개 메소드

Sets the Detail property
public WithDetail ( Object detail ) : Error
detail Object Detail property
리턴 Error

WithMessage() 공개 메소드

Sets the Message property
public WithMessage ( String message ) : Error
message String Message property
리턴 Error

WithType() 공개 메소드

Sets the Type property
public WithType ( String type ) : Error
type String Type property
리턴 Error