public static class OfferListing.AvailabilityAttributes extends Object implements Serializable
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
availabilityType |
protected Boolean |
isPreorder |
protected BigInteger |
maximumHours |
protected BigInteger |
minimumHours |
| Constructor and Description |
|---|
OfferListing.AvailabilityAttributes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAvailabilityType()
Gets the value of the availabilityType property.
|
BigInteger |
getMaximumHours()
Gets the value of the maximumHours property.
|
BigInteger |
getMinimumHours()
Gets the value of the minimumHours property.
|
Boolean |
isIsPreorder()
Gets the value of the isPreorder property.
|
void |
setAvailabilityType(String value)
Sets the value of the availabilityType property.
|
void |
setIsPreorder(Boolean value)
Sets the value of the isPreorder property.
|
void |
setMaximumHours(BigInteger value)
Sets the value of the maximumHours property.
|
void |
setMinimumHours(BigInteger value)
Sets the value of the minimumHours property.
|
protected String availabilityType
protected Boolean isPreorder
protected BigInteger minimumHours
protected BigInteger maximumHours
public String getAvailabilityType()
Stringpublic void setAvailabilityType(String value)
value - allowed object is
Stringpublic Boolean isIsPreorder()
Booleanpublic void setIsPreorder(Boolean value)
value - allowed object is
Booleanpublic BigInteger getMinimumHours()
BigIntegerpublic void setMinimumHours(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMaximumHours()
BigIntegerpublic void setMaximumHours(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2013. All Rights Reserved.