C# Class MarketplaceWebServiceProducts.Model.Error

Inheritance: MWSClientCsRuntime.AbstractMwsObject
Exibir arquivo Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method 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

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

IsSetCode() public method

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

IsSetDetail() public method

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

IsSetMessage() public method

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

IsSetType() public method

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

WithCode() public method

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

WithDetail() public method

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

WithMessage() public method

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

WithType() public method

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