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="ProjectId" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </element> <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/V23.12/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/V23.12/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 LocalDateTime |
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 LocalDateTime |
lastUpdateDate |
protected String |
lastUpdateUser |
protected String |
name |
protected Integer |
objectId |
protected String |
projectId |
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.
|
LocalDateTime |
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.
|
LocalDateTime |
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.
|
String |
getProjectId()
Gets the value of the projectId 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(LocalDateTime 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(LocalDateTime 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 |
setProjectId(String value)
Sets the value of the projectId 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 LocalDateTime 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 LocalDateTime lastUpdateDate
protected String lastUpdateUser
protected String name
protected Integer objectId
protected String projectId
protected Integer projectObjectId
protected String type
protected CalendarType.StandardWorkWeek standardWorkWeek
protected CalendarType.HolidayOrExceptions holidayOrExceptions
public Integer getBaseCalendarObjectId()
Integer
public void setBaseCalendarObjectId(Integer value)
value
- allowed object is
Integer
public LocalDateTime getCreateDate()
String
public void setCreateDate(LocalDateTime value)
value
- allowed object is
String
public String getCreateUser()
String
public void setCreateUser(String value)
value
- allowed object is
String
public Double getHoursPerDay()
String
public void setHoursPerDay(Double value)
value
- allowed object is
String
public Double getHoursPerMonth()
String
public void setHoursPerMonth(Double value)
value
- allowed object is
String
public Double getHoursPerWeek()
String
public void setHoursPerWeek(Double value)
value
- allowed object is
String
public Double getHoursPerYear()
String
public void setHoursPerYear(Double value)
value
- allowed object is
String
public Boolean isIsBaseline()
String
public void setIsBaseline(Boolean value)
value
- allowed object is
String
public Boolean isIsDefault()
String
public void setIsDefault(Boolean value)
value
- allowed object is
String
public Boolean isIsPersonal()
String
public void setIsPersonal(Boolean value)
value
- allowed object is
String
public Boolean isIsTemplate()
String
public void setIsTemplate(Boolean value)
value
- allowed object is
String
public LocalDateTime getLastUpdateDate()
String
public void setLastUpdateDate(LocalDateTime value)
value
- allowed object is
String
public String getLastUpdateUser()
String
public void setLastUpdateUser(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Integer getObjectId()
Integer
public void setObjectId(Integer value)
value
- allowed object is
Integer
public String getProjectId()
String
public void setProjectId(String value)
value
- allowed object is
String
public Integer getProjectObjectId()
Integer
public void setProjectObjectId(Integer value)
value
- allowed object is
Integer
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public CalendarType.StandardWorkWeek getStandardWorkWeek()
CalendarType.StandardWorkWeek
public void setStandardWorkWeek(CalendarType.StandardWorkWeek value)
value
- allowed object is
CalendarType.StandardWorkWeek
public CalendarType.HolidayOrExceptions getHolidayOrExceptions()
CalendarType.HolidayOrExceptions
public void setHolidayOrExceptions(CalendarType.HolidayOrExceptions value)
value
- allowed object is
CalendarType.HolidayOrExceptions
Copyright © 2000–2024 Packwood Software. All rights reserved.