public class AddWebUser extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="WebUserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="WebUserPassword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EmailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Fax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ExternalReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NetworkID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TimeZoneID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="StatusID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="WebSecurityTemplateID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="WebProcessTemplates" type="{http://DEA.EMS.API.Web.Service/}ArrayOfInt" minOccurs="0"/>
<element name="Groups" type="{http://DEA.EMS.API.Web.Service/}ArrayOfInt" minOccurs="0"/>
<element name="Validated" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
emailAddress |
protected String |
externalReference |
protected String |
fax |
protected ArrayOfInt |
groups |
protected String |
networkID |
protected String |
password |
protected String |
phone |
protected int |
statusID |
protected int |
timeZoneID |
protected String |
userName |
protected boolean |
validated |
protected ArrayOfInt |
webProcessTemplates |
protected int |
webSecurityTemplateID |
protected String |
webUserName |
protected String |
webUserPassword |
| Constructor and Description |
|---|
AddWebUser() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getEmailAddress()
Gets the value of the emailAddress property.
|
String |
getExternalReference()
Gets the value of the externalReference property.
|
String |
getFax()
Gets the value of the fax property.
|
ArrayOfInt |
getGroups()
Gets the value of the groups property.
|
String |
getNetworkID()
Gets the value of the networkID property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getPhone()
Gets the value of the phone property.
|
int |
getStatusID()
Gets the value of the statusID property.
|
int |
getTimeZoneID()
Gets the value of the timeZoneID property.
|
String |
getUserName()
Gets the value of the userName property.
|
ArrayOfInt |
getWebProcessTemplates()
Gets the value of the webProcessTemplates property.
|
int |
getWebSecurityTemplateID()
Gets the value of the webSecurityTemplateID property.
|
String |
getWebUserName()
Gets the value of the webUserName property.
|
String |
getWebUserPassword()
Gets the value of the webUserPassword property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isValidated()
Gets the value of the validated property.
|
void |
setEmailAddress(String value)
Sets the value of the emailAddress property.
|
void |
setExternalReference(String value)
Sets the value of the externalReference property.
|
void |
setFax(String value)
Sets the value of the fax property.
|
void |
setGroups(ArrayOfInt value)
Sets the value of the groups property.
|
void |
setNetworkID(String value)
Sets the value of the networkID property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
void |
setStatusID(int value)
Sets the value of the statusID property.
|
void |
setTimeZoneID(int value)
Sets the value of the timeZoneID property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
void |
setValidated(boolean value)
Sets the value of the validated property.
|
void |
setWebProcessTemplates(ArrayOfInt value)
Sets the value of the webProcessTemplates property.
|
void |
setWebSecurityTemplateID(int value)
Sets the value of the webSecurityTemplateID property.
|
void |
setWebUserName(String value)
Sets the value of the webUserName property.
|
void |
setWebUserPassword(String value)
Sets the value of the webUserPassword property.
|
String |
toString() |
protected String userName
protected String password
protected String webUserName
protected String webUserPassword
protected String emailAddress
protected String phone
protected String fax
protected String externalReference
protected String networkID
protected int timeZoneID
protected int statusID
protected int webSecurityTemplateID
protected ArrayOfInt webProcessTemplates
protected ArrayOfInt groups
protected boolean validated
public String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic String getWebUserName()
Stringpublic void setWebUserName(String value)
value - allowed object is
Stringpublic String getWebUserPassword()
Stringpublic void setWebUserPassword(String value)
value - allowed object is
Stringpublic String getEmailAddress()
Stringpublic void setEmailAddress(String value)
value - allowed object is
Stringpublic String getPhone()
Stringpublic void setPhone(String value)
value - allowed object is
Stringpublic String getFax()
Stringpublic void setFax(String value)
value - allowed object is
Stringpublic String getExternalReference()
Stringpublic void setExternalReference(String value)
value - allowed object is
Stringpublic String getNetworkID()
Stringpublic void setNetworkID(String value)
value - allowed object is
Stringpublic int getTimeZoneID()
public void setTimeZoneID(int value)
public int getStatusID()
public void setStatusID(int value)
public int getWebSecurityTemplateID()
public void setWebSecurityTemplateID(int value)
public ArrayOfInt getWebProcessTemplates()
ArrayOfIntpublic void setWebProcessTemplates(ArrayOfInt value)
value - allowed object is
ArrayOfIntpublic ArrayOfInt getGroups()
ArrayOfIntpublic void setGroups(ArrayOfInt value)
value - allowed object is
ArrayOfIntpublic boolean isValidated()
public void setValidated(boolean value)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2017 University of Wisconsin-Madison, Computer-Aided Engineering Center. All Rights Reserved.