Project 4

com.amazon.soap.AWSECommerceService
Class OfferListingAvailabilityAttributes

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

public class OfferListingAvailabilityAttributes
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 availabilityType
           
private  java.lang.Boolean isPreorder
           
private  java.math.BigInteger maximumHours
           
private  java.math.BigInteger minimumHours
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
OfferListingAvailabilityAttributes()
           
OfferListingAvailabilityAttributes(java.lang.String availabilityType, java.lang.Boolean isPreorder, java.math.BigInteger minimumHours, java.math.BigInteger maximumHours)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAvailabilityType()
          Gets the availabilityType value for this OfferListingAvailabilityAttributes.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Boolean getIsPreorder()
          Gets the isPreorder value for this OfferListingAvailabilityAttributes.
 java.math.BigInteger getMaximumHours()
          Gets the maximumHours value for this OfferListingAvailabilityAttributes.
 java.math.BigInteger getMinimumHours()
          Gets the minimumHours value for this OfferListingAvailabilityAttributes.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAvailabilityType(java.lang.String availabilityType)
          Sets the availabilityType value for this OfferListingAvailabilityAttributes.
 void setIsPreorder(java.lang.Boolean isPreorder)
          Sets the isPreorder value for this OfferListingAvailabilityAttributes.
 void setMaximumHours(java.math.BigInteger maximumHours)
          Sets the maximumHours value for this OfferListingAvailabilityAttributes.
 void setMinimumHours(java.math.BigInteger minimumHours)
          Sets the minimumHours value for this OfferListingAvailabilityAttributes.
 
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

availabilityType

private java.lang.String availabilityType

isPreorder

private java.lang.Boolean isPreorder

maximumHours

private java.math.BigInteger maximumHours

minimumHours

private java.math.BigInteger minimumHours

typeDesc

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

OfferListingAvailabilityAttributes

public OfferListingAvailabilityAttributes()

OfferListingAvailabilityAttributes

public OfferListingAvailabilityAttributes(java.lang.String availabilityType,
                                          java.lang.Boolean isPreorder,
                                          java.math.BigInteger minimumHours,
                                          java.math.BigInteger maximumHours)
Method Detail

equals

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

getAvailabilityType

public java.lang.String getAvailabilityType()
Gets the availabilityType value for this OfferListingAvailabilityAttributes.

Returns:
availabilityType

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


getIsPreorder

public java.lang.Boolean getIsPreorder()
Gets the isPreorder value for this OfferListingAvailabilityAttributes.

Returns:
isPreorder

getMaximumHours

public java.math.BigInteger getMaximumHours()
Gets the maximumHours value for this OfferListingAvailabilityAttributes.

Returns:
maximumHours

getMinimumHours

public java.math.BigInteger getMinimumHours()
Gets the minimumHours value for this OfferListingAvailabilityAttributes.

Returns:
minimumHours

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


getTypeDesc

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


hashCode

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

setAvailabilityType

public void setAvailabilityType(java.lang.String availabilityType)
Sets the availabilityType value for this OfferListingAvailabilityAttributes.

Parameters:
availabilityType -

setIsPreorder

public void setIsPreorder(java.lang.Boolean isPreorder)
Sets the isPreorder value for this OfferListingAvailabilityAttributes.

Parameters:
isPreorder -

setMaximumHours

public void setMaximumHours(java.math.BigInteger maximumHours)
Sets the maximumHours value for this OfferListingAvailabilityAttributes.

Parameters:
maximumHours -

setMinimumHours

public void setMinimumHours(java.math.BigInteger minimumHours)
Sets the minimumHours value for this OfferListingAvailabilityAttributes.

Parameters:
minimumHours -

Project 4