C# Class Amazon.ECS.Model.ListItem

Afficher le fichier Open project: nexus49/grado

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetComment() public méthode

Checks if Comment property is set
public IsSetComment ( ) : System.Boolean
Résultat System.Boolean

IsSetDateAdded() public méthode

Checks if DateAdded property is set
public IsSetDateAdded ( ) : System.Boolean
Résultat System.Boolean

IsSetItem() public méthode

Checks if Item property is set
public IsSetItem ( ) : System.Boolean
Résultat System.Boolean

IsSetListItemId() public méthode

Checks if ListItemId property is set
public IsSetListItemId ( ) : System.Boolean
Résultat System.Boolean

IsSetQuantityDesired() public méthode

Checks if QuantityDesired property is set
public IsSetQuantityDesired ( ) : System.Boolean
Résultat System.Boolean

IsSetQuantityReceived() public méthode

Checks if QuantityReceived property is set
public IsSetQuantityReceived ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

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
Résultat String

WithComment() public méthode

Sets the Comment property
public WithComment ( String comment ) : ListItem
comment String Comment property
Résultat ListItem

WithDateAdded() public méthode

Sets the DateAdded property
public WithDateAdded ( String dateAdded ) : ListItem
dateAdded String DateAdded property
Résultat ListItem

WithItem() public méthode

Sets the Item property
public WithItem ( Item item ) : ListItem
item Item Item property
Résultat ListItem

WithListItemId() public méthode

Sets the ListItemId property
public WithListItemId ( String listItemId ) : ListItem
listItemId String ListItemId property
Résultat ListItem

WithQuantityDesired() public méthode

Sets the QuantityDesired property
public WithQuantityDesired ( String quantityDesired ) : ListItem
quantityDesired String QuantityDesired property
Résultat ListItem

WithQuantityReceived() public méthode

Sets the QuantityReceived property
public WithQuantityReceived ( String quantityReceived ) : ListItem
quantityReceived String QuantityReceived property
Résultat ListItem