C# Class MarketplaceWebServiceProducts.Model.ErrorResponse

Mostrar archivo Open project: nyneaxis/Amazon_MWS

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetError ( ) : System.Boolean

Checks if Error property is set

IsSetRequestId ( ) : System.Boolean

Checks if RequestId property is set

ToXML ( ) : String

XML Representation for this object

WithError ( ) : ErrorResponse

Sets the Error property

WithRequestId ( String requestId ) : ErrorResponse

Sets the RequestId property

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetError() public method

Checks if Error property is set
public IsSetError ( ) : System.Boolean
return System.Boolean

IsSetRequestId() public method

Checks if RequestId property is set
public IsSetRequestId ( ) : System.Boolean
return System.Boolean

ToXML() public method

XML Representation for this object
public ToXML ( ) : String
return String

WithError() public method

Sets the Error property
public WithError ( ) : ErrorResponse
return ErrorResponse

WithRequestId() public method

Sets the RequestId property
public WithRequestId ( String requestId ) : ErrorResponse
requestId String RequestId property
return ErrorResponse