Project 4

com.amazon.soap.AWSECommerceService
Class OfferAttributes

java.lang.Object
  extended by com.amazon.soap.AWSECommerceService.OfferAttributes
All Implemented Interfaces:
java.io.Serializable

public class OfferAttributes
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

condition

private java.lang.String condition

conditionNote

private java.lang.String conditionNote

subCondition

private java.lang.String subCondition

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc

willShipExpedited

private java.lang.Boolean willShipExpedited

willShipInternational

private java.lang.Boolean willShipInternational
Constructor Detail

OfferAttributes

public OfferAttributes()

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

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getCondition

public java.lang.String getCondition()
Gets the condition value for this OfferAttributes.

Returns:
condition

getConditionNote

public java.lang.String getConditionNote()
Gets the conditionNote value for this OfferAttributes.

Returns:
conditionNote

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getSubCondition

public java.lang.String getSubCondition()
Gets the subCondition value for this OfferAttributes.

Returns:
subCondition

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getWillShipExpedited

public java.lang.Boolean getWillShipExpedited()
Gets the willShipExpedited value for this OfferAttributes.

Returns:
willShipExpedited

getWillShipInternational

public java.lang.Boolean getWillShipInternational()
Gets the willShipInternational value for this OfferAttributes.

Returns:
willShipInternational

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setCondition

public void setCondition(java.lang.String condition)
Sets the condition value for this OfferAttributes.

Parameters:
condition -

setConditionNote

public void setConditionNote(java.lang.String conditionNote)
Sets the conditionNote value for this OfferAttributes.

Parameters:
conditionNote -

setSubCondition

public void setSubCondition(java.lang.String subCondition)
Sets the subCondition value for this OfferAttributes.

Parameters:
subCondition -

setWillShipExpedited

public void setWillShipExpedited(java.lang.Boolean willShipExpedited)
Sets the willShipExpedited value for this OfferAttributes.

Parameters:
willShipExpedited -

setWillShipInternational

public void setWillShipInternational(java.lang.Boolean willShipInternational)
Sets the willShipInternational value for this OfferAttributes.

Parameters:
willShipInternational -

Project 4