C# Class Amazon.ECS.Model.ShipmentItems

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetTransactionItemId ( ) : System.Boolean

Checks of TransactionItemId property is set

WithTransactionItemId ( ) : ShipmentItems

Sets the TransactionItemId 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

IsSetTransactionItemId() public method

Checks of TransactionItemId property is set
public IsSetTransactionItemId ( ) : 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

WithTransactionItemId() public method

Sets the TransactionItemId property
public WithTransactionItemId ( ) : ShipmentItems
return ShipmentItems