public class CfgMeetingShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmBUId |
protected int |
wmDuration |
protected double |
wmEndDate |
protected double |
wmEndTime |
protected int |
wmExceptionTypeId |
protected boolean |
wmIndividual |
protected int |
wmMeetingId |
protected java.lang.String |
wmName |
protected int |
wmRecurrenceType |
protected java.util.List<java.lang.Integer> |
wmSiteId |
protected int |
wmSiteIdNSizeIs |
protected double |
wmStartDate |
protected double |
wmStartTime |
protected int |
wmTimezoneId |
protected boolean |
wmUseMinmaxGroup |
protected java.util.List<java.lang.Boolean> |
wmWeekDays |
Constructor and Description |
---|
CfgMeetingShort() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmBUId()
Gets the value of the wmBUId property.
|
int |
getWmDuration()
Gets the value of the wmDuration property.
|
double |
getWmEndDate()
Gets the value of the wmEndDate property.
|
double |
getWmEndTime()
Gets the value of the wmEndTime property.
|
int |
getWmExceptionTypeId()
Gets the value of the wmExceptionTypeId property.
|
int |
getWmMeetingId()
Gets the value of the wmMeetingId property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
getWmRecurrenceType()
Gets the value of the wmRecurrenceType property.
|
java.util.List<java.lang.Integer> |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmSiteIdNSizeIs()
Gets the value of the wmSiteIdNSizeIs property.
|
double |
getWmStartDate()
Gets the value of the wmStartDate property.
|
double |
getWmStartTime()
Gets the value of the wmStartTime property.
|
int |
getWmTimezoneId()
Gets the value of the wmTimezoneId property.
|
java.util.List<java.lang.Boolean> |
getWmWeekDays()
Gets the value of the wmWeekDays property.
|
int |
hashCode() |
boolean |
isWmIndividual()
Gets the value of the wmIndividual property.
|
boolean |
isWmUseMinmaxGroup()
Gets the value of the wmUseMinmaxGroup property.
|
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmDuration(int value)
Sets the value of the wmDuration property.
|
void |
setWmEndDate(double value)
Sets the value of the wmEndDate property.
|
void |
setWmEndTime(double value)
Sets the value of the wmEndTime property.
|
void |
setWmExceptionTypeId(int value)
Sets the value of the wmExceptionTypeId property.
|
void |
setWmIndividual(boolean value)
Sets the value of the wmIndividual property.
|
void |
setWmMeetingId(int value)
Sets the value of the wmMeetingId property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmRecurrenceType(int value)
Sets the value of the wmRecurrenceType property.
|
void |
setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
Sets the value of the wmSiteId property.
|
void |
setWmSiteIdNSizeIs(int value)
Sets the value of the wmSiteIdNSizeIs property.
|
void |
setWmStartDate(double value)
Sets the value of the wmStartDate property.
|
void |
setWmStartTime(double value)
Sets the value of the wmStartTime property.
|
void |
setWmTimezoneId(int value)
Sets the value of the wmTimezoneId property.
|
void |
setWmUseMinmaxGroup(boolean value)
Sets the value of the wmUseMinmaxGroup property.
|
void |
setWmWeekDays(java.util.List<java.lang.Boolean> wmWeekDays)
Sets the value of the wmWeekDays property.
|
java.lang.String |
toString() |
CfgMeetingShort |
withWmBUId(int value) |
CfgMeetingShort |
withWmDuration(int value) |
CfgMeetingShort |
withWmEndDate(double value) |
CfgMeetingShort |
withWmEndTime(double value) |
CfgMeetingShort |
withWmExceptionTypeId(int value) |
CfgMeetingShort |
withWmIndividual(boolean value) |
CfgMeetingShort |
withWmMeetingId(int value) |
CfgMeetingShort |
withWmName(java.lang.String value) |
CfgMeetingShort |
withWmRecurrenceType(int value) |
CfgMeetingShort |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgMeetingShort |
withWmSiteId(java.lang.Integer... values) |
CfgMeetingShort |
withWmSiteIdNSizeIs(int value) |
CfgMeetingShort |
withWmStartDate(double value) |
CfgMeetingShort |
withWmStartTime(double value) |
CfgMeetingShort |
withWmTimezoneId(int value) |
CfgMeetingShort |
withWmUseMinmaxGroup(boolean value) |
CfgMeetingShort |
withWmWeekDays(java.lang.Boolean... values) |
CfgMeetingShort |
withWmWeekDays(java.util.Collection<java.lang.Boolean> values) |
private static final long serialVersionUID
protected int wmMeetingId
protected int wmBUId
protected int wmSiteIdNSizeIs
protected java.util.List<java.lang.Integer> wmSiteId
protected java.lang.String wmName
protected int wmExceptionTypeId
protected double wmStartDate
protected double wmStartTime
protected double wmEndDate
protected double wmEndTime
protected int wmTimezoneId
protected int wmDuration
protected java.util.List<java.lang.Boolean> wmWeekDays
protected boolean wmUseMinmaxGroup
protected boolean wmIndividual
protected int wmRecurrenceType
public int getWmMeetingId()
public void setWmMeetingId(int value)
public int getWmBUId()
public void setWmBUId(int value)
public int getWmSiteIdNSizeIs()
public void setWmSiteIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmSiteId()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the wmSiteId property.
For example, to add a new item, do as follows:
getWmSiteId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public int getWmExceptionTypeId()
public void setWmExceptionTypeId(int value)
public double getWmStartDate()
public void setWmStartDate(double value)
public double getWmStartTime()
public void setWmStartTime(double value)
public double getWmEndDate()
public void setWmEndDate(double value)
public double getWmEndTime()
public void setWmEndTime(double value)
public int getWmTimezoneId()
public void setWmTimezoneId(int value)
public int getWmDuration()
public void setWmDuration(int value)
public java.util.List<java.lang.Boolean> getWmWeekDays()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the wmWeekDays property.
For example, to add a new item, do as follows:
getWmWeekDays().add(newItem);
Objects of the following type(s) are allowed in the list
Boolean
public boolean isWmUseMinmaxGroup()
public void setWmUseMinmaxGroup(boolean value)
public boolean isWmIndividual()
public void setWmIndividual(boolean value)
public int getWmRecurrenceType()
public void setWmRecurrenceType(int value)
public CfgMeetingShort withWmMeetingId(int value)
public CfgMeetingShort withWmBUId(int value)
public CfgMeetingShort withWmSiteIdNSizeIs(int value)
public CfgMeetingShort withWmSiteId(java.lang.Integer... values)
public CfgMeetingShort withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgMeetingShort withWmName(java.lang.String value)
public CfgMeetingShort withWmExceptionTypeId(int value)
public CfgMeetingShort withWmStartDate(double value)
public CfgMeetingShort withWmStartTime(double value)
public CfgMeetingShort withWmEndDate(double value)
public CfgMeetingShort withWmEndTime(double value)
public CfgMeetingShort withWmTimezoneId(int value)
public CfgMeetingShort withWmDuration(int value)
public CfgMeetingShort withWmWeekDays(java.lang.Boolean... values)
public CfgMeetingShort withWmWeekDays(java.util.Collection<java.lang.Boolean> values)
public CfgMeetingShort withWmUseMinmaxGroup(boolean value)
public CfgMeetingShort withWmIndividual(boolean value)
public CfgMeetingShort withWmRecurrenceType(int value)
public void setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
wmSiteId
- allowed object is
Integer
public void setWmWeekDays(java.util.List<java.lang.Boolean> wmWeekDays)
wmWeekDays
- allowed object is
Boolean
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.