All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.elluminate.sas.BlackboardSetSession Maven / Gradle / Ivy


package com.elluminate.sas;

import java.io.Serializable;
import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import org.jvnet.jaxb2_commons.lang.Equals;
import org.jvnet.jaxb2_commons.lang.EqualsStrategy;
import org.jvnet.jaxb2_commons.lang.HashCode;
import org.jvnet.jaxb2_commons.lang.HashCodeStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBEqualsStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBHashCodeStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy;
import org.jvnet.jaxb2_commons.lang.ToString;
import org.jvnet.jaxb2_commons.lang.ToStringStrategy;
import org.jvnet.jaxb2_commons.locator.ObjectLocator;
import org.jvnet.jaxb2_commons.locator.util.LocatorUtils;


/**
 * 

Java class for SetSession complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="SetSession">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="creatorId" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="startTime" type="{http://www.w3.org/2001/XMLSchema}long"/>
 *         <element name="endTime" type="{http://www.w3.org/2001/XMLSchema}long"/>
 *         <element name="sessionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="accessType" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
 *         <element name="boundaryTime" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
 *         <element name="chairList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="chairNotes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="groupingList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="maxTalkers" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
 *         <element name="maxCameras" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
 *         <element name="mustBeSupervised" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="nonChairList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="nonChairNotes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="openChair" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="permissionsOn" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="raiseHandOnEnter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="recordingModeType" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
 *         <element name="recurrenceCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
 *         <element name="recurrenceDays" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
 *         <element name="reserveSeats" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
 *         <element name="secureSignOn" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="versionId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
 *         <element name="allowInSessionInvites" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="hideParticipantNames" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "SetSession", propOrder = { "creatorId", "startTime", "endTime", "sessionName", "accessType", "boundaryTime", "chairList", "chairNotes", "groupingList", "maxTalkers", "maxCameras", "mustBeSupervised", "nonChairList", "nonChairNotes", "openChair", "permissionsOn", "raiseHandOnEnter", "recordingModeType", "recurrenceCount", "recurrenceDays", "reserveSeats", "secureSignOn", "versionId", "allowInSessionInvites", "hideParticipantNames" }) @XmlRootElement(name = "SetSession") @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public class BlackboardSetSession implements Serializable, Equals, HashCode, ToString { @XmlElement(required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected String creatorId; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected long startTime; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected long endTime; @XmlElement(required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected String sessionName; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected Long accessType; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected Integer boundaryTime; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected String chairList; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected String chairNotes; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected String groupingList; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected Integer maxTalkers; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected Integer maxCameras; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected Boolean mustBeSupervised; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected String nonChairList; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected String nonChairNotes; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected Boolean openChair; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected Boolean permissionsOn; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected Boolean raiseHandOnEnter; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected Long recordingModeType; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected Integer recurrenceCount; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected Integer recurrenceDays; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected Integer reserveSeats; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected Boolean secureSignOn; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected Long versionId; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected Boolean allowInSessionInvites; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected Boolean hideParticipantNames; /** * Gets the value of the creatorId property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public String getCreatorId() { return creatorId; } /** * Sets the value of the creatorId property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setCreatorId(String value) { this.creatorId = value; } /** * Gets the value of the startTime property. * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public long getStartTime() { return startTime; } /** * Sets the value of the startTime property. * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setStartTime(long value) { this.startTime = value; } /** * Gets the value of the endTime property. * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public long getEndTime() { return endTime; } /** * Sets the value of the endTime property. * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setEndTime(long value) { this.endTime = value; } /** * Gets the value of the sessionName property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public String getSessionName() { return sessionName; } /** * Sets the value of the sessionName property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setSessionName(String value) { this.sessionName = value; } /** * Gets the value of the accessType property. * * @return * possible object is * {@link Long } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public Long getAccessType() { return accessType; } /** * Sets the value of the accessType property. * * @param value * allowed object is * {@link Long } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setAccessType(Long value) { this.accessType = value; } /** * Gets the value of the boundaryTime property. * * @return * possible object is * {@link Integer } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public Integer getBoundaryTime() { return boundaryTime; } /** * Sets the value of the boundaryTime property. * * @param value * allowed object is * {@link Integer } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setBoundaryTime(Integer value) { this.boundaryTime = value; } /** * Gets the value of the chairList property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public String getChairList() { return chairList; } /** * Sets the value of the chairList property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setChairList(String value) { this.chairList = value; } /** * Gets the value of the chairNotes property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public String getChairNotes() { return chairNotes; } /** * Sets the value of the chairNotes property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setChairNotes(String value) { this.chairNotes = value; } /** * Gets the value of the groupingList property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public String getGroupingList() { return groupingList; } /** * Sets the value of the groupingList property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setGroupingList(String value) { this.groupingList = value; } /** * Gets the value of the maxTalkers property. * * @return * possible object is * {@link Integer } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public Integer getMaxTalkers() { return maxTalkers; } /** * Sets the value of the maxTalkers property. * * @param value * allowed object is * {@link Integer } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setMaxTalkers(Integer value) { this.maxTalkers = value; } /** * Gets the value of the maxCameras property. * * @return * possible object is * {@link Integer } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public Integer getMaxCameras() { return maxCameras; } /** * Sets the value of the maxCameras property. * * @param value * allowed object is * {@link Integer } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setMaxCameras(Integer value) { this.maxCameras = value; } /** * Gets the value of the mustBeSupervised property. * * @return * possible object is * {@link Boolean } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public Boolean isMustBeSupervised() { return mustBeSupervised; } /** * Sets the value of the mustBeSupervised property. * * @param value * allowed object is * {@link Boolean } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setMustBeSupervised(Boolean value) { this.mustBeSupervised = value; } /** * Gets the value of the nonChairList property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public String getNonChairList() { return nonChairList; } /** * Sets the value of the nonChairList property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setNonChairList(String value) { this.nonChairList = value; } /** * Gets the value of the nonChairNotes property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public String getNonChairNotes() { return nonChairNotes; } /** * Sets the value of the nonChairNotes property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setNonChairNotes(String value) { this.nonChairNotes = value; } /** * Gets the value of the openChair property. * * @return * possible object is * {@link Boolean } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public Boolean isOpenChair() { return openChair; } /** * Sets the value of the openChair property. * * @param value * allowed object is * {@link Boolean } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setOpenChair(Boolean value) { this.openChair = value; } /** * Gets the value of the permissionsOn property. * * @return * possible object is * {@link Boolean } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public Boolean isPermissionsOn() { return permissionsOn; } /** * Sets the value of the permissionsOn property. * * @param value * allowed object is * {@link Boolean } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setPermissionsOn(Boolean value) { this.permissionsOn = value; } /** * Gets the value of the raiseHandOnEnter property. * * @return * possible object is * {@link Boolean } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public Boolean isRaiseHandOnEnter() { return raiseHandOnEnter; } /** * Sets the value of the raiseHandOnEnter property. * * @param value * allowed object is * {@link Boolean } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setRaiseHandOnEnter(Boolean value) { this.raiseHandOnEnter = value; } /** * Gets the value of the recordingModeType property. * * @return * possible object is * {@link Long } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public Long getRecordingModeType() { return recordingModeType; } /** * Sets the value of the recordingModeType property. * * @param value * allowed object is * {@link Long } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setRecordingModeType(Long value) { this.recordingModeType = value; } /** * Gets the value of the recurrenceCount property. * * @return * possible object is * {@link Integer } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public Integer getRecurrenceCount() { return recurrenceCount; } /** * Sets the value of the recurrenceCount property. * * @param value * allowed object is * {@link Integer } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setRecurrenceCount(Integer value) { this.recurrenceCount = value; } /** * Gets the value of the recurrenceDays property. * * @return * possible object is * {@link Integer } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public Integer getRecurrenceDays() { return recurrenceDays; } /** * Sets the value of the recurrenceDays property. * * @param value * allowed object is * {@link Integer } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setRecurrenceDays(Integer value) { this.recurrenceDays = value; } /** * Gets the value of the reserveSeats property. * * @return * possible object is * {@link Integer } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public Integer getReserveSeats() { return reserveSeats; } /** * Sets the value of the reserveSeats property. * * @param value * allowed object is * {@link Integer } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setReserveSeats(Integer value) { this.reserveSeats = value; } /** * Gets the value of the secureSignOn property. * * @return * possible object is * {@link Boolean } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public Boolean isSecureSignOn() { return secureSignOn; } /** * Sets the value of the secureSignOn property. * * @param value * allowed object is * {@link Boolean } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setSecureSignOn(Boolean value) { this.secureSignOn = value; } /** * Gets the value of the versionId property. * * @return * possible object is * {@link Long } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public Long getVersionId() { return versionId; } /** * Sets the value of the versionId property. * * @param value * allowed object is * {@link Long } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setVersionId(Long value) { this.versionId = value; } /** * Gets the value of the allowInSessionInvites property. * * @return * possible object is * {@link Boolean } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public Boolean isAllowInSessionInvites() { return allowInSessionInvites; } /** * Sets the value of the allowInSessionInvites property. * * @param value * allowed object is * {@link Boolean } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setAllowInSessionInvites(Boolean value) { this.allowInSessionInvites = value; } /** * Gets the value of the hideParticipantNames property. * * @return * possible object is * {@link Boolean } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public Boolean isHideParticipantNames() { return hideParticipantNames; } /** * Sets the value of the hideParticipantNames property. * * @param value * allowed object is * {@link Boolean } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public void setHideParticipantNames(Boolean value) { this.hideParticipantNames = value; } @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public String toString() { final ToStringStrategy strategy = JAXBToStringStrategy.INSTANCE; final StringBuilder buffer = new StringBuilder(); append(null, buffer, strategy); return buffer.toString(); } @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { strategy.appendStart(locator, this, buffer); appendFields(locator, buffer, strategy); strategy.appendEnd(locator, this, buffer); return buffer; } @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { { String theCreatorId; theCreatorId = this.getCreatorId(); strategy.appendField(locator, this, "creatorId", buffer, theCreatorId); } { long theStartTime; theStartTime = (true?this.getStartTime(): 0L); strategy.appendField(locator, this, "startTime", buffer, theStartTime); } { long theEndTime; theEndTime = (true?this.getEndTime(): 0L); strategy.appendField(locator, this, "endTime", buffer, theEndTime); } { String theSessionName; theSessionName = this.getSessionName(); strategy.appendField(locator, this, "sessionName", buffer, theSessionName); } { Long theAccessType; theAccessType = this.getAccessType(); strategy.appendField(locator, this, "accessType", buffer, theAccessType); } { Integer theBoundaryTime; theBoundaryTime = this.getBoundaryTime(); strategy.appendField(locator, this, "boundaryTime", buffer, theBoundaryTime); } { String theChairList; theChairList = this.getChairList(); strategy.appendField(locator, this, "chairList", buffer, theChairList); } { String theChairNotes; theChairNotes = this.getChairNotes(); strategy.appendField(locator, this, "chairNotes", buffer, theChairNotes); } { String theGroupingList; theGroupingList = this.getGroupingList(); strategy.appendField(locator, this, "groupingList", buffer, theGroupingList); } { Integer theMaxTalkers; theMaxTalkers = this.getMaxTalkers(); strategy.appendField(locator, this, "maxTalkers", buffer, theMaxTalkers); } { Integer theMaxCameras; theMaxCameras = this.getMaxCameras(); strategy.appendField(locator, this, "maxCameras", buffer, theMaxCameras); } { Boolean theMustBeSupervised; theMustBeSupervised = this.isMustBeSupervised(); strategy.appendField(locator, this, "mustBeSupervised", buffer, theMustBeSupervised); } { String theNonChairList; theNonChairList = this.getNonChairList(); strategy.appendField(locator, this, "nonChairList", buffer, theNonChairList); } { String theNonChairNotes; theNonChairNotes = this.getNonChairNotes(); strategy.appendField(locator, this, "nonChairNotes", buffer, theNonChairNotes); } { Boolean theOpenChair; theOpenChair = this.isOpenChair(); strategy.appendField(locator, this, "openChair", buffer, theOpenChair); } { Boolean thePermissionsOn; thePermissionsOn = this.isPermissionsOn(); strategy.appendField(locator, this, "permissionsOn", buffer, thePermissionsOn); } { Boolean theRaiseHandOnEnter; theRaiseHandOnEnter = this.isRaiseHandOnEnter(); strategy.appendField(locator, this, "raiseHandOnEnter", buffer, theRaiseHandOnEnter); } { Long theRecordingModeType; theRecordingModeType = this.getRecordingModeType(); strategy.appendField(locator, this, "recordingModeType", buffer, theRecordingModeType); } { Integer theRecurrenceCount; theRecurrenceCount = this.getRecurrenceCount(); strategy.appendField(locator, this, "recurrenceCount", buffer, theRecurrenceCount); } { Integer theRecurrenceDays; theRecurrenceDays = this.getRecurrenceDays(); strategy.appendField(locator, this, "recurrenceDays", buffer, theRecurrenceDays); } { Integer theReserveSeats; theReserveSeats = this.getReserveSeats(); strategy.appendField(locator, this, "reserveSeats", buffer, theReserveSeats); } { Boolean theSecureSignOn; theSecureSignOn = this.isSecureSignOn(); strategy.appendField(locator, this, "secureSignOn", buffer, theSecureSignOn); } { Long theVersionId; theVersionId = this.getVersionId(); strategy.appendField(locator, this, "versionId", buffer, theVersionId); } { Boolean theAllowInSessionInvites; theAllowInSessionInvites = this.isAllowInSessionInvites(); strategy.appendField(locator, this, "allowInSessionInvites", buffer, theAllowInSessionInvites); } { Boolean theHideParticipantNames; theHideParticipantNames = this.isHideParticipantNames(); strategy.appendField(locator, this, "hideParticipantNames", buffer, theHideParticipantNames); } return buffer; } @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Object object, EqualsStrategy strategy) { if (!(object instanceof BlackboardSetSession)) { return false; } if (this == object) { return true; } final BlackboardSetSession that = ((BlackboardSetSession) object); { String lhsCreatorId; lhsCreatorId = this.getCreatorId(); String rhsCreatorId; rhsCreatorId = that.getCreatorId(); if (!strategy.equals(LocatorUtils.property(thisLocator, "creatorId", lhsCreatorId), LocatorUtils.property(thatLocator, "creatorId", rhsCreatorId), lhsCreatorId, rhsCreatorId)) { return false; } } { long lhsStartTime; lhsStartTime = (true?this.getStartTime(): 0L); long rhsStartTime; rhsStartTime = (true?that.getStartTime(): 0L); if (!strategy.equals(LocatorUtils.property(thisLocator, "startTime", lhsStartTime), LocatorUtils.property(thatLocator, "startTime", rhsStartTime), lhsStartTime, rhsStartTime)) { return false; } } { long lhsEndTime; lhsEndTime = (true?this.getEndTime(): 0L); long rhsEndTime; rhsEndTime = (true?that.getEndTime(): 0L); if (!strategy.equals(LocatorUtils.property(thisLocator, "endTime", lhsEndTime), LocatorUtils.property(thatLocator, "endTime", rhsEndTime), lhsEndTime, rhsEndTime)) { return false; } } { String lhsSessionName; lhsSessionName = this.getSessionName(); String rhsSessionName; rhsSessionName = that.getSessionName(); if (!strategy.equals(LocatorUtils.property(thisLocator, "sessionName", lhsSessionName), LocatorUtils.property(thatLocator, "sessionName", rhsSessionName), lhsSessionName, rhsSessionName)) { return false; } } { Long lhsAccessType; lhsAccessType = this.getAccessType(); Long rhsAccessType; rhsAccessType = that.getAccessType(); if (!strategy.equals(LocatorUtils.property(thisLocator, "accessType", lhsAccessType), LocatorUtils.property(thatLocator, "accessType", rhsAccessType), lhsAccessType, rhsAccessType)) { return false; } } { Integer lhsBoundaryTime; lhsBoundaryTime = this.getBoundaryTime(); Integer rhsBoundaryTime; rhsBoundaryTime = that.getBoundaryTime(); if (!strategy.equals(LocatorUtils.property(thisLocator, "boundaryTime", lhsBoundaryTime), LocatorUtils.property(thatLocator, "boundaryTime", rhsBoundaryTime), lhsBoundaryTime, rhsBoundaryTime)) { return false; } } { String lhsChairList; lhsChairList = this.getChairList(); String rhsChairList; rhsChairList = that.getChairList(); if (!strategy.equals(LocatorUtils.property(thisLocator, "chairList", lhsChairList), LocatorUtils.property(thatLocator, "chairList", rhsChairList), lhsChairList, rhsChairList)) { return false; } } { String lhsChairNotes; lhsChairNotes = this.getChairNotes(); String rhsChairNotes; rhsChairNotes = that.getChairNotes(); if (!strategy.equals(LocatorUtils.property(thisLocator, "chairNotes", lhsChairNotes), LocatorUtils.property(thatLocator, "chairNotes", rhsChairNotes), lhsChairNotes, rhsChairNotes)) { return false; } } { String lhsGroupingList; lhsGroupingList = this.getGroupingList(); String rhsGroupingList; rhsGroupingList = that.getGroupingList(); if (!strategy.equals(LocatorUtils.property(thisLocator, "groupingList", lhsGroupingList), LocatorUtils.property(thatLocator, "groupingList", rhsGroupingList), lhsGroupingList, rhsGroupingList)) { return false; } } { Integer lhsMaxTalkers; lhsMaxTalkers = this.getMaxTalkers(); Integer rhsMaxTalkers; rhsMaxTalkers = that.getMaxTalkers(); if (!strategy.equals(LocatorUtils.property(thisLocator, "maxTalkers", lhsMaxTalkers), LocatorUtils.property(thatLocator, "maxTalkers", rhsMaxTalkers), lhsMaxTalkers, rhsMaxTalkers)) { return false; } } { Integer lhsMaxCameras; lhsMaxCameras = this.getMaxCameras(); Integer rhsMaxCameras; rhsMaxCameras = that.getMaxCameras(); if (!strategy.equals(LocatorUtils.property(thisLocator, "maxCameras", lhsMaxCameras), LocatorUtils.property(thatLocator, "maxCameras", rhsMaxCameras), lhsMaxCameras, rhsMaxCameras)) { return false; } } { Boolean lhsMustBeSupervised; lhsMustBeSupervised = this.isMustBeSupervised(); Boolean rhsMustBeSupervised; rhsMustBeSupervised = that.isMustBeSupervised(); if (!strategy.equals(LocatorUtils.property(thisLocator, "mustBeSupervised", lhsMustBeSupervised), LocatorUtils.property(thatLocator, "mustBeSupervised", rhsMustBeSupervised), lhsMustBeSupervised, rhsMustBeSupervised)) { return false; } } { String lhsNonChairList; lhsNonChairList = this.getNonChairList(); String rhsNonChairList; rhsNonChairList = that.getNonChairList(); if (!strategy.equals(LocatorUtils.property(thisLocator, "nonChairList", lhsNonChairList), LocatorUtils.property(thatLocator, "nonChairList", rhsNonChairList), lhsNonChairList, rhsNonChairList)) { return false; } } { String lhsNonChairNotes; lhsNonChairNotes = this.getNonChairNotes(); String rhsNonChairNotes; rhsNonChairNotes = that.getNonChairNotes(); if (!strategy.equals(LocatorUtils.property(thisLocator, "nonChairNotes", lhsNonChairNotes), LocatorUtils.property(thatLocator, "nonChairNotes", rhsNonChairNotes), lhsNonChairNotes, rhsNonChairNotes)) { return false; } } { Boolean lhsOpenChair; lhsOpenChair = this.isOpenChair(); Boolean rhsOpenChair; rhsOpenChair = that.isOpenChair(); if (!strategy.equals(LocatorUtils.property(thisLocator, "openChair", lhsOpenChair), LocatorUtils.property(thatLocator, "openChair", rhsOpenChair), lhsOpenChair, rhsOpenChair)) { return false; } } { Boolean lhsPermissionsOn; lhsPermissionsOn = this.isPermissionsOn(); Boolean rhsPermissionsOn; rhsPermissionsOn = that.isPermissionsOn(); if (!strategy.equals(LocatorUtils.property(thisLocator, "permissionsOn", lhsPermissionsOn), LocatorUtils.property(thatLocator, "permissionsOn", rhsPermissionsOn), lhsPermissionsOn, rhsPermissionsOn)) { return false; } } { Boolean lhsRaiseHandOnEnter; lhsRaiseHandOnEnter = this.isRaiseHandOnEnter(); Boolean rhsRaiseHandOnEnter; rhsRaiseHandOnEnter = that.isRaiseHandOnEnter(); if (!strategy.equals(LocatorUtils.property(thisLocator, "raiseHandOnEnter", lhsRaiseHandOnEnter), LocatorUtils.property(thatLocator, "raiseHandOnEnter", rhsRaiseHandOnEnter), lhsRaiseHandOnEnter, rhsRaiseHandOnEnter)) { return false; } } { Long lhsRecordingModeType; lhsRecordingModeType = this.getRecordingModeType(); Long rhsRecordingModeType; rhsRecordingModeType = that.getRecordingModeType(); if (!strategy.equals(LocatorUtils.property(thisLocator, "recordingModeType", lhsRecordingModeType), LocatorUtils.property(thatLocator, "recordingModeType", rhsRecordingModeType), lhsRecordingModeType, rhsRecordingModeType)) { return false; } } { Integer lhsRecurrenceCount; lhsRecurrenceCount = this.getRecurrenceCount(); Integer rhsRecurrenceCount; rhsRecurrenceCount = that.getRecurrenceCount(); if (!strategy.equals(LocatorUtils.property(thisLocator, "recurrenceCount", lhsRecurrenceCount), LocatorUtils.property(thatLocator, "recurrenceCount", rhsRecurrenceCount), lhsRecurrenceCount, rhsRecurrenceCount)) { return false; } } { Integer lhsRecurrenceDays; lhsRecurrenceDays = this.getRecurrenceDays(); Integer rhsRecurrenceDays; rhsRecurrenceDays = that.getRecurrenceDays(); if (!strategy.equals(LocatorUtils.property(thisLocator, "recurrenceDays", lhsRecurrenceDays), LocatorUtils.property(thatLocator, "recurrenceDays", rhsRecurrenceDays), lhsRecurrenceDays, rhsRecurrenceDays)) { return false; } } { Integer lhsReserveSeats; lhsReserveSeats = this.getReserveSeats(); Integer rhsReserveSeats; rhsReserveSeats = that.getReserveSeats(); if (!strategy.equals(LocatorUtils.property(thisLocator, "reserveSeats", lhsReserveSeats), LocatorUtils.property(thatLocator, "reserveSeats", rhsReserveSeats), lhsReserveSeats, rhsReserveSeats)) { return false; } } { Boolean lhsSecureSignOn; lhsSecureSignOn = this.isSecureSignOn(); Boolean rhsSecureSignOn; rhsSecureSignOn = that.isSecureSignOn(); if (!strategy.equals(LocatorUtils.property(thisLocator, "secureSignOn", lhsSecureSignOn), LocatorUtils.property(thatLocator, "secureSignOn", rhsSecureSignOn), lhsSecureSignOn, rhsSecureSignOn)) { return false; } } { Long lhsVersionId; lhsVersionId = this.getVersionId(); Long rhsVersionId; rhsVersionId = that.getVersionId(); if (!strategy.equals(LocatorUtils.property(thisLocator, "versionId", lhsVersionId), LocatorUtils.property(thatLocator, "versionId", rhsVersionId), lhsVersionId, rhsVersionId)) { return false; } } { Boolean lhsAllowInSessionInvites; lhsAllowInSessionInvites = this.isAllowInSessionInvites(); Boolean rhsAllowInSessionInvites; rhsAllowInSessionInvites = that.isAllowInSessionInvites(); if (!strategy.equals(LocatorUtils.property(thisLocator, "allowInSessionInvites", lhsAllowInSessionInvites), LocatorUtils.property(thatLocator, "allowInSessionInvites", rhsAllowInSessionInvites), lhsAllowInSessionInvites, rhsAllowInSessionInvites)) { return false; } } { Boolean lhsHideParticipantNames; lhsHideParticipantNames = this.isHideParticipantNames(); Boolean rhsHideParticipantNames; rhsHideParticipantNames = that.isHideParticipantNames(); if (!strategy.equals(LocatorUtils.property(thisLocator, "hideParticipantNames", lhsHideParticipantNames), LocatorUtils.property(thatLocator, "hideParticipantNames", rhsHideParticipantNames), lhsHideParticipantNames, rhsHideParticipantNames)) { return false; } } return true; } @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public boolean equals(Object object) { final EqualsStrategy strategy = JAXBEqualsStrategy.INSTANCE; return equals(null, null, object, strategy); } @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public int hashCode(ObjectLocator locator, HashCodeStrategy strategy) { int currentHashCode = 1; { String theCreatorId; theCreatorId = this.getCreatorId(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "creatorId", theCreatorId), currentHashCode, theCreatorId); } { long theStartTime; theStartTime = (true?this.getStartTime(): 0L); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "startTime", theStartTime), currentHashCode, theStartTime); } { long theEndTime; theEndTime = (true?this.getEndTime(): 0L); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "endTime", theEndTime), currentHashCode, theEndTime); } { String theSessionName; theSessionName = this.getSessionName(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "sessionName", theSessionName), currentHashCode, theSessionName); } { Long theAccessType; theAccessType = this.getAccessType(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "accessType", theAccessType), currentHashCode, theAccessType); } { Integer theBoundaryTime; theBoundaryTime = this.getBoundaryTime(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "boundaryTime", theBoundaryTime), currentHashCode, theBoundaryTime); } { String theChairList; theChairList = this.getChairList(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "chairList", theChairList), currentHashCode, theChairList); } { String theChairNotes; theChairNotes = this.getChairNotes(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "chairNotes", theChairNotes), currentHashCode, theChairNotes); } { String theGroupingList; theGroupingList = this.getGroupingList(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "groupingList", theGroupingList), currentHashCode, theGroupingList); } { Integer theMaxTalkers; theMaxTalkers = this.getMaxTalkers(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "maxTalkers", theMaxTalkers), currentHashCode, theMaxTalkers); } { Integer theMaxCameras; theMaxCameras = this.getMaxCameras(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "maxCameras", theMaxCameras), currentHashCode, theMaxCameras); } { Boolean theMustBeSupervised; theMustBeSupervised = this.isMustBeSupervised(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "mustBeSupervised", theMustBeSupervised), currentHashCode, theMustBeSupervised); } { String theNonChairList; theNonChairList = this.getNonChairList(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "nonChairList", theNonChairList), currentHashCode, theNonChairList); } { String theNonChairNotes; theNonChairNotes = this.getNonChairNotes(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "nonChairNotes", theNonChairNotes), currentHashCode, theNonChairNotes); } { Boolean theOpenChair; theOpenChair = this.isOpenChair(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "openChair", theOpenChair), currentHashCode, theOpenChair); } { Boolean thePermissionsOn; thePermissionsOn = this.isPermissionsOn(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "permissionsOn", thePermissionsOn), currentHashCode, thePermissionsOn); } { Boolean theRaiseHandOnEnter; theRaiseHandOnEnter = this.isRaiseHandOnEnter(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "raiseHandOnEnter", theRaiseHandOnEnter), currentHashCode, theRaiseHandOnEnter); } { Long theRecordingModeType; theRecordingModeType = this.getRecordingModeType(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "recordingModeType", theRecordingModeType), currentHashCode, theRecordingModeType); } { Integer theRecurrenceCount; theRecurrenceCount = this.getRecurrenceCount(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "recurrenceCount", theRecurrenceCount), currentHashCode, theRecurrenceCount); } { Integer theRecurrenceDays; theRecurrenceDays = this.getRecurrenceDays(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "recurrenceDays", theRecurrenceDays), currentHashCode, theRecurrenceDays); } { Integer theReserveSeats; theReserveSeats = this.getReserveSeats(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "reserveSeats", theReserveSeats), currentHashCode, theReserveSeats); } { Boolean theSecureSignOn; theSecureSignOn = this.isSecureSignOn(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "secureSignOn", theSecureSignOn), currentHashCode, theSecureSignOn); } { Long theVersionId; theVersionId = this.getVersionId(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "versionId", theVersionId), currentHashCode, theVersionId); } { Boolean theAllowInSessionInvites; theAllowInSessionInvites = this.isAllowInSessionInvites(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "allowInSessionInvites", theAllowInSessionInvites), currentHashCode, theAllowInSessionInvites); } { Boolean theHideParticipantNames; theHideParticipantNames = this.isHideParticipantNames(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "hideParticipantNames", theHideParticipantNames), currentHashCode, theHideParticipantNames); } return currentHashCode; } @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public int hashCode() { final HashCodeStrategy strategy = JAXBHashCodeStrategy.INSTANCE; return this.hashCode(null, strategy); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy