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

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

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