|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.OfferAttributes
public class OfferAttributes
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 |
---|
protected java.lang.String condition
protected java.lang.String subCondition
protected java.lang.String conditionNote
protected java.lang.Boolean willShipExpedited
protected java.lang.Boolean willShipInternational
Constructor Detail |
---|
public OfferAttributes()
Method Detail |
---|
public java.lang.String getCondition()
String
public void setCondition(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubCondition()
String
public void setSubCondition(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConditionNote()
String
public void setConditionNote(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isWillShipExpedited()
Boolean
public void setWillShipExpedited(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isWillShipInternational()
Boolean
public void setWillShipInternational(java.lang.Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |