public class UpdateContact 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="ContactID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ContactName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Address1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Address2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="City" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ZipCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Country" 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="EmailAddress" 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="Active" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active |
protected String |
address1 |
protected String |
address2 |
protected String |
city |
protected int |
contactID |
protected String |
contactName |
protected String |
country |
protected String |
emailAddress |
protected String |
externalReference |
protected String |
fax |
protected String |
password |
protected String |
phone |
protected String |
state |
protected String |
title |
protected String |
userName |
protected String |
zipCode |
| Constructor and Description |
|---|
UpdateContact() |
| 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 |
getAddress1()
Gets the value of the address1 property.
|
String |
getAddress2()
Gets the value of the address2 property.
|
String |
getCity()
Gets the value of the city property.
|
int |
getContactID()
Gets the value of the contactID property.
|
String |
getContactName()
Gets the value of the contactName property.
|
String |
getCountry()
Gets the value of the country property.
|
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.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getPhone()
Gets the value of the phone property.
|
String |
getState()
Gets the value of the state property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getUserName()
Gets the value of the userName property.
|
String |
getZipCode()
Gets the value of the zipCode property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isActive()
Gets the value of the active property.
|
void |
setActive(boolean value)
Sets the value of the active property.
|
void |
setAddress1(String value)
Sets the value of the address1 property.
|
void |
setAddress2(String value)
Sets the value of the address2 property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setContactID(int value)
Sets the value of the contactID property.
|
void |
setContactName(String value)
Sets the value of the contactName property.
|
void |
setCountry(String value)
Sets the value of the country 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 |
setPassword(String value)
Sets the value of the password property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
void |
setZipCode(String value)
Sets the value of the zipCode property.
|
String |
toString() |
protected String userName
protected String password
protected int contactID
protected String contactName
protected String title
protected String address1
protected String address2
protected String city
protected String state
protected String zipCode
protected String country
protected String phone
protected String fax
protected String emailAddress
protected String externalReference
protected boolean active
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 int getContactID()
public void setContactID(int value)
public String getContactName()
Stringpublic void setContactName(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getAddress1()
Stringpublic void setAddress1(String value)
value - allowed object is
Stringpublic String getAddress2()
Stringpublic void setAddress2(String value)
value - allowed object is
Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic String getZipCode()
Stringpublic void setZipCode(String value)
value - allowed object is
Stringpublic String getCountry()
Stringpublic void setCountry(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 getEmailAddress()
Stringpublic void setEmailAddress(String value)
value - allowed object is
Stringpublic String getExternalReference()
Stringpublic void setExternalReference(String value)
value - allowed object is
Stringpublic boolean isActive()
public void setActive(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.