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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

메소드 설명
IsSetCondition ( ) : System.Boolean

Checks if Condition property is set

IsSetConditionNote ( ) : System.Boolean

Checks if ConditionNote property is set

IsSetSubCondition ( ) : System.Boolean

Checks if SubCondition property is set

IsSetWillShipExpedited ( ) : System.Boolean

Checks if WillShipExpedited property is set

IsSetWillShipInternational ( ) : System.Boolean

Checks if WillShipInternational property is set

WithCondition ( String condition ) : OfferAttributes

Sets the Condition property

WithConditionNote ( String conditionNote ) : OfferAttributes

Sets the ConditionNote property

WithSubCondition ( String subCondition ) : OfferAttributes

Sets the SubCondition property

WithWillShipExpedited ( System.Boolean willShipExpedited ) : OfferAttributes

Sets the WillShipExpedited property

WithWillShipInternational ( System.Boolean willShipInternational ) : OfferAttributes

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

메소드 상세

IsSetCondition() 공개 메소드

Checks if Condition property is set
public IsSetCondition ( ) : System.Boolean
리턴 System.Boolean

IsSetConditionNote() 공개 메소드

Checks if ConditionNote property is set
public IsSetConditionNote ( ) : System.Boolean
리턴 System.Boolean

IsSetSubCondition() 공개 메소드

Checks if SubCondition property is set
public IsSetSubCondition ( ) : System.Boolean
리턴 System.Boolean

IsSetWillShipExpedited() 공개 메소드

Checks if WillShipExpedited property is set
public IsSetWillShipExpedited ( ) : System.Boolean
리턴 System.Boolean

IsSetWillShipInternational() 공개 메소드

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

WithCondition() 공개 메소드

Sets the Condition property
public WithCondition ( String condition ) : OfferAttributes
condition String Condition property
리턴 OfferAttributes

WithConditionNote() 공개 메소드

Sets the ConditionNote property
public WithConditionNote ( String conditionNote ) : OfferAttributes
conditionNote String ConditionNote property
리턴 OfferAttributes

WithSubCondition() 공개 메소드

Sets the SubCondition property
public WithSubCondition ( String subCondition ) : OfferAttributes
subCondition String SubCondition property
리턴 OfferAttributes

WithWillShipExpedited() 공개 메소드

Sets the WillShipExpedited property
public WithWillShipExpedited ( System.Boolean willShipExpedited ) : OfferAttributes
willShipExpedited System.Boolean WillShipExpedited property
리턴 OfferAttributes

WithWillShipInternational() 공개 메소드

Sets the WillShipInternational property
public WithWillShipInternational ( System.Boolean willShipInternational ) : OfferAttributes
willShipInternational System.Boolean WillShipInternational property
리턴 OfferAttributes