Property | Type | Description | |
---|---|---|---|
EscapeXML | String |
Method | Description | |
---|---|---|
IsSetParent ( ) : System.Boolean |
Checks if Parent property is set
|
|
IsSetProductCategoryId ( ) : System.Boolean |
Checks if ProductCategoryId property is set
|
|
IsSetProductCategoryName ( ) : System.Boolean |
Checks if ProductCategoryName property is set
|
|
WithParent ( |
Sets the Parent property
|
|
WithProductCategoryId ( String productCategoryId ) : |
Sets the ProductCategoryId property
|
|
WithProductCategoryName ( String productCategoryName ) : |
Sets the ProductCategoryName property
|
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 |
Method | Description | |
---|---|---|
EscapeXML ( String str ) : String |
public IsSetProductCategoryId ( ) : System.Boolean | ||
return | System.Boolean |
public IsSetProductCategoryName ( ) : System.Boolean | ||
return | System.Boolean |
public WithParent ( |
||
parent | Parent property | |
return |
public WithProductCategoryId ( String productCategoryId ) : |
||
productCategoryId | String | ProductCategoryId property |
return |
public WithProductCategoryName ( String productCategoryName ) : |
||
productCategoryName | String | ProductCategoryName property |
return |