C# Class Amazon.ECS.Model.OfferAttributes

Show file Open project: nexus49/grado Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method 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

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

IsSetCondition() public method

Checks if Condition property is set
public IsSetCondition ( ) : System.Boolean
return System.Boolean

IsSetConditionNote() public method

Checks if ConditionNote property is set
public IsSetConditionNote ( ) : System.Boolean
return System.Boolean

IsSetSubCondition() public method

Checks if SubCondition property is set
public IsSetSubCondition ( ) : System.Boolean
return System.Boolean

IsSetWillShipExpedited() public method

Checks if WillShipExpedited property is set
public IsSetWillShipExpedited ( ) : System.Boolean
return System.Boolean

IsSetWillShipInternational() public method

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

WithCondition() public method

Sets the Condition property
public WithCondition ( String condition ) : OfferAttributes
condition String Condition property
return OfferAttributes

WithConditionNote() public method

Sets the ConditionNote property
public WithConditionNote ( String conditionNote ) : OfferAttributes
conditionNote String ConditionNote property
return OfferAttributes

WithSubCondition() public method

Sets the SubCondition property
public WithSubCondition ( String subCondition ) : OfferAttributes
subCondition String SubCondition property
return OfferAttributes

WithWillShipExpedited() public method

Sets the WillShipExpedited property
public WithWillShipExpedited ( System.Boolean willShipExpedited ) : OfferAttributes
willShipExpedited System.Boolean WillShipExpedited property
return OfferAttributes

WithWillShipInternational() public method

Sets the WillShipInternational property
public WithWillShipInternational ( System.Boolean willShipInternational ) : OfferAttributes
willShipInternational System.Boolean WillShipInternational property
return OfferAttributes