|
||||||||||
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.OfferListing.AvailabilityAttributes
public static class OfferListing.AvailabilityAttributes
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="AvailabilityType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="IsPreorder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="MinimumHours" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="MaximumHours" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
availabilityType
|
protected java.lang.Boolean |
isPreorder
|
protected java.math.BigInteger |
maximumHours
|
protected java.math.BigInteger |
minimumHours
|
Constructor Summary | |
---|---|
OfferListing.AvailabilityAttributes()
|
Method Summary | |
---|---|
java.lang.String |
getAvailabilityType()
Gets the value of the availabilityType property. |
java.math.BigInteger |
getMaximumHours()
Gets the value of the maximumHours property. |
java.math.BigInteger |
getMinimumHours()
Gets the value of the minimumHours property. |
java.lang.Boolean |
isIsPreorder()
Gets the value of the isPreorder property. |
void |
setAvailabilityType(java.lang.String value)
Sets the value of the availabilityType property. |
void |
setIsPreorder(java.lang.Boolean value)
Sets the value of the isPreorder property. |
void |
setMaximumHours(java.math.BigInteger value)
Sets the value of the maximumHours property. |
void |
setMinimumHours(java.math.BigInteger value)
Sets the value of the minimumHours 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 availabilityType
protected java.lang.Boolean isPreorder
protected java.math.BigInteger minimumHours
protected java.math.BigInteger maximumHours
Constructor Detail |
---|
public OfferListing.AvailabilityAttributes()
Method Detail |
---|
public java.lang.String getAvailabilityType()
String
public void setAvailabilityType(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIsPreorder()
Boolean
public void setIsPreorder(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.math.BigInteger getMinimumHours()
BigInteger
public void setMinimumHours(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getMaximumHours()
BigInteger
public void setMaximumHours(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |