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

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

Private Properties

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

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

Метод Описание
IsSetAddress1 ( ) : System.Boolean

Checks if Address1 property is set

IsSetAddress2 ( ) : System.Boolean

Checks if Address2 property is set

IsSetAddress3 ( ) : System.Boolean

Checks if Address3 property is set

IsSetCity ( ) : System.Boolean

Checks if City property is set

IsSetCountry ( ) : System.Boolean

Checks if Country property is set

IsSetName ( ) : System.Boolean

Checks if Name property is set

IsSetPostalCode ( ) : System.Boolean

Checks if PostalCode property is set

IsSetState ( ) : System.Boolean

Checks if State property is set

WithAddress1 ( String address1 ) : Address

Sets the Address1 property

WithAddress2 ( String address2 ) : Address

Sets the Address2 property

WithAddress3 ( String address3 ) : Address

Sets the Address3 property

WithCity ( String city ) : Address

Sets the City property

WithCountry ( String country ) : Address

Sets the Country property

WithName ( String name ) : Address

Sets the Name property

WithPostalCode ( String postalCode ) : Address

Sets the PostalCode property

WithState ( String state ) : Address

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Sets the Address1 property
public WithAddress1 ( String address1 ) : Address
address1 String Address1 property
Результат Address

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

Sets the Address2 property
public WithAddress2 ( String address2 ) : Address
address2 String Address2 property
Результат Address

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

Sets the Address3 property
public WithAddress3 ( String address3 ) : Address
address3 String Address3 property
Результат Address

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

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

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

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

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

Sets the Name property
public WithName ( String name ) : Address
name String Name property
Результат Address

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

Sets the PostalCode property
public WithPostalCode ( String postalCode ) : Address
postalCode String PostalCode property
Результат Address

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

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