C# Класс Amazon.ECS.Model.SellerLocation

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
EscapeXML String

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
EscapeXML ( String str ) : String

Описание методов

IsSetCity() публичный Метод

Checks if City property is set
public IsSetCity ( ) : System.Boolean
Результат System.Boolean

IsSetCountry() публичный Метод

Checks if Country property is set
public IsSetCountry ( ) : System.Boolean
Результат System.Boolean

IsSetState() публичный Метод

Checks if State property is set
public IsSetState ( ) : System.Boolean
Результат System.Boolean

IsSetUserDefinedLocation() публичный Метод

Checks if UserDefinedLocation property is set
public IsSetUserDefinedLocation ( ) : System.Boolean
Результат System.Boolean

ToXMLFragment() защищенный Метод

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
Результат String

WithCity() публичный Метод

Sets the City property
public WithCity ( String city ) : SellerLocation
city String City property
Результат SellerLocation

WithCountry() публичный Метод

Sets the Country property
public WithCountry ( String country ) : SellerLocation
country String Country property
Результат SellerLocation

WithState() публичный Метод

Sets the State property
public WithState ( String state ) : SellerLocation
state String State property
Результат SellerLocation

WithUserDefinedLocation() публичный Метод

Sets the UserDefinedLocation property
public WithUserDefinedLocation ( String userDefinedLocation ) : SellerLocation
userDefinedLocation String UserDefinedLocation property
Результат SellerLocation