|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.AvailabilityAttributes
public class AvailabilityAttributes
Java class for AvailabilityAttributes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AvailabilityAttributes">
<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}int" minOccurs="0"/>
<element name="MaximumHours" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| Field Summary | |
|---|---|
protected java.lang.String |
availabilityType
|
protected java.lang.Boolean |
isPreorder
|
protected java.lang.Integer |
maximumHours
|
protected java.lang.Integer |
minimumHours
|
| Constructor Summary | |
|---|---|
AvailabilityAttributes()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAvailabilityType()
Gets the value of the availabilityType property. |
java.lang.Integer |
getMaximumHours()
Gets the value of the maximumHours property. |
java.lang.Integer |
getMinimumHours()
Gets the value of the minimumHours property. |
java.lang.Boolean |
isIsPreorder()
Gets the value of the isPreorder property. |
boolean |
isSetAvailabilityType()
|
boolean |
isSetIsPreorder()
|
boolean |
isSetMaximumHours()
|
boolean |
isSetMinimumHours()
|
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.lang.Integer value)
Sets the value of the maximumHours property. |
void |
setMinimumHours(java.lang.Integer value)
Sets the value of the minimumHours property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
AvailabilityAttributes |
withAvailabilityType(java.lang.String value)
Sets the value of the AvailabilityType property. |
AvailabilityAttributes |
withIsPreorder(java.lang.Boolean value)
Sets the value of the IsPreorder property. |
AvailabilityAttributes |
withMaximumHours(java.lang.Integer value)
Sets the value of the MaximumHours property. |
AvailabilityAttributes |
withMinimumHours(java.lang.Integer 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.lang.Integer minimumHours
protected java.lang.Integer maximumHours
| Constructor Detail |
|---|
public AvailabilityAttributes()
| Method Detail |
|---|
public java.lang.String getAvailabilityType()
Stringpublic void setAvailabilityType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetAvailabilityType()
public java.lang.Boolean isIsPreorder()
Booleanpublic void setIsPreorder(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSetIsPreorder()
public java.lang.Integer getMinimumHours()
Integerpublic void setMinimumHours(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isSetMinimumHours()
public java.lang.Integer getMaximumHours()
Integerpublic void setMaximumHours(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isSetMaximumHours()
public AvailabilityAttributes withAvailabilityType(java.lang.String value)
value -
public AvailabilityAttributes withIsPreorder(java.lang.Boolean value)
value -
public AvailabilityAttributes withMinimumHours(java.lang.Integer value)
value -
public AvailabilityAttributes withMaximumHours(java.lang.Integer value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||