public class CfgShiftBMSequence
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected boolean |
wmAllowed |
protected int |
wmBMSequenceId |
protected java.util.List<CfgShiftBMSequenceOrder> |
wmBMSequenceOrder |
protected int |
wmBMSequenceOrderNSizeIs |
protected int |
wmMinDuration |
Constructor and Description |
---|
CfgShiftBMSequence() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmBMSequenceId()
Gets the value of the wmBMSequenceId property.
|
java.util.List<CfgShiftBMSequenceOrder> |
getWmBMSequenceOrder()
Gets the value of the wmBMSequenceOrder property.
|
int |
getWmBMSequenceOrderNSizeIs()
Gets the value of the wmBMSequenceOrderNSizeIs property.
|
int |
getWmMinDuration()
Gets the value of the wmMinDuration property.
|
int |
hashCode() |
boolean |
isWmAllowed()
Gets the value of the wmAllowed property.
|
void |
setWmAllowed(boolean value)
Sets the value of the wmAllowed property.
|
void |
setWmBMSequenceId(int value)
Sets the value of the wmBMSequenceId property.
|
void |
setWmBMSequenceOrder(java.util.List<CfgShiftBMSequenceOrder> wmBMSequenceOrder)
Sets the value of the wmBMSequenceOrder property.
|
void |
setWmBMSequenceOrderNSizeIs(int value)
Sets the value of the wmBMSequenceOrderNSizeIs property.
|
void |
setWmMinDuration(int value)
Sets the value of the wmMinDuration property.
|
java.lang.String |
toString() |
CfgShiftBMSequence |
withWmAllowed(boolean value) |
CfgShiftBMSequence |
withWmBMSequenceId(int value) |
CfgShiftBMSequence |
withWmBMSequenceOrder(CfgShiftBMSequenceOrder... values) |
CfgShiftBMSequence |
withWmBMSequenceOrder(java.util.Collection<CfgShiftBMSequenceOrder> values) |
CfgShiftBMSequence |
withWmBMSequenceOrderNSizeIs(int value) |
CfgShiftBMSequence |
withWmMinDuration(int value) |
private static final long serialVersionUID
protected int wmBMSequenceId
protected int wmMinDuration
protected boolean wmAllowed
protected int wmBMSequenceOrderNSizeIs
protected java.util.List<CfgShiftBMSequenceOrder> wmBMSequenceOrder
public int getWmBMSequenceId()
public void setWmBMSequenceId(int value)
public int getWmMinDuration()
public void setWmMinDuration(int value)
public boolean isWmAllowed()
public void setWmAllowed(boolean value)
public int getWmBMSequenceOrderNSizeIs()
public void setWmBMSequenceOrderNSizeIs(int value)
public java.util.List<CfgShiftBMSequenceOrder> getWmBMSequenceOrder()
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 wmBMSequenceOrder property.
For example, to add a new item, do as follows:
getWmBMSequenceOrder().add(newItem);
Objects of the following type(s) are allowed in the list
CfgShiftBMSequenceOrder
public CfgShiftBMSequence withWmBMSequenceId(int value)
public CfgShiftBMSequence withWmMinDuration(int value)
public CfgShiftBMSequence withWmAllowed(boolean value)
public CfgShiftBMSequence withWmBMSequenceOrderNSizeIs(int value)
public CfgShiftBMSequence withWmBMSequenceOrder(CfgShiftBMSequenceOrder... values)
public CfgShiftBMSequence withWmBMSequenceOrder(java.util.Collection<CfgShiftBMSequenceOrder> values)
public void setWmBMSequenceOrder(java.util.List<CfgShiftBMSequenceOrder> wmBMSequenceOrder)
wmBMSequenceOrder
- allowed object is
CfgShiftBMSequenceOrder
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.