com.amazon.webservices.awsecommerceservice._2007_04_04
Class OfferAttributes

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.OfferAttributes

public class OfferAttributes
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Condition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SubCondition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ConditionNote" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="WillShipExpedited" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="WillShipInternational" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String condition
           
protected  java.lang.String conditionNote
           
protected  java.lang.String subCondition
           
protected  java.lang.Boolean willShipExpedited
           
protected  java.lang.Boolean willShipInternational
           
 
Constructor Summary
OfferAttributes()
           
 
Method Summary
 java.lang.String getCondition()
          Gets the value of the condition property.
 java.lang.String getConditionNote()
          Gets the value of the conditionNote property.
 java.lang.String getSubCondition()
          Gets the value of the subCondition property.
 java.lang.Boolean isWillShipExpedited()
          Gets the value of the willShipExpedited property.
 java.lang.Boolean isWillShipInternational()
          Gets the value of the willShipInternational property.
 void setCondition(java.lang.String value)
          Sets the value of the condition property.
 void setConditionNote(java.lang.String value)
          Sets the value of the conditionNote property.
 void setSubCondition(java.lang.String value)
          Sets the value of the subCondition property.
 void setWillShipExpedited(java.lang.Boolean value)
          Sets the value of the willShipExpedited property.
 void setWillShipInternational(java.lang.Boolean value)
          Sets the value of the willShipInternational property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

condition

protected java.lang.String condition

subCondition

protected java.lang.String subCondition

conditionNote

protected java.lang.String conditionNote

willShipExpedited

protected java.lang.Boolean willShipExpedited

willShipInternational

protected java.lang.Boolean willShipInternational
Constructor Detail

OfferAttributes

public OfferAttributes()
Method Detail

getCondition

public java.lang.String getCondition()
Gets the value of the condition property.

Returns:
possible object is String

setCondition

public void setCondition(java.lang.String value)
Sets the value of the condition property.

Parameters:
value - allowed object is String

getSubCondition

public java.lang.String getSubCondition()
Gets the value of the subCondition property.

Returns:
possible object is String

setSubCondition

public void setSubCondition(java.lang.String value)
Sets the value of the subCondition property.

Parameters:
value - allowed object is String

getConditionNote

public java.lang.String getConditionNote()
Gets the value of the conditionNote property.

Returns:
possible object is String

setConditionNote

public void setConditionNote(java.lang.String value)
Sets the value of the conditionNote property.

Parameters:
value - allowed object is String

isWillShipExpedited

public java.lang.Boolean isWillShipExpedited()
Gets the value of the willShipExpedited property.

Returns:
possible object is Boolean

setWillShipExpedited

public void setWillShipExpedited(java.lang.Boolean value)
Sets the value of the willShipExpedited property.

Parameters:
value - allowed object is Boolean

isWillShipInternational

public java.lang.Boolean isWillShipInternational()
Gets the value of the willShipInternational property.

Returns:
possible object is Boolean

setWillShipInternational

public void setWillShipInternational(java.lang.Boolean value)
Sets the value of the willShipInternational property.

Parameters:
value - allowed object is Boolean


Copyright © 2007 orange-cafe.de. All Rights Reserved.