|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.OfferListingAvailabilityAttributes
public class OfferListingAvailabilityAttributes
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 |
---|
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 Detail |
---|
public OfferListingAvailabilityAttributes()
public OfferListingAvailabilityAttributes(java.lang.String availabilityType, java.lang.Boolean isPreorder, java.math.BigInteger minimumHours, java.math.BigInteger maximumHours)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String getAvailabilityType()
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public java.lang.Boolean getIsPreorder()
public java.math.BigInteger getMaximumHours()
public java.math.BigInteger getMinimumHours()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
hashCode
in class java.lang.Object
public void setAvailabilityType(java.lang.String availabilityType)
availabilityType
- public void setIsPreorder(java.lang.Boolean isPreorder)
isPreorder
- public void setMaximumHours(java.math.BigInteger maximumHours)
maximumHours
- public void setMinimumHours(java.math.BigInteger minimumHours)
minimumHours
-
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |