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 LocalDateTime |
availableFrom |
protected LocalDateTime |
availableTo |
protected BigDecimal |
availableUnits |
Constructor and Description |
---|
AvailabilityPeriod() |
Modifier and Type | Method and Description |
---|---|
LocalDateTime |
getAvailableFrom()
Gets the value of the availableFrom property.
|
LocalDateTime |
getAvailableTo()
Gets the value of the availableTo property.
|
BigDecimal |
getAvailableUnits()
Gets the value of the availableUnits property.
|
void |
setAvailableFrom(LocalDateTime value)
Sets the value of the availableFrom property.
|
void |
setAvailableTo(LocalDateTime value)
Sets the value of the availableTo property.
|
void |
setAvailableUnits(BigDecimal value)
Sets the value of the availableUnits property.
|
protected LocalDateTime availableFrom
protected LocalDateTime availableTo
protected BigDecimal availableUnits
public LocalDateTime getAvailableFrom()
String
public void setAvailableFrom(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getAvailableTo()
String
public void setAvailableTo(LocalDateTime value)
value
- allowed object is
String
public BigDecimal getAvailableUnits()
String
public void setAvailableUnits(BigDecimal value)
value
- allowed object is
String
Copyright © 2000–2024 Packwood Software. All rights reserved.