|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.mspdi.schema.Project.Resources.Resource.AvailabilityPeriods.AvailabilityPeriod
public static class Project.Resources.Resource.AvailabilityPeriods.AvailabilityPeriod
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>
| Field Summary | |
|---|---|
protected Calendar |
availableFrom
|
protected Calendar |
availableTo
|
protected BigDecimal |
availableUnits
|
| Constructor Summary | |
|---|---|
Project.Resources.Resource.AvailabilityPeriods.AvailabilityPeriod()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Calendar availableFrom
protected Calendar availableTo
protected BigDecimal availableUnits
| Constructor Detail |
|---|
public Project.Resources.Resource.AvailabilityPeriods.AvailabilityPeriod()
| Method Detail |
|---|
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
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||