C# Class Amazon.ECS.Model.OfferAttributes

Afficher le fichier Open project: nexus49/grado Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
IsSetCondition ( ) : System.Boolean

Checks if Condition property is set

IsSetConditionNote ( ) : System.Boolean

Checks if ConditionNote property is set

IsSetSubCondition ( ) : System.Boolean

Checks if SubCondition property is set

IsSetWillShipExpedited ( ) : System.Boolean

Checks if WillShipExpedited property is set

IsSetWillShipInternational ( ) : System.Boolean

Checks if WillShipInternational property is set

WithCondition ( String condition ) : OfferAttributes

Sets the Condition property

WithConditionNote ( String conditionNote ) : OfferAttributes

Sets the ConditionNote property

WithSubCondition ( String subCondition ) : OfferAttributes

Sets the SubCondition property

WithWillShipExpedited ( System.Boolean willShipExpedited ) : OfferAttributes

Sets the WillShipExpedited property

WithWillShipInternational ( System.Boolean willShipInternational ) : OfferAttributes

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

IsSetCondition() public méthode

Checks if Condition property is set
public IsSetCondition ( ) : System.Boolean
Résultat System.Boolean

IsSetConditionNote() public méthode

Checks if ConditionNote property is set
public IsSetConditionNote ( ) : System.Boolean
Résultat System.Boolean

IsSetSubCondition() public méthode

Checks if SubCondition property is set
public IsSetSubCondition ( ) : System.Boolean
Résultat System.Boolean

IsSetWillShipExpedited() public méthode

Checks if WillShipExpedited property is set
public IsSetWillShipExpedited ( ) : System.Boolean
Résultat System.Boolean

IsSetWillShipInternational() public méthode

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

WithCondition() public méthode

Sets the Condition property
public WithCondition ( String condition ) : OfferAttributes
condition String Condition property
Résultat OfferAttributes

WithConditionNote() public méthode

Sets the ConditionNote property
public WithConditionNote ( String conditionNote ) : OfferAttributes
conditionNote String ConditionNote property
Résultat OfferAttributes

WithSubCondition() public méthode

Sets the SubCondition property
public WithSubCondition ( String subCondition ) : OfferAttributes
subCondition String SubCondition property
Résultat OfferAttributes

WithWillShipExpedited() public méthode

Sets the WillShipExpedited property
public WithWillShipExpedited ( System.Boolean willShipExpedited ) : OfferAttributes
willShipExpedited System.Boolean WillShipExpedited property
Résultat OfferAttributes

WithWillShipInternational() public méthode

Sets the WillShipInternational property
public WithWillShipInternational ( System.Boolean willShipInternational ) : OfferAttributes
willShipInternational System.Boolean WillShipInternational property
Résultat OfferAttributes