|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.OfferAttributes
public class OfferAttributes
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.String |
condition
|
private java.lang.String |
conditionNote
|
private java.lang.String |
subCondition
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
private java.lang.Boolean |
willShipExpedited
|
private java.lang.Boolean |
willShipInternational
|
Constructor Summary | |
---|---|
OfferAttributes()
|
|
OfferAttributes(java.lang.String condition,
java.lang.String subCondition,
java.lang.String conditionNote,
java.lang.Boolean willShipExpedited,
java.lang.Boolean willShipInternational)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCondition()
Gets the condition value for this OfferAttributes. |
java.lang.String |
getConditionNote()
Gets the conditionNote value for this OfferAttributes. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getSubCondition()
Gets the subCondition value for this OfferAttributes. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.Boolean |
getWillShipExpedited()
Gets the willShipExpedited value for this OfferAttributes. |
java.lang.Boolean |
getWillShipInternational()
Gets the willShipInternational value for this OfferAttributes. |
int |
hashCode()
|
void |
setCondition(java.lang.String condition)
Sets the condition value for this OfferAttributes. |
void |
setConditionNote(java.lang.String conditionNote)
Sets the conditionNote value for this OfferAttributes. |
void |
setSubCondition(java.lang.String subCondition)
Sets the subCondition value for this OfferAttributes. |
void |
setWillShipExpedited(java.lang.Boolean willShipExpedited)
Sets the willShipExpedited value for this OfferAttributes. |
void |
setWillShipInternational(java.lang.Boolean willShipInternational)
Sets the willShipInternational value for this OfferAttributes. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private java.lang.String condition
private java.lang.String conditionNote
private java.lang.String subCondition
private static org.apache.axis.description.TypeDesc typeDesc
private java.lang.Boolean willShipExpedited
private java.lang.Boolean willShipInternational
Constructor Detail |
---|
public OfferAttributes()
public OfferAttributes(java.lang.String condition, java.lang.String subCondition, java.lang.String conditionNote, java.lang.Boolean willShipExpedited, java.lang.Boolean willShipInternational)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String getCondition()
public java.lang.String getConditionNote()
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public java.lang.String getSubCondition()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public java.lang.Boolean getWillShipExpedited()
public java.lang.Boolean getWillShipInternational()
public int hashCode()
hashCode
in class java.lang.Object
public void setCondition(java.lang.String condition)
condition
- public void setConditionNote(java.lang.String conditionNote)
conditionNote
- public void setSubCondition(java.lang.String subCondition)
subCondition
- public void setWillShipExpedited(java.lang.Boolean willShipExpedited)
willShipExpedited
- public void setWillShipInternational(java.lang.Boolean willShipInternational)
willShipInternational
-
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |