public static class Project.Resources.Resource.AvailabilityPeriods.AvailabilityPeriod extends 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="AvailableFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="AvailableTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="AvailableUnits" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
availableFrom |
protected Calendar |
availableTo |
protected BigDecimal |
availableUnits |
| Constructor and Description |
|---|
Project.Resources.Resource.AvailabilityPeriods.AvailabilityPeriod() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getAvailableFrom()
Gets the value of the availableFrom property.
|
Calendar |
getAvailableTo()
Gets the value of the availableTo property.
|
BigDecimal |
getAvailableUnits()
Gets the value of the availableUnits property.
|
void |
setAvailableFrom(Calendar value)
Sets the value of the availableFrom property.
|
void |
setAvailableTo(Calendar value)
Sets the value of the availableTo property.
|
void |
setAvailableUnits(BigDecimal value)
Sets the value of the availableUnits property.
|
protected Calendar availableFrom
protected Calendar availableTo
protected BigDecimal availableUnits
public Project.Resources.Resource.AvailabilityPeriods.AvailabilityPeriod()
public Calendar getAvailableFrom()
Stringpublic void setAvailableFrom(Calendar value)
value - allowed object is
Stringpublic Calendar getAvailableTo()
Stringpublic void setAvailableTo(Calendar value)
value - allowed object is
Stringpublic BigDecimal getAvailableUnits()
Stringpublic void setAvailableUnits(BigDecimal value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.