C# 클래스 Amazon.ECS.Model.Address

파일 보기 프로젝트 열기: nexus49/grado 1 사용 예제들

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