com.amazon.webservices.awsecommerceservice._2007_04_04
Class OfferListing.AvailabilityAttributes

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.OfferListing.AvailabilityAttributes
Enclosing class:
OfferListing

public static class OfferListing.AvailabilityAttributes
extends java.lang.Object

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

availabilityType

protected java.lang.String availabilityType

isPreorder

protected java.lang.Boolean isPreorder

minimumHours

protected java.math.BigInteger minimumHours

maximumHours

protected java.math.BigInteger maximumHours
Constructor Detail

OfferListing.AvailabilityAttributes

public OfferListing.AvailabilityAttributes()
Method Detail

getAvailabilityType

public java.lang.String getAvailabilityType()
Gets the value of the availabilityType property.

Returns:
possible object is String

setAvailabilityType

public void setAvailabilityType(java.lang.String value)
Sets the value of the availabilityType property.

Parameters:
value - allowed object is String

isIsPreorder

public java.lang.Boolean isIsPreorder()
Gets the value of the isPreorder property.

Returns:
possible object is Boolean

setIsPreorder

public void setIsPreorder(java.lang.Boolean value)
Sets the value of the isPreorder property.

Parameters:
value - allowed object is Boolean

getMinimumHours

public java.math.BigInteger getMinimumHours()
Gets the value of the minimumHours property.

Returns:
possible object is BigInteger

setMinimumHours

public void setMinimumHours(java.math.BigInteger value)
Sets the value of the minimumHours property.

Parameters:
value - allowed object is BigInteger

getMaximumHours

public java.math.BigInteger getMaximumHours()
Gets the value of the maximumHours property.

Returns:
possible object is BigInteger

setMaximumHours

public void setMaximumHours(java.math.BigInteger value)
Sets the value of the maximumHours property.

Parameters:
value - allowed object is BigInteger


Copyright © 2007 orange-cafe.de. All Rights Reserved.