public class ServiceInstanceAddProfileFlexibleSeatingHost extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
callingLineIdFirstName |
protected String |
callingLineIdLastName |
protected String |
callingLineIdPhoneNumber |
protected DepartmentKey |
department |
protected String |
extension |
protected String |
hiraganaFirstName |
protected String |
hiraganaLastName |
protected String |
language |
protected String |
name |
protected String |
password |
protected String |
phoneNumber |
protected String |
timeZone |
Constructor and Description |
---|
ServiceInstanceAddProfileFlexibleSeatingHost()
Serializable Constructor
|
ServiceInstanceAddProfileFlexibleSeatingHost(String name,
String callingLineIdLastName,
String callingLineIdFirstName) |
@NotNull @Size(min=1, max=30) protected String name
@NotNull @Size(min=1, max=30) protected String callingLineIdLastName
@NotNull @Size(min=1, max=30) protected String callingLineIdFirstName
@Size(min=1, max=30) protected String hiraganaLastName
@Size(min=1, max=30) protected String hiraganaFirstName
@Size(min=1, max=23) protected String phoneNumber
@Size(min=2, max=20) protected String extension
@Size(min=1, max=60) protected String password
protected DepartmentKey department
@Size(min=1, max=40) protected String language
@Size(min=1, max=127) protected String timeZone
@Size(min=1, max=23) protected String callingLineIdPhoneNumber
public ServiceInstanceAddProfileFlexibleSeatingHost(String name, String callingLineIdLastName, String callingLineIdFirstName)
public ServiceInstanceAddProfileFlexibleSeatingHost()
public String getName()
public ServiceInstanceAddProfileFlexibleSeatingHost setName(String name)
public String getCallingLineIdLastName()
public ServiceInstanceAddProfileFlexibleSeatingHost setCallingLineIdLastName(String callingLineIdLastName)
public String getCallingLineIdFirstName()
public ServiceInstanceAddProfileFlexibleSeatingHost setCallingLineIdFirstName(String callingLineIdFirstName)
public String getHiraganaLastName()
public ServiceInstanceAddProfileFlexibleSeatingHost setHiraganaLastName(String hiraganaLastName)
public String getHiraganaFirstName()
public ServiceInstanceAddProfileFlexibleSeatingHost setHiraganaFirstName(String hiraganaFirstName)
public String getPhoneNumber()
public ServiceInstanceAddProfileFlexibleSeatingHost setPhoneNumber(String phoneNumber)
public String getExtension()
public ServiceInstanceAddProfileFlexibleSeatingHost setExtension(String extension)
public String getPassword()
public ServiceInstanceAddProfileFlexibleSeatingHost setPassword(String password)
public DepartmentKey getDepartment()
public ServiceInstanceAddProfileFlexibleSeatingHost setDepartment(DepartmentKey department)
public String getLanguage()
public ServiceInstanceAddProfileFlexibleSeatingHost setLanguage(String language)
public String getTimeZone()
public ServiceInstanceAddProfileFlexibleSeatingHost setTimeZone(String timeZone)
public String getCallingLineIdPhoneNumber()
public ServiceInstanceAddProfileFlexibleSeatingHost setCallingLineIdPhoneNumber(String callingLineIdPhoneNumber)
@GwtIncompatible public static Element formRequest(Request<?> request, ServiceInstanceAddProfileFlexibleSeatingHost datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static ServiceInstanceAddProfileFlexibleSeatingHost getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static ServiceInstanceAddProfileFlexibleSeatingHost[] getArrayFromNode(Node node, String elementName)
node
- The source node to retrieve the array.elementName
- The element name to iterate through.Copyright © 2016 ECG. All rights reserved.