C# Class Amazon.ECS.Model.VendorRebate

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

Private Properties

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

Méthodes publiques

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

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

IsSetEndDate() public méthode

Checks if EndDate property is set
public IsSetEndDate ( ) : System.Boolean
Résultat System.Boolean

IsSetStartDate() public méthode

Checks if StartDate property is set
public IsSetStartDate ( ) : System.Boolean
Résultat System.Boolean

IsSetType() public méthode

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

WithEndDate() public méthode

Sets the EndDate property
public WithEndDate ( String endDate ) : VendorRebate
endDate String EndDate property
Résultat VendorRebate

WithStartDate() public méthode

Sets the StartDate property
public WithStartDate ( String startDate ) : VendorRebate
startDate String StartDate property
Résultat VendorRebate

WithType() public méthode

Sets the Type property
public WithType ( String type ) : VendorRebate
type String Type property
Résultat VendorRebate