C# Class Amazon.ECS.Model.AvailabilityAttributes

Show file Open project: nexus49/grado Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetAvailabilityType ( ) : System.Boolean

Checks if AvailabilityType property is set

IsSetIsPreorder ( ) : System.Boolean

Checks if IsPreorder property is set

IsSetMaximumHours ( ) : System.Boolean

Checks if MaximumHours property is set

IsSetMinimumHours ( ) : System.Boolean

Checks if MinimumHours property is set

WithAvailabilityType ( String availabilityType ) : AvailabilityAttributes

Sets the AvailabilityType property

WithIsPreorder ( System.Boolean isPreorder ) : AvailabilityAttributes

Sets the IsPreorder property

WithMaximumHours ( Decimal maximumHours ) : AvailabilityAttributes

Sets the MaximumHours property

WithMinimumHours ( Decimal minimumHours ) : AvailabilityAttributes

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

IsSetAvailabilityType() public method

Checks if AvailabilityType property is set
public IsSetAvailabilityType ( ) : System.Boolean
return System.Boolean

IsSetIsPreorder() public method

Checks if IsPreorder property is set
public IsSetIsPreorder ( ) : System.Boolean
return System.Boolean

IsSetMaximumHours() public method

Checks if MaximumHours property is set
public IsSetMaximumHours ( ) : System.Boolean
return System.Boolean

IsSetMinimumHours() public method

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

WithAvailabilityType() public method

Sets the AvailabilityType property
public WithAvailabilityType ( String availabilityType ) : AvailabilityAttributes
availabilityType String AvailabilityType property
return AvailabilityAttributes

WithIsPreorder() public method

Sets the IsPreorder property
public WithIsPreorder ( System.Boolean isPreorder ) : AvailabilityAttributes
isPreorder System.Boolean IsPreorder property
return AvailabilityAttributes

WithMaximumHours() public method

Sets the MaximumHours property
public WithMaximumHours ( Decimal maximumHours ) : AvailabilityAttributes
maximumHours Decimal MaximumHours property
return AvailabilityAttributes

WithMinimumHours() public method

Sets the MinimumHours property
public WithMinimumHours ( Decimal minimumHours ) : AvailabilityAttributes
minimumHours Decimal MinimumHours property
return AvailabilityAttributes