C# Class Amazon.ECS.Model.SellerLocation

Show file Open project: nexus49/grado Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetCity ( ) : System.Boolean

Checks if City property is set

IsSetCountry ( ) : System.Boolean

Checks if Country property is set

IsSetState ( ) : System.Boolean

Checks if State property is set

IsSetUserDefinedLocation ( ) : System.Boolean

Checks if UserDefinedLocation property is set

WithCity ( String city ) : SellerLocation

Sets the City property

WithCountry ( String country ) : SellerLocation

Sets the Country property

WithState ( String state ) : SellerLocation

Sets the State property

WithUserDefinedLocation ( String userDefinedLocation ) : SellerLocation

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

IsSetCity() public method

Checks if City property is set
public IsSetCity ( ) : System.Boolean
return System.Boolean

IsSetCountry() public method

Checks if Country property is set
public IsSetCountry ( ) : System.Boolean
return System.Boolean

IsSetState() public method

Checks if State property is set
public IsSetState ( ) : System.Boolean
return System.Boolean

IsSetUserDefinedLocation() public method

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

WithCity() public method

Sets the City property
public WithCity ( String city ) : SellerLocation
city String City property
return SellerLocation

WithCountry() public method

Sets the Country property
public WithCountry ( String country ) : SellerLocation
country String Country property
return SellerLocation

WithState() public method

Sets the State property
public WithState ( String state ) : SellerLocation
state String State property
return SellerLocation

WithUserDefinedLocation() public method

Sets the UserDefinedLocation property
public WithUserDefinedLocation ( String userDefinedLocation ) : SellerLocation
userDefinedLocation String UserDefinedLocation property
return SellerLocation