|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExchangeScheduleInterval
Represents the Exchange Scheduled Interval
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
int |
getEndDayOfWeek()
|
int |
getEndHour()
The end hour From the WMI classes for Exchange Server 2003: Exchange_ ScheduleInterval.EndTime |
int |
getEndMinute()
The end minute From the WMI classes for Exchange Server 2003: Exchange_ ScheduleInterval.EndTime |
int |
getEndTimeZone()
The end time zone From the WMI classes for Exchange Server 2003: Exchange_ ScheduleInterval.EndTime |
ExchangePublicFolder |
getPublicFolder()
|
int |
getStartDayOfWeek()
The start day of week From the WMI classes for Exchange Server 2003: Exchange_ ScheduleInterval.StartTime |
int |
getStartHour()
The start hour From the WMI classes for Exchange Server 2003: Exchange_ ScheduleInterval.StartTime |
int |
getStartMinute()
The start minute From the WMI classes for Exchange Server 2003: Exchange_ ScheduleInterval.StartTime |
int |
getStartTimeZone()
The start time zone From the WMI classes for Exchange Server 2003: Exchange_ ScheduleInterval.StartTime |
boolean |
hasEndDayOfWeek()
|
boolean |
hasEndHour()
|
boolean |
hasEndMinute()
|
boolean |
hasEndTimeZone()
|
boolean |
hasPublicFolder()
|
boolean |
hasStartDayOfWeek()
|
boolean |
hasStartHour()
|
boolean |
hasStartMinute()
|
boolean |
hasStartTimeZone()
|
void |
setEndDayOfWeek(int x)
|
void |
setEndHour(int x)
|
void |
setEndMinute(int x)
|
void |
setEndTimeZone(int x)
|
void |
setPublicFolder(ExchangePublicFolder x)
|
void |
setStartDayOfWeek(int x)
|
void |
setStartHour(int x)
|
void |
setStartMinute(int x)
|
void |
setStartTimeZone(int x)
|
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles |
Methods inherited from interface com.collation.platform.model.ModelObject |
---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
int getStartTimeZone() throws AttributeNotSetException
AttributeNotSetException
void setStartTimeZone(int x)
boolean hasStartTimeZone()
int getEndHour() throws AttributeNotSetException
AttributeNotSetException
void setEndHour(int x)
boolean hasEndHour()
int getStartDayOfWeek() throws AttributeNotSetException
AttributeNotSetException
void setStartDayOfWeek(int x)
boolean hasStartDayOfWeek()
int getEndMinute() throws AttributeNotSetException
AttributeNotSetException
void setEndMinute(int x)
boolean hasEndMinute()
ExchangePublicFolder getPublicFolder() throws AttributeNotSetException
AttributeNotSetException
void setPublicFolder(ExchangePublicFolder x)
boolean hasPublicFolder()
int getStartHour() throws AttributeNotSetException
AttributeNotSetException
void setStartHour(int x)
boolean hasStartHour()
int getEndTimeZone() throws AttributeNotSetException
AttributeNotSetException
void setEndTimeZone(int x)
boolean hasEndTimeZone()
int getEndDayOfWeek() throws AttributeNotSetException
AttributeNotSetException
void setEndDayOfWeek(int x)
boolean hasEndDayOfWeek()
int getStartMinute() throws AttributeNotSetException
AttributeNotSetException
void setStartMinute(int x)
boolean hasStartMinute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |