net.sf.mpxj.mspdi.schema
Class Project.Calendars.Calendar.Exceptions.Exception

java.lang.Object
  extended by net.sf.mpxj.mspdi.schema.Project.Calendars.Calendar.Exceptions.Exception
Enclosing class:
Project.Calendars.Calendar.Exceptions

public static class Project.Calendars.Calendar.Exceptions.Exception
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="EnteredByOccurrences" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="TimePeriod" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="FromDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
                   <element name="ToDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Occurrences" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="Name" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="512"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Type" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
               <enumeration value="1"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
               <enumeration value="4"/>
               <enumeration value="5"/>
               <enumeration value="6"/>
               <enumeration value="7"/>
               <enumeration value="8"/>
               <enumeration value="9"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Period" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="DaysOfWeek" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="MonthItem" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
               <enumeration value="0"/>
               <enumeration value="1"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
               <enumeration value="4"/>
               <enumeration value="5"/>
               <enumeration value="6"/>
               <enumeration value="7"/>
               <enumeration value="8"/>
               <enumeration value="9"/>
             </restriction>
           </simpleType>
         </element>
         <element name="MonthPosition" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
               <enumeration value="0"/>
               <enumeration value="1"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
               <enumeration value="4"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Month" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
               <enumeration value="0"/>
               <enumeration value="1"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
               <enumeration value="4"/>
               <enumeration value="5"/>
               <enumeration value="6"/>
               <enumeration value="7"/>
               <enumeration value="8"/>
               <enumeration value="9"/>
               <enumeration value="10"/>
               <enumeration value="11"/>
             </restriction>
           </simpleType>
         </element>
         <element name="MonthDay" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="DayWorking" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="WorkingTimes" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <choice>
                     <element name="WorkingTime" maxOccurs="5" minOccurs="0">
                       <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                             <sequence>
                               <element name="FromTime" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
                               <element name="ToTime" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
                             </sequence>
                           </restriction>
                         </complexContent>
                       </complexType>
                     </element>
                   </choice>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Project.Calendars.Calendar.Exceptions.Exception.TimePeriod
          Java class for anonymous complex type.
static class Project.Calendars.Calendar.Exceptions.Exception.WorkingTimes
          Java class for anonymous complex type.
 
Field Summary
protected  BigInteger daysOfWeek
           
protected  Boolean dayWorking
           
protected  Boolean enteredByOccurrences
           
protected  BigInteger month
           
protected  BigInteger monthDay
           
protected  BigInteger monthItem
           
protected  BigInteger monthPosition
           
protected  String name
           
protected  BigInteger occurrences
           
protected  BigInteger period
           
protected  Project.Calendars.Calendar.Exceptions.Exception.TimePeriod timePeriod
           
protected  BigInteger type
           
protected  Project.Calendars.Calendar.Exceptions.Exception.WorkingTimes workingTimes
           
 
Constructor Summary
Project.Calendars.Calendar.Exceptions.Exception()
           
 
Method Summary
 BigInteger getDaysOfWeek()
          Gets the value of the daysOfWeek property.
 BigInteger getMonth()
          Gets the value of the month property.
 BigInteger getMonthDay()
          Gets the value of the monthDay property.
 BigInteger getMonthItem()
          Gets the value of the monthItem property.
 BigInteger getMonthPosition()
          Gets the value of the monthPosition property.
 String getName()
          Gets the value of the name property.
 BigInteger getOccurrences()
          Gets the value of the occurrences property.
 BigInteger getPeriod()
          Gets the value of the period property.
 Project.Calendars.Calendar.Exceptions.Exception.TimePeriod getTimePeriod()
          Gets the value of the timePeriod property.
 BigInteger getType()
          Gets the value of the type property.
 Project.Calendars.Calendar.Exceptions.Exception.WorkingTimes getWorkingTimes()
          Gets the value of the workingTimes property.
 Boolean isDayWorking()
          Gets the value of the dayWorking property.
 Boolean isEnteredByOccurrences()
          Gets the value of the enteredByOccurrences property.
 void setDaysOfWeek(BigInteger value)
          Sets the value of the daysOfWeek property.
 void setDayWorking(Boolean value)
          Sets the value of the dayWorking property.
 void setEnteredByOccurrences(Boolean value)
          Sets the value of the enteredByOccurrences property.
 void setMonth(BigInteger value)
          Sets the value of the month property.
 void setMonthDay(BigInteger value)
          Sets the value of the monthDay property.
 void setMonthItem(BigInteger value)
          Sets the value of the monthItem property.
 void setMonthPosition(BigInteger value)
          Sets the value of the monthPosition property.
 void setName(String value)
          Sets the value of the name property.
 void setOccurrences(BigInteger value)
          Sets the value of the occurrences property.
 void setPeriod(BigInteger value)
          Sets the value of the period property.
 void setTimePeriod(Project.Calendars.Calendar.Exceptions.Exception.TimePeriod value)
          Sets the value of the timePeriod property.
 void setType(BigInteger value)
          Sets the value of the type property.
 void setWorkingTimes(Project.Calendars.Calendar.Exceptions.Exception.WorkingTimes value)
          Sets the value of the workingTimes property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enteredByOccurrences

