C# Class Amazon.ECS.Model.VendorRebate

Show file Open project: nexus49/grado Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetEndDate ( ) : System.Boolean

Checks if EndDate property is set

IsSetStartDate ( ) : System.Boolean

Checks if StartDate property is set

IsSetType ( ) : System.Boolean

Checks if Type property is set

WithEndDate ( String endDate ) : VendorRebate

Sets the EndDate property

WithStartDate ( String startDate ) : VendorRebate

Sets the StartDate property

WithType ( String type ) : VendorRebate

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

IsSetEndDate() public method

Checks if EndDate property is set
public IsSetEndDate ( ) : System.Boolean
return System.Boolean

IsSetStartDate() public method

Checks if StartDate property is set
public IsSetStartDate ( ) : System.Boolean
return System.Boolean

IsSetType() public method

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

WithEndDate() public method

Sets the EndDate property
public WithEndDate ( String endDate ) : VendorRebate
endDate String EndDate property
return VendorRebate

WithStartDate() public method

Sets the StartDate property
public WithStartDate ( String startDate ) : VendorRebate
startDate String StartDate property
return VendorRebate

WithType() public method

Sets the Type property
public WithType ( String type ) : VendorRebate
type String Type property
return VendorRebate