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

com.elluminate.sas.BlackboardSessionResponse 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 SessionResponse complex type. * *

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

 * <complexType name="SessionResponse">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}long"/>
 *         <element name="sessionName" 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="creatorId" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="boundaryTime" type="{http://www.w3.org/2001/XMLSchema}int"/>
 *         <element name="accessType" type="{http://www.w3.org/2001/XMLSchema}long"/>
 *         <element name="recordings" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         <element name="chairNotes" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="nonChairNotes" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="chairList" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="nonChairList" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="groupingList" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="openChair" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         <element name="permissionsOn" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         <element name="mustBeSupervised" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         <element name="recordingModeType" type="{http://www.w3.org/2001/XMLSchema}long"/>
 *         <element name="maxTalkers" type="{http://www.w3.org/2001/XMLSchema}int"/>
 *         <element name="maxCameras" type="{http://www.w3.org/2001/XMLSchema}int"/>
 *         <element name="raiseHandOnEnter" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         <element name="reserveSeats" type="{http://www.w3.org/2001/XMLSchema}int"/>
 *         <element name="secureSignOn" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         <element name="versionId" type="{http://www.w3.org/2001/XMLSchema}long"/>
 *         <element name="allowInSessionInvites" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         <element name="hideParticipantNames" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "SessionResponse", propOrder = { "sessionId", "sessionName", "startTime", "endTime", "creatorId", "boundaryTime", "accessType", "recordings", "chairNotes", "nonChairNotes", "chairList", "nonChairList", "groupingList", "openChair", "permissionsOn", "mustBeSupervised", "recordingModeType", "maxTalkers", "maxCameras", "raiseHandOnEnter", "reserveSeats", "secureSignOn", "versionId", "allowInSessionInvites", "hideParticipantNames" }) @XmlRootElement(name = "SessionResponse") @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public class BlackboardSessionResponse implements Serializable, Equals, HashCode, ToString { @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected long sessionId; @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 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 creatorId; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected int boundaryTime; @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 boolean recordings; @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 chairNotes; @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 nonChairNotes; @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 chairList; @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 nonChairList; @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 groupingList; @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 mustBeSupervised; @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 int maxTalkers; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected int 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 raiseHandOnEnter; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") protected int 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 sessionId 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 getSessionId() { return sessionId; } /** * Sets the value of the sessionId 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 setSessionId(long value) { this.sessionId = 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 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 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 boundaryTime property. * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public int getBoundaryTime() { return boundaryTime; } /** * Sets the value of the boundaryTime 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 setBoundaryTime(int value) { this.boundaryTime = value; } /** * Gets the value of the accessType 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 getAccessType() { return accessType; } /** * Sets the value of the accessType 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 setAccessType(long value) { this.accessType = value; } /** * Gets the value of the recordings property. * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public boolean isRecordings() { return recordings; } /** * Sets the value of the recordings 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 setRecordings(boolean value) { this.recordings = 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 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 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 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 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 openChair property. * */ @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. * */ @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. * */ @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. * */ @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 mustBeSupervised property. * */ @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. * */ @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 recordingModeType 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 getRecordingModeType() { return recordingModeType; } /** * Sets the value of the recordingModeType 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 setRecordingModeType(long value) { this.recordingModeType = value; } /** * Gets the value of the maxTalkers property. * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public int getMaxTalkers() { return maxTalkers; } /** * Sets the value of the maxTalkers 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 setMaxTalkers(int value) { this.maxTalkers = value; } /** * Gets the value of the maxCameras property. * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public int getMaxCameras() { return maxCameras; } /** * Sets the value of the maxCameras 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 setMaxCameras(int value) { this.maxCameras = value; } /** * Gets the value of the raiseHandOnEnter property. * */ @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. * */ @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 reserveSeats property. * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-03-11T12:37:42-06:00", comments = "JAXB RI v2.2.5-2") public int getReserveSeats() { return reserveSeats; } /** * Sets the value of the reserveSeats 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 setReserveSeats(int value) { this.reserveSeats = value; } /** * Gets the value of the secureSignOn property. * */ @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. * */ @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. * */ @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. * */ @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. * */ @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. * */ @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. * */ @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. * */ @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) { { long theSessionId; theSessionId = (true?this.getSessionId(): 0L); strategy.appendField(locator, this, "sessionId", buffer, theSessionId); } { String theSessionName; theSessionName = this.getSessionName(); strategy.appendField(locator, this, "sessionName", buffer, theSessionName); } { 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 theCreatorId; theCreatorId = this.getCreatorId(); strategy.appendField(locator, this, "creatorId", buffer, theCreatorId); } { int theBoundaryTime; theBoundaryTime = (true?this.getBoundaryTime(): 0); strategy.appendField(locator, this, "boundaryTime", buffer, theBoundaryTime); } { long theAccessType; theAccessType = (true?this.getAccessType(): 0L); strategy.appendField(locator, this, "accessType", buffer, theAccessType); } { boolean theRecordings; theRecordings = (true?this.isRecordings():false); strategy.appendField(locator, this, "recordings", buffer, theRecordings); } { String theChairNotes; theChairNotes = this.getChairNotes(); strategy.appendField(locator, this, "chairNotes", buffer, theChairNotes); } { String theNonChairNotes; theNonChairNotes = this.getNonChairNotes(); strategy.appendField(locator, this, "nonChairNotes", buffer, theNonChairNotes); } { String theChairList; theChairList = this.getChairList(); strategy.appendField(locator, this, "chairList", buffer, theChairList); } { String theNonChairList; theNonChairList = this.getNonChairList(); strategy.appendField(locator, this, "nonChairList", buffer, theNonChairList); } { String theGroupingList; theGroupingList = this.getGroupingList(); strategy.appendField(locator, this, "groupingList", buffer, theGroupingList); } { boolean theOpenChair; theOpenChair = (true?this.isOpenChair():false); strategy.appendField(locator, this, "openChair", buffer, theOpenChair); } { boolean thePermissionsOn; thePermissionsOn = (true?this.isPermissionsOn():false); strategy.appendField(locator, this, "permissionsOn", buffer, thePermissionsOn); } { boolean theMustBeSupervised; theMustBeSupervised = (true?this.isMustBeSupervised():false); strategy.appendField(locator, this, "mustBeSupervised", buffer, theMustBeSupervised); } { long theRecordingModeType; theRecordingModeType = (true?this.getRecordingModeType(): 0L); strategy.appendField(locator, this, "recordingModeType", buffer, theRecordingModeType); } { int theMaxTalkers; theMaxTalkers = (true?this.getMaxTalkers(): 0); strategy.appendField(locator, this, "maxTalkers", buffer, theMaxTalkers); } { int theMaxCameras; theMaxCameras = (true?this.getMaxCameras(): 0); strategy.appendField(locator, this, "maxCameras", buffer, theMaxCameras); } { boolean theRaiseHandOnEnter; theRaiseHandOnEnter = (true?this.isRaiseHandOnEnter():false); strategy.appendField(locator, this, "raiseHandOnEnter", buffer, theRaiseHandOnEnter); } { int theReserveSeats; theReserveSeats = (true?this.getReserveSeats(): 0); strategy.appendField(locator, this, "reserveSeats", buffer, theReserveSeats); } { boolean theSecureSignOn; theSecureSignOn = (true?this.isSecureSignOn():false); strategy.appendField(locator, this, "secureSignOn", buffer, theSecureSignOn); } { long theVersionId; theVersionId = (true?this.getVersionId(): 0L); strategy.appendField(locator, this, "versionId", buffer, theVersionId); } { boolean theAllowInSessionInvites; theAllowInSessionInvites = (true?this.isAllowInSessionInvites():false); strategy.appendField(locator, this, "allowInSessionInvites", buffer, theAllowInSessionInvites); } { boolean theHideParticipantNames; theHideParticipantNames = (true?this.isHideParticipantNames():false); 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 BlackboardSessionResponse)) { return false; } if (this == object) { return true; } final BlackboardSessionResponse that = ((BlackboardSessionResponse) object); { long lhsSessionId; lhsSessionId = (true?this.getSessionId(): 0L); long rhsSessionId; rhsSessionId = (true?that.getSessionId(): 0L); if (!strategy.equals(LocatorUtils.property(thisLocator, "sessionId", lhsSessionId), LocatorUtils.property(thatLocator, "sessionId", rhsSessionId), lhsSessionId, rhsSessionId)) { 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 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 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; } } { int lhsBoundaryTime; lhsBoundaryTime = (true?this.getBoundaryTime(): 0); int rhsBoundaryTime; rhsBoundaryTime = (true?that.getBoundaryTime(): 0); if (!strategy.equals(LocatorUtils.property(thisLocator, "boundaryTime", lhsBoundaryTime), LocatorUtils.property(thatLocator, "boundaryTime", rhsBoundaryTime), lhsBoundaryTime, rhsBoundaryTime)) { return false; } } { long lhsAccessType; lhsAccessType = (true?this.getAccessType(): 0L); long rhsAccessType; rhsAccessType = (true?that.getAccessType(): 0L); if (!strategy.equals(LocatorUtils.property(thisLocator, "accessType", lhsAccessType), LocatorUtils.property(thatLocator, "accessType", rhsAccessType), lhsAccessType, rhsAccessType)) { return false; } } { boolean lhsRecordings; lhsRecordings = (true?this.isRecordings():false); boolean rhsRecordings; rhsRecordings = (true?that.isRecordings():false); if (!strategy.equals(LocatorUtils.property(thisLocator, "recordings", lhsRecordings), LocatorUtils.property(thatLocator, "recordings", rhsRecordings), lhsRecordings, rhsRecordings)) { 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 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; } } { 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 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 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; } } { boolean lhsOpenChair; lhsOpenChair = (true?this.isOpenChair():false); boolean rhsOpenChair; rhsOpenChair = (true?that.isOpenChair():false); if (!strategy.equals(LocatorUtils.property(thisLocator, "openChair", lhsOpenChair), LocatorUtils.property(thatLocator, "openChair", rhsOpenChair), lhsOpenChair, rhsOpenChair)) { return false; } } { boolean lhsPermissionsOn; lhsPermissionsOn = (true?this.isPermissionsOn():false); boolean rhsPermissionsOn; rhsPermissionsOn = (true?that.isPermissionsOn():false); if (!strategy.equals(LocatorUtils.property(thisLocator, "permissionsOn", lhsPermissionsOn), LocatorUtils.property(thatLocator, "permissionsOn", rhsPermissionsOn), lhsPermissionsOn, rhsPermissionsOn)) { return false; } } { boolean lhsMustBeSupervised; lhsMustBeSupervised = (true?this.isMustBeSupervised():false); boolean rhsMustBeSupervised; rhsMustBeSupervised = (true?that.isMustBeSupervised():false); if (!strategy.equals(LocatorUtils.property(thisLocator, "mustBeSupervised", lhsMustBeSupervised), LocatorUtils.property(thatLocator, "mustBeSupervised", rhsMustBeSupervised), lhsMustBeSupervised, rhsMustBeSupervised)) { return false; } } { long lhsRecordingModeType; lhsRecordingModeType = (true?this.getRecordingModeType(): 0L); long rhsRecordingModeType; rhsRecordingModeType = (true?that.getRecordingModeType(): 0L); if (!strategy.equals(LocatorUtils.property(thisLocator, "recordingModeType", lhsRecordingModeType), LocatorUtils.property(thatLocator, "recordingModeType", rhsRecordingModeType), lhsRecordingModeType, rhsRecordingModeType)) { return false; } } { int lhsMaxTalkers; lhsMaxTalkers = (true?this.getMaxTalkers(): 0); int rhsMaxTalkers; rhsMaxTalkers = (true?that.getMaxTalkers(): 0); if (!strategy.equals(LocatorUtils.property(thisLocator, "maxTalkers", lhsMaxTalkers), LocatorUtils.property(thatLocator, "maxTalkers", rhsMaxTalkers), lhsMaxTalkers, rhsMaxTalkers)) { return false; } } { int lhsMaxCameras; lhsMaxCameras = (true?this.getMaxCameras(): 0); int rhsMaxCameras; rhsMaxCameras = (true?that.getMaxCameras(): 0); if (!strategy.equals(LocatorUtils.property(thisLocator, "maxCameras", lhsMaxCameras), LocatorUtils.property(thatLocator, "maxCameras", rhsMaxCameras), lhsMaxCameras, rhsMaxCameras)) { return false; } } { boolean lhsRaiseHandOnEnter; lhsRaiseHandOnEnter = (true?this.isRaiseHandOnEnter():false); boolean rhsRaiseHandOnEnter; rhsRaiseHandOnEnter = (true?that.isRaiseHandOnEnter():false); if (!strategy.equals(LocatorUtils.property(thisLocator, "raiseHandOnEnter", lhsRaiseHandOnEnter), LocatorUtils.property(thatLocator, "raiseHandOnEnter", rhsRaiseHandOnEnter), lhsRaiseHandOnEnter, rhsRaiseHandOnEnter)) { return false; } } { int lhsReserveSeats; lhsReserveSeats = (true?this.getReserveSeats(): 0); int rhsReserveSeats; rhsReserveSeats = (true?that.getReserveSeats(): 0); if (!strategy.equals(LocatorUtils.property(thisLocator, "reserveSeats", lhsReserveSeats), LocatorUtils.property(thatLocator, "reserveSeats", rhsReserveSeats), lhsReserveSeats, rhsReserveSeats)) { return false; } } { boolean lhsSecureSignOn; lhsSecureSignOn = (true?this.isSecureSignOn():false); boolean rhsSecureSignOn; rhsSecureSignOn = (true?that.isSecureSignOn():false); if (!strategy.equals(LocatorUtils.property(thisLocator, "secureSignOn", lhsSecureSignOn), LocatorUtils.property(thatLocator, "secureSignOn", rhsSecureSignOn), lhsSecureSignOn, rhsSecureSignOn)) { return false; } } { long lhsVersionId; lhsVersionId = (true?this.getVersionId(): 0L); long rhsVersionId; rhsVersionId = (true?that.getVersionId(): 0L); if (!strategy.equals(LocatorUtils.property(thisLocator, "versionId", lhsVersionId), LocatorUtils.property(thatLocator, "versionId", rhsVersionId), lhsVersionId, rhsVersionId)) { return false; } } { boolean lhsAllowInSessionInvites; lhsAllowInSessionInvites = (true?this.isAllowInSessionInvites():false); boolean rhsAllowInSessionInvites; rhsAllowInSessionInvites = (true?that.isAllowInSessionInvites():false); if (!strategy.equals(LocatorUtils.property(thisLocator, "allowInSessionInvites", lhsAllowInSessionInvites), LocatorUtils.property(thatLocator, "allowInSessionInvites", rhsAllowInSessionInvites), lhsAllowInSessionInvites, rhsAllowInSessionInvites)) { return false; } } { boolean lhsHideParticipantNames; lhsHideParticipantNames = (true?this.isHideParticipantNames():false); boolean rhsHideParticipantNames; rhsHideParticipantNames = (true?that.isHideParticipantNames():false); 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; { long theSessionId; theSessionId = (true?this.getSessionId(): 0L); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "sessionId", theSessionId), currentHashCode, theSessionId); } { String theSessionName; theSessionName = this.getSessionName(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "sessionName", theSessionName), currentHashCode, theSessionName); } { 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 theCreatorId; theCreatorId = this.getCreatorId(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "creatorId", theCreatorId), currentHashCode, theCreatorId); } { int theBoundaryTime; theBoundaryTime = (true?this.getBoundaryTime(): 0); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "boundaryTime", theBoundaryTime), currentHashCode, theBoundaryTime); } { long theAccessType; theAccessType = (true?this.getAccessType(): 0L); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "accessType", theAccessType), currentHashCode, theAccessType); } { boolean theRecordings; theRecordings = (true?this.isRecordings():false); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "recordings", theRecordings), currentHashCode, theRecordings); } { String theChairNotes; theChairNotes = this.getChairNotes(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "chairNotes", theChairNotes), currentHashCode, theChairNotes); } { String theNonChairNotes; theNonChairNotes = this.getNonChairNotes(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "nonChairNotes", theNonChairNotes), currentHashCode, theNonChairNotes); } { String theChairList; theChairList = this.getChairList(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "chairList", theChairList), currentHashCode, theChairList); } { String theNonChairList; theNonChairList = this.getNonChairList(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "nonChairList", theNonChairList), currentHashCode, theNonChairList); } { String theGroupingList; theGroupingList = this.getGroupingList(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "groupingList", theGroupingList), currentHashCode, theGroupingList); } { boolean theOpenChair; theOpenChair = (true?this.isOpenChair():false); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "openChair", theOpenChair), currentHashCode, theOpenChair); } { boolean thePermissionsOn; thePermissionsOn = (true?this.isPermissionsOn():false); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "permissionsOn", thePermissionsOn), currentHashCode, thePermissionsOn); } { boolean theMustBeSupervised; theMustBeSupervised = (true?this.isMustBeSupervised():false); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "mustBeSupervised", theMustBeSupervised), currentHashCode, theMustBeSupervised); } { long theRecordingModeType; theRecordingModeType = (true?this.getRecordingModeType(): 0L); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "recordingModeType", theRecordingModeType), currentHashCode, theRecordingModeType); } { int theMaxTalkers; theMaxTalkers = (true?this.getMaxTalkers(): 0); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "maxTalkers", theMaxTalkers), currentHashCode, theMaxTalkers); } { int theMaxCameras; theMaxCameras = (true?this.getMaxCameras(): 0); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "maxCameras", theMaxCameras), currentHashCode, theMaxCameras); } { boolean theRaiseHandOnEnter; theRaiseHandOnEnter = (true?this.isRaiseHandOnEnter():false); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "raiseHandOnEnter", theRaiseHandOnEnter), currentHashCode, theRaiseHandOnEnter); } { int theReserveSeats; theReserveSeats = (true?this.getReserveSeats(): 0); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "reserveSeats", theReserveSeats), currentHashCode, theReserveSeats); } { boolean theSecureSignOn; theSecureSignOn = (true?this.isSecureSignOn():false); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "secureSignOn", theSecureSignOn), currentHashCode, theSecureSignOn); } { long theVersionId; theVersionId = (true?this.getVersionId(): 0L); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "versionId", theVersionId), currentHashCode, theVersionId); } { boolean theAllowInSessionInvites; theAllowInSessionInvites = (true?this.isAllowInSessionInvites():false); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "allowInSessionInvites", theAllowInSessionInvites), currentHashCode, theAllowInSessionInvites); } { boolean theHideParticipantNames; theHideParticipantNames = (true?this.isHideParticipantNames():false); 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