C# Class Amazon.ECS.Model.ListItem

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetComment ( ) : System.Boolean

Checks if Comment property is set

IsSetDateAdded ( ) : System.Boolean

Checks if DateAdded property is set

IsSetItem ( ) : System.Boolean

Checks if Item property is set

IsSetListItemId ( ) : System.Boolean

Checks if ListItemId property is set

IsSetQuantityDesired ( ) : System.Boolean

Checks if QuantityDesired property is set

IsSetQuantityReceived ( ) : System.Boolean

Checks if QuantityReceived property is set

WithComment ( String comment ) : ListItem

Sets the Comment property

WithDateAdded ( String dateAdded ) : ListItem

Sets the DateAdded property

WithItem ( Item item ) : ListItem

Sets the Item property

WithListItemId ( String listItemId ) : ListItem

Sets the ListItemId property

WithQuantityDesired ( String quantityDesired ) : ListItem

Sets the QuantityDesired property

WithQuantityReceived ( String quantityReceived ) : ListItem

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

IsSetComment() public method

Checks if Comment property is set
public IsSetComment ( ) : System.Boolean
return System.Boolean

IsSetDateAdded() public method

Checks if DateAdded property is set
public IsSetDateAdded ( ) : System.Boolean
return System.Boolean

IsSetItem() public method

Checks if Item property is set
public IsSetItem ( ) : System.Boolean
return System.Boolean

IsSetListItemId() public method

Checks if ListItemId property is set
public IsSetListItemId ( ) : System.Boolean
return System.Boolean

IsSetQuantityDesired() public method

Checks if QuantityDesired property is set
public IsSetQuantityDesired ( ) : System.Boolean
return System.Boolean

IsSetQuantityReceived() public method

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

WithComment() public method

Sets the Comment property
public WithComment ( String comment ) : ListItem
comment String Comment property
return ListItem

WithDateAdded() public method

Sets the DateAdded property
public WithDateAdded ( String dateAdded ) : ListItem
dateAdded String DateAdded property
return ListItem

WithItem() public method

Sets the Item property
public WithItem ( Item item ) : ListItem
item Item Item property
return ListItem

WithListItemId() public method

Sets the ListItemId property
public WithListItemId ( String listItemId ) : ListItem
listItemId String ListItemId property
return ListItem

WithQuantityDesired() public method

Sets the QuantityDesired property
public WithQuantityDesired ( String quantityDesired ) : ListItem
quantityDesired String QuantityDesired property
return ListItem

WithQuantityReceived() public method

Sets the QuantityReceived property
public WithQuantityReceived ( String quantityReceived ) : ListItem
quantityReceived String QuantityReceived property
return ListItem