public abstract class CorporateUserDtoBase extends PersonDto
Java class for corporateUserDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="corporateUserDtoBase"> <complexContent> <extension base="{http://user.entity.bullhorn.com/}personDto"> <sequence> <element name="corporationID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="emailNotify" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="emailSignature" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="externalEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="inboundEmailEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isOutboundFaxEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="loginRestrictions" type="{http://types.entity.bullhorn.com/}loginRestrictions" minOccurs="0"/> <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="primaryPrivateLabelID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
corporationID |
protected java.lang.Boolean |
emailNotify |
protected java.lang.String |
emailSignature |
protected java.lang.Boolean |
enabled |
protected java.lang.String |
externalEmail |
protected java.lang.Boolean |
inboundEmailEnabled |
protected java.lang.Boolean |
isOutboundFaxEnabled |
protected LoginRestrictions |
loginRestrictions |
protected java.lang.String |
password |
protected java.lang.Integer |
primaryPrivateLabelID |
address, customDate1, customDate2, customDate3, customFloat1, customFloat2, customFloat3, customInt1, customInt2, customInt3, customText1, customText10, customText11, customText12, customText13, customText14, customText15, customText16, customText17, customText18, customText19, customText2, customText20, customText3, customText4, customText5, customText6, customText7, customText8, customText9, dateLastComment, email, email2, email3, fax, fax2, fax3, firstName, isDayLightSavings, isDeleted, isLockedOut, lastName, massMailOptOut, middleName, mobile, name, namePrefix, nameSuffix, nickName, occupation, pager, phone, phone2, phone3, smsOptIn, timeZoneOffsetEST, userID, username, userTypeID
Constructor and Description |
---|
CorporateUserDtoBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCorporationID()
Gets the value of the corporationID property.
|
java.lang.String |
getEmailSignature()
Gets the value of the emailSignature property.
|
java.lang.String |
getExternalEmail()
Gets the value of the externalEmail property.
|
LoginRestrictions |
getLoginRestrictions()
Gets the value of the loginRestrictions property.
|
java.lang.String |
getPassword()
Gets the value of the password property.
|
java.lang.Integer |
getPrimaryPrivateLabelID()
Gets the value of the primaryPrivateLabelID property.
|
java.lang.Boolean |
isEmailNotify()
Gets the value of the emailNotify property.
|
java.lang.Boolean |
isEnabled()
Gets the value of the enabled property.
|
java.lang.Boolean |
isInboundEmailEnabled()
Gets the value of the inboundEmailEnabled property.
|
java.lang.Boolean |
isIsOutboundFaxEnabled()
Gets the value of the isOutboundFaxEnabled property.
|
void |
setCorporationID(java.lang.Integer value)
Sets the value of the corporationID property.
|
void |
setEmailNotify(java.lang.Boolean value)
Sets the value of the emailNotify property.
|
void |
setEmailSignature(java.lang.String value)
Sets the value of the emailSignature property.
|
void |
setEnabled(java.lang.Boolean value)
Sets the value of the enabled property.
|
void |
setExternalEmail(java.lang.String value)
Sets the value of the externalEmail property.
|
void |
setInboundEmailEnabled(java.lang.Boolean value)
Sets the value of the inboundEmailEnabled property.
|
void |
setIsOutboundFaxEnabled(java.lang.Boolean value)
Sets the value of the isOutboundFaxEnabled property.
|
void |
setLoginRestrictions(LoginRestrictions value)
Sets the value of the loginRestrictions property.
|
void |
setPassword(java.lang.String value)
Sets the value of the password property.
|
void |
setPrimaryPrivateLabelID(java.lang.Integer value)
Sets the value of the primaryPrivateLabelID property.
|
getAddress, getCustomDate1, getCustomDate2, getCustomDate3, getCustomFloat1, getCustomFloat2, getCustomFloat3, getCustomInt1, getCustomInt2, getCustomInt3, getCustomText1, getCustomText10, getCustomText11, getCustomText12, getCustomText13, getCustomText14, getCustomText15, getCustomText16, getCustomText17, getCustomText18, getCustomText19, getCustomText2, getCustomText20, getCustomText3, getCustomText4, getCustomText5, getCustomText6, getCustomText7, getCustomText8, getCustomText9, getDateLastComment, getEmail, getEmail2, getEmail3, getFax, getFax2, getFax3, getFirstName, getLastName, getMiddleName, getMobile, getName, getNamePrefix, getNameSuffix, getNickName, getOccupation, getPager, getPhone, getPhone2, getPhone3, getTimeZoneOffsetEST, getUserID, getUsername, getUserTypeID, isIsDayLightSavings, isIsDeleted, isIsLockedOut, isMassMailOptOut, isSmsOptIn, setAddress, setCustomDate1, setCustomDate2, setCustomDate3, setCustomFloat1, setCustomFloat2, setCustomFloat3, setCustomInt1, setCustomInt2, setCustomInt3, setCustomText1, setCustomText10, setCustomText11, setCustomText12, setCustomText13, setCustomText14, setCustomText15, setCustomText16, setCustomText17, setCustomText18, setCustomText19, setCustomText2, setCustomText20, setCustomText3, setCustomText4, setCustomText5, setCustomText6, setCustomText7, setCustomText8, setCustomText9, setDateLastComment, setEmail, setEmail2, setEmail3, setFax, setFax2, setFax3, setFirstName, setIsDayLightSavings, setIsDeleted, setIsLockedOut, setLastName, setMassMailOptOut, setMiddleName, setMobile, setName, setNamePrefix, setNameSuffix, setNickName, setOccupation, setPager, setPhone, setPhone2, setPhone3, setSmsOptIn, setTimeZoneOffsetEST, setUserID, setUsername, setUserTypeID
protected java.lang.Integer corporationID
protected java.lang.Boolean emailNotify
protected java.lang.String emailSignature
protected java.lang.Boolean enabled
protected java.lang.String externalEmail
protected java.lang.Boolean inboundEmailEnabled
protected java.lang.Boolean isOutboundFaxEnabled
protected LoginRestrictions loginRestrictions
protected java.lang.String password
protected java.lang.Integer primaryPrivateLabelID
public java.lang.Integer getCorporationID()
Integer
public void setCorporationID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Boolean isEmailNotify()
Boolean
public void setEmailNotify(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getEmailSignature()
String
public void setEmailSignature(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isEnabled()
Boolean
public void setEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getExternalEmail()
String
public void setExternalEmail(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isInboundEmailEnabled()
Boolean
public void setInboundEmailEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsOutboundFaxEnabled()
Boolean
public void setIsOutboundFaxEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public LoginRestrictions getLoginRestrictions()
LoginRestrictions
public void setLoginRestrictions(LoginRestrictions value)
value
- allowed object is
LoginRestrictions
public java.lang.String getPassword()
String
public void setPassword(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getPrimaryPrivateLabelID()
Integer
public void setPrimaryPrivateLabelID(java.lang.Integer value)
value
- allowed object is
Integer