public class CalendarType extends Object
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" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<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="IsPersonal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsTemplate" 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" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="Name" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</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/V8.3/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/V8.3/API/BusinessObjects}WorkTimeType" maxOccurs="24"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CalendarType.HolidayOrExceptions
Java class for anonymous complex type.
|
static class |
CalendarType.StandardWorkWeek
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
baseCalendarObjectId |
protected Date |
createDate |
protected String |
createUser |
protected CalendarType.HolidayOrExceptions |
holidayOrExceptions |
protected Double |
hoursPerDay |
protected Double |
hoursPerMonth |
protected Double |
hoursPerWeek |
protected Double |
hoursPerYear |
protected Boolean |
isBaseline |
protected Boolean |
isDefault |
protected Boolean |
isPersonal |
protected Boolean |
isTemplate |
protected Date |
lastUpdateDate |
protected String |
lastUpdateUser |
protected String |
name |
protected Integer |
objectId |
protected Integer |
projectObjectId |
protected CalendarType.StandardWorkWeek |
standardWorkWeek |
protected String |
type |
| Constructor and Description |
|---|
CalendarType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBaseCalendarObjectId()
Gets the value of the baseCalendarObjectId property.
|
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.
|
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.
|
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 |
isIsBaseline()
Gets the value of the isBaseline property.
|
Boolean |
isIsDefault()
Gets the value of the isDefault property.
|
Boolean |
isIsPersonal()
Gets the value of the isPersonal property.
|
Boolean |
isIsTemplate()
Gets the value of the isTemplate property.
|
void |
setBaseCalendarObjectId(Integer value)
Sets the value of the baseCalendarObjectId property.
|
void |
setCreateDate(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(Boolean value)
Sets the value of the isBaseline property.
|
void |
setIsDefault(Boolean value)
Sets the value of the isDefault property.
|
void |
setIsPersonal(Boolean value)
Sets the value of the isPersonal property.
|
void |
setIsTemplate(Boolean value)
Sets the value of the isTemplate property.
|
void |
setLastUpdateDate(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(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.
|
protected Integer baseCalendarObjectId
protected Date createDate
protected String createUser
protected Double hoursPerDay
protected Double hoursPerMonth
protected Double hoursPerWeek
protected Double hoursPerYear
protected Boolean isBaseline
protected Boolean isDefault
protected Boolean isPersonal
protected Boolean isTemplate
protected Date lastUpdateDate
protected String lastUpdateUser
protected String name
protected Integer objectId
protected Integer projectObjectId
protected String type
protected CalendarType.StandardWorkWeek standardWorkWeek
protected CalendarType.HolidayOrExceptions holidayOrExceptions
public Integer getBaseCalendarObjectId()
Integerpublic void setBaseCalendarObjectId(Integer value)
value - allowed object is
Integerpublic Date getCreateDate()
Stringpublic void setCreateDate(Date value)
value - allowed object is
Stringpublic 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 Boolean isIsBaseline()
Booleanpublic void setIsBaseline(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsDefault()
Booleanpublic void setIsDefault(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsPersonal()
Booleanpublic void setIsPersonal(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsTemplate()
Booleanpublic void setIsTemplate(Boolean value)
value - allowed object is
Booleanpublic Date getLastUpdateDate()
Stringpublic void setLastUpdateDate(Date value)
value - allowed object is
Stringpublic 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 Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic 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.HolidayOrExceptionsCopyright © 2013. All Rights Reserved.