protected Boolean enteredByOccurrences

timePeriod

protected Project.Calendars.Calendar.Exceptions.Exception.TimePeriod timePeriod

occurrences

protected BigInteger occurrences

name

protected String name

type

protected BigInteger type

period

protected BigInteger period

daysOfWeek

protected BigInteger daysOfWeek

monthItem

protected BigInteger monthItem

monthPosition

protected BigInteger monthPosition

month

protected BigInteger month

monthDay

protected BigInteger monthDay

dayWorking

protected Boolean dayWorking

workingTimes

protected Project.Calendars.Calendar.Exceptions.Exception.WorkingTimes workingTimes
Constructor Detail

Project.Calendars.Calendar.Exceptions.Exception

public Project.Calendars.Calendar.Exceptions.Exception()
Method Detail

isEnteredByOccurrences

public Boolean isEnteredByOccurrences()
Gets the value of the enteredByOccurrences property.

Returns:
possible object is String

setEnteredByOccurrences

public void setEnteredByOccurrences(Boolean value)
Sets the value of the enteredByOccurrences property.

Parameters:
value - allowed object is String

getTimePeriod

public Project.Calendars.Calendar.Exceptions.Exception.TimePeriod getTimePeriod()
Gets the value of the timePeriod property.

Returns:
possible object is Project.Calendars.Calendar.Exceptions.Exception.TimePeriod

setTimePeriod

public void setTimePeriod(Project.Calendars.Calendar.Exceptions.Exception.TimePeriod value)
Sets the value of the timePeriod property.

Parameters:
value - allowed object is Project.Calendars.Calendar.Exceptions.Exception.TimePeriod

getOccurrences

public BigInteger getOccurrences()
Gets the value of the occurrences property.

Returns:
possible object is BigInteger

setOccurrences

public void setOccurrences(BigInteger value)
Sets the value of the occurrences property.

Parameters:
value - allowed object is BigInteger

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public BigInteger getType()
Gets the value of the type property.

Returns:
possible object is BigInteger

setType

public void setType(BigInteger value)
Sets the value of the type property.

Parameters:
value - allowed object is BigInteger

getPeriod

public BigInteger getPeriod()
Gets the value of the period property.

Returns:
possible object is BigInteger

setPeriod

public void setPeriod(BigInteger value)
Sets the value of the period property.

Parameters:
value - allowed object is BigInteger

getDaysOfWeek

public BigInteger getDaysOfWeek()
Gets the value of the daysOfWeek property.

Returns:
possible object is BigInteger

setDaysOfWeek

public void setDaysOfWeek(BigInteger value)
Sets the value of the daysOfWeek property.

Parameters:
value - allowed object is BigInteger

getMonthItem

public BigInteger getMonthItem()
Gets the value of the monthItem property.

Returns:
possible object is BigInteger

setMonthItem

public void setMonthItem(BigInteger value)
Sets the value of the monthItem property.

Parameters:
value - allowed object is BigInteger

getMonthPosition

public BigInteger getMonthPosition()
Gets the value of the monthPosition property.

Returns:
possible object is BigInteger

setMonthPosition

public void setMonthPosition(BigInteger value)
Sets the value of the monthPosition property.

Parameters:
value - allowed object is BigInteger

getMonth

public BigInteger getMonth()
Gets the value of the month property.

Returns:
possible object is BigInteger

setMonth

public void setMonth(BigInteger value)
Sets the value of the month property.

Parameters:
value - allowed object is BigInteger

getMonthDay

public BigInteger getMonthDay()
Gets the value of the monthDay property.

Returns:
possible object is BigInteger

setMonthDay

public void setMonthDay(BigInteger value)
Sets the value of the monthDay property.

Parameters:
value - allowed object is BigInteger

isDayWorking

public Boolean isDayWorking()
Gets the value of the dayWorking property.

Returns:
possible object is String

setDayWorking

public void setDayWorking(Boolean value)
Sets the value of the dayWorking property.

Parameters:
value - allowed object is String

getWorkingTimes

public Project.Calendars.Calendar.Exceptions.Exception.WorkingTimes getWorkingTimes()
Gets the value of the workingTimes property.

Returns:
possible object is Project.Calendars.Calendar.Exceptions.Exception.WorkingTimes

setWorkingTimes

public void setWorkingTimes(Project.Calendars.Calendar.Exceptions.Exception.WorkingTimes value)
Sets the value of the workingTimes property.

Parameters:
value - allowed object is Project.Calendars.Calendar.Exceptions.Exception.WorkingTimes


Copyright © 2012. All Rights Reserved.