net.sf.mpxj.mspdi.schema
Class Project.Resources.Resource.AvailabilityPeriods.AvailabilityPeriod

java.lang.Object
  extended by net.sf.mpxj.mspdi.schema.Project.Resources.Resource.AvailabilityPeriods.AvailabilityPeriod
Enclosing class:
Project.Resources.Resource.AvailabilityPeriods

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>
 


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

availableFrom

protected Calendar availableFrom

availableTo

protected Calendar availableTo

availableUnits

protected BigDecimal availableUnits
Constructor Detail

Project.Resources.Resource.AvailabilityPeriods.AvailabilityPeriod

public Project.Resources.Resource.AvailabilityPeriods.AvailabilityPeriod()
Method Detail

getAvailableFrom

public Calendar getAvailableFrom()
Gets the value of the availableFrom property.

Returns:
possible object is String

setAvailableFrom

public void setAvailableFrom(Calendar value)
Sets the value of the availableFrom property.

Parameters:
value - allowed object is String

getAvailableTo

public Calendar getAvailableTo()
Gets the value of the availableTo property.

Returns:
possible object is String

setAvailableTo

public void setAvailableTo(Calendar value)
Sets the value of the availableTo property.

Parameters:
value - allowed object is String

getAvailableUnits

public BigDecimal getAvailableUnits()
Gets the value of the availableUnits property.

Returns:
possible object is String

setAvailableUnits

public void setAvailableUnits(BigDecimal value)
Sets the value of the availableUnits property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.