C# Class MarketplaceWebServiceProducts.Model.Error

Inheritance: MWSClientCsRuntime.AbstractMwsObject
Afficher le fichier Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

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

Méthodes publiques

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

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

IsSetCode() public méthode

Checks if Code property is set
public IsSetCode ( ) : System.Boolean
Résultat System.Boolean

IsSetDetail() public méthode

Checks if Detail property is set
public IsSetDetail ( ) : System.Boolean
Résultat System.Boolean

IsSetMessage() public méthode

Checks if Message property is set
public IsSetMessage ( ) : System.Boolean
Résultat System.Boolean

IsSetType() public méthode

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

WithCode() public méthode

Sets the Code property
public WithCode ( String code ) : Error
code String Code property
Résultat Error

WithDetail() public méthode

Sets the Detail property
public WithDetail ( Object detail ) : Error
detail Object Detail property
Résultat Error

WithMessage() public méthode

Sets the Message property
public WithMessage ( String message ) : Error
message String Message property
Résultat Error

WithType() public méthode

Sets the Type property
public WithType ( String type ) : Error
type String Type property
Résultat Error