public class SchActivitySet
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected java.util.List<java.lang.Integer> |
wmActivities |
protected int |
wmActivitiesNSizeIs |
protected int |
wmActivitySetId |
protected java.util.List<SchAvailability> |
wmAvailabilities |
protected int |
wmAvailabilitiesNSizeIs |
protected int |
wmRefId |
Constructor and Description |
---|
SchActivitySet() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<java.lang.Integer> |
getWmActivities()
Gets the value of the wmActivities property.
|
int |
getWmActivitiesNSizeIs()
Gets the value of the wmActivitiesNSizeIs property.
|
int |
getWmActivitySetId()
Gets the value of the wmActivitySetId property.
|
java.util.List<SchAvailability> |
getWmAvailabilities()
Gets the value of the wmAvailabilities property.
|
int |
getWmAvailabilitiesNSizeIs()
Gets the value of the wmAvailabilitiesNSizeIs property.
|
int |
getWmRefId()
Gets the value of the wmRefId property.
|
int |
hashCode() |
void |
setWmActivities(java.util.List<java.lang.Integer> wmActivities)
Sets the value of the wmActivities property.
|
void |
setWmActivitiesNSizeIs(int value)
Sets the value of the wmActivitiesNSizeIs property.
|
void |
setWmActivitySetId(int value)
Sets the value of the wmActivitySetId property.
|
void |
setWmAvailabilities(java.util.List<SchAvailability> wmAvailabilities)
Sets the value of the wmAvailabilities property.
|
void |
setWmAvailabilitiesNSizeIs(int value)
Sets the value of the wmAvailabilitiesNSizeIs property.
|
void |
setWmRefId(int value)
Sets the value of the wmRefId property.
|
java.lang.String |
toString() |
SchActivitySet |
withWmActivities(java.util.Collection<java.lang.Integer> values) |
SchActivitySet |
withWmActivities(java.lang.Integer... values) |
SchActivitySet |
withWmActivitiesNSizeIs(int value) |
SchActivitySet |
withWmActivitySetId(int value) |
SchActivitySet |
withWmAvailabilities(java.util.Collection<SchAvailability> values) |
SchActivitySet |
withWmAvailabilities(SchAvailability... values) |
SchActivitySet |
withWmAvailabilitiesNSizeIs(int value) |
SchActivitySet |
withWmRefId(int value) |
private static final long serialVersionUID
protected int wmActivitySetId
protected int wmRefId
protected int wmActivitiesNSizeIs
protected java.util.List<java.lang.Integer> wmActivities
protected int wmAvailabilitiesNSizeIs
protected java.util.List<SchAvailability> wmAvailabilities
public int getWmActivitySetId()
public void setWmActivitySetId(int value)
public int getWmRefId()
public void setWmRefId(int value)
public int getWmActivitiesNSizeIs()
public void setWmActivitiesNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmActivities()
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 wmActivities property.
For example, to add a new item, do as follows:
getWmActivities().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmAvailabilitiesNSizeIs()
public void setWmAvailabilitiesNSizeIs(int value)
public java.util.List<SchAvailability> getWmAvailabilities()
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 wmAvailabilities property.
For example, to add a new item, do as follows:
getWmAvailabilities().add(newItem);
Objects of the following type(s) are allowed in the list
SchAvailability
public SchActivitySet withWmActivitySetId(int value)
public SchActivitySet withWmRefId(int value)
public SchActivitySet withWmActivitiesNSizeIs(int value)
public SchActivitySet withWmActivities(java.lang.Integer... values)
public SchActivitySet withWmActivities(java.util.Collection<java.lang.Integer> values)
public SchActivitySet withWmAvailabilitiesNSizeIs(int value)
public SchActivitySet withWmAvailabilities(SchAvailability... values)
public SchActivitySet withWmAvailabilities(java.util.Collection<SchAvailability> values)
public void setWmActivities(java.util.List<java.lang.Integer> wmActivities)
wmActivities
- allowed object is
Integer
public void setWmAvailabilities(java.util.List<SchAvailability> wmAvailabilities)
wmAvailabilities
- allowed object is
SchAvailability
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.