|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.primavera.schema.CalendarType
public class CalendarType
Java class for CalendarType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalendarType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BaseCalendarObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CreateUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HoursPerDay" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="1.0"/>
<maxInclusive value="24.0"/>
</restriction>
</simpleType>
</element>
<element name="HoursPerMonth" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="1.0"/>
<maxInclusive value="744.0"/>
</restriction>
</simpleType>
</element>
<element name="HoursPerWeek" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="1.0"/>
<maxInclusive value="168.0"/>
</restriction>
</simpleType>
</element>
<element name="HoursPerYear" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="1.0"/>
<maxInclusive value="8784.0"/>
</restriction>
</simpleType>
</element>
<element name="IsBaseline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LastUpdateUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="60"/>
</restriction>
</simpleType>
</element>
<element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Type" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Global"/>
<enumeration value="Project"/>
<enumeration value="Resource"/>
</restriction>
</simpleType>
</element>
<element name="StandardWorkWeek" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StandardWorkHours" maxOccurs="7" minOccurs="7">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DayOfWeek">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Sunday"/>
<enumeration value="Monday"/>
<enumeration value="Tuesday"/>
<enumeration value="Wednesday"/>
<enumeration value="Thursday"/>
<enumeration value="Friday"/>
<enumeration value="Saturday"/>
</restriction>
</simpleType>
</element>
<element name="WorkTime" type="{http://xmlns.oracle.com/Primavera/P6/V7/API/BusinessObjects}WorkTimeType" maxOccurs="24"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="HolidayOrExceptions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="HolidayOrException" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="WorkTime" type="{http://xmlns.oracle.com/Primavera/P6/V7/API/BusinessObjects}WorkTimeType" maxOccurs="24"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CalendarType.HolidayOrExceptions
Java class for anonymous complex type. |
static class |
CalendarType.StandardWorkWeek
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected JAXBElement<Integer> |
baseCalendarObjectId
|
protected JAXBElement<Date> |
createDate
|
protected String |
createUser
|
protected CalendarType.HolidayOrExceptions |
holidayOrExceptions
|
protected Double |
hoursPerDay
|
protected Double |
hoursPerMonth
|
protected Double |
hoursPerWeek
|
protected Double |
hoursPerYear
|
protected JAXBElement<Boolean> |
isBaseline
|
protected Boolean |
isDefault
|
protected JAXBElement<Date> |
lastUpdateDate
|
protected String |
lastUpdateUser
|
protected String |
name
|
protected Integer |
objectId
|
protected JAXBElement<Integer> |
projectObjectId
|
protected CalendarType.StandardWorkWeek |
standardWorkWeek
|
protected String |
type
|
| Constructor Summary | |
|---|---|
CalendarType()
|
|
| Method Summary | |
|---|---|
JAXBElement<Integer> |
getBaseCalendarObjectId()
Gets the value of the baseCalendarObjectId property. |
JAXBElement<Date> |
getCreateDate()
Gets the value of the createDate property. |
String |
getCreateUser()
Gets the value of the createUser property. |
CalendarType.HolidayOrExceptions |
getHolidayOrExceptions()
Gets the value of the holidayOrExceptions property. |
Double |
getHoursPerDay()
Gets the value of the hoursPerDay property. |
Double |
getHoursPerMonth()
Gets the value of the hoursPerMonth property. |
Double |
getHoursPerWeek()
Gets the value of the hoursPerWeek property. |
Double |
getHoursPerYear()
Gets the value of the hoursPerYear property. |
JAXBElement<Boolean> |
getIsBaseline()
Gets the value of the isBaseline property. |
JAXBElement<Date> |
getLastUpdateDate()
Gets the value of the lastUpdateDate property. |
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property. |
String |
getName()
Gets the value of the name property. |
Integer |
getObjectId()
Gets the value of the objectId property. |
JAXBElement<Integer> |
getProjectObjectId()
Gets the value of the projectObjectId property. |
CalendarType.StandardWorkWeek |
getStandardWorkWeek()
Gets the value of the standardWorkWeek property. |
String |
getType()
Gets the value of the type property. |
Boolean |
isIsDefault()
Gets the value of the isDefault property. |
void |
setBaseCalendarObjectId(JAXBElement<Integer> value)
Sets the value of the baseCalendarObjectId property. |
void |
setCreateDate(JAXBElement<Date> value)
Sets the value of the createDate property. |
void |
setCreateUser(String value)
Sets the value of the createUser property. |
void |
setHolidayOrExceptions(CalendarType.HolidayOrExceptions value)
Sets the value of the holidayOrExceptions property. |
void |
setHoursPerDay(Double value)
Sets the value of the hoursPerDay property. |
void |
setHoursPerMonth(Double value)
Sets the value of the hoursPerMonth property. |
void |
setHoursPerWeek(Double value)
Sets the value of the hoursPerWeek property. |
void |
setHoursPerYear(Double value)
Sets the value of the hoursPerYear property. |
void |
setIsBaseline(JAXBElement<Boolean> value)
Sets the value of the isBaseline property. |
void |
setIsDefault(Boolean value)
Sets the value of the isDefault property. |
void |
setLastUpdateDate(JAXBElement<Date> value)
Sets the value of the lastUpdateDate property. |
void |
setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setObjectId(Integer value)
Sets the value of the objectId property. |
void |
setProjectObjectId(JAXBElement<Integer> value)
Sets the value of the projectObjectId property. |
void |
setStandardWorkWeek(CalendarType.StandardWorkWeek value)
Sets the value of the standardWorkWeek property. |
void |
setType(String value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JAXBElement<Integer> baseCalendarObjectId
protected JAXBElement<Date> createDate
protected String createUser
protected Double hoursPerDay
protected Double hoursPerMonth
protected Double hoursPerWeek
protected Double hoursPerYear
protected JAXBElement<Boolean> isBaseline
protected Boolean isDefault
protected JAXBElement<Date> lastUpdateDate
protected String lastUpdateUser
protected String name
protected Integer objectId
protected JAXBElement<Integer> projectObjectId
protected String type
protected CalendarType.StandardWorkWeek standardWorkWeek
protected CalendarType.HolidayOrExceptions holidayOrExceptions
| Constructor Detail |
|---|
public CalendarType()
| Method Detail |
|---|
public JAXBElement<Integer> getBaseCalendarObjectId()
JAXBElement<Integer>public void setBaseCalendarObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public JAXBElement<Date> getCreateDate()
JAXBElement<Date>public void setCreateDate(JAXBElement<Date> value)
value - allowed object is
JAXBElement<Date>public String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic Double getHoursPerDay()
Doublepublic void setHoursPerDay(Double value)
value - allowed object is
Doublepublic Double getHoursPerMonth()
Doublepublic void setHoursPerMonth(Double value)
value - allowed object is
Doublepublic Double getHoursPerWeek()
Doublepublic void setHoursPerWeek(Double value)
value - allowed object is
Doublepublic Double getHoursPerYear()
Doublepublic void setHoursPerYear(Double value)
value - allowed object is
Doublepublic JAXBElement<Boolean> getIsBaseline()
JAXBElement<Boolean>public void setIsBaseline(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public Boolean isIsDefault()
Booleanpublic void setIsDefault(Boolean value)
value - allowed object is
Booleanpublic JAXBElement<Date> getLastUpdateDate()
JAXBElement<Date>public void setLastUpdateDate(JAXBElement<Date> value)
value - allowed object is
JAXBElement<Date>public String getLastUpdateUser()
Stringpublic void setLastUpdateUser(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic JAXBElement<Integer> getProjectObjectId()
JAXBElement<Integer>public void setProjectObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic CalendarType.StandardWorkWeek getStandardWorkWeek()
CalendarType.StandardWorkWeekpublic void setStandardWorkWeek(CalendarType.StandardWorkWeek value)
value - allowed object is
CalendarType.StandardWorkWeekpublic CalendarType.HolidayOrExceptions getHolidayOrExceptions()
CalendarType.HolidayOrExceptionspublic void setHolidayOrExceptions(CalendarType.HolidayOrExceptions value)
value - allowed object is
CalendarType.HolidayOrExceptions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||