Свойство | Тип | Описание | |
---|---|---|---|
EscapeXML | String |
Метод | Описание | |
---|---|---|
IsSetError ( ) : System.Boolean |
Checks if Error property is set
|
|
IsSetProduct ( ) : System.Boolean |
Checks if Product property is set
|
|
IsSetSellerSKU ( ) : System.Boolean |
Checks if SellerSKU property is set
|
|
IsSetstatus ( ) : System.Boolean |
Checks if status property is set
|
|
WithError ( Error error ) : |
Sets the Error property
|
|
WithProduct ( |
Sets the Product property
|
|
WithSellerSKU ( String sellerSKU ) : |
Sets the SellerSKU property
|
|
Withstatus ( String status ) : |
Sets the status 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 |
public IsSetSellerSKU ( ) : System.Boolean | ||
Результат | System.Boolean |
public WithError ( Error error ) : |
||
error | Error | Error property |
Результат |
public WithProduct ( |
||
product | Product property | |
Результат |
public WithSellerSKU ( String sellerSKU ) : |
||
sellerSKU | String | SellerSKU property |
Результат |
public Withstatus ( String status ) : |
||
status | String | status property |
Результат |