public class EMSContact 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 EMSContact complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EMSContact">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ContactID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Contact" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GroupName" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address1 |
protected String |
address2 |
protected String |
city |
protected String |
contact |
protected Integer |
contactID |
protected String |
country |
protected String |
emailAddress |
protected String |
externalReference |
protected String |
fax |
protected String |
groupName |
protected String |
phone |
protected String |
state |
protected String |
zipCode |
| Constructor and Description |
|---|
EMSContact() |
| 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.
|
String |
getContact()
Gets the value of the contact property.
|
Integer |
getContactID()
Gets the value of the contactID 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 |
getGroupName()
Gets the value of the groupName property.
|
String |
getPhone()
Gets the value of the phone property.
|
String |
getState()
Gets the value of the state 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) |
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 |
setContact(String value)
Sets the value of the contact property.
|
void |
setContactID(Integer value)
Sets the value of the contactID 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 |
setGroupName(String value)
Sets the value of the groupName property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setZipCode(String value)
Sets the value of the zipCode property.
|
String |
toString() |
protected Integer contactID
protected String contact
protected String groupName
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
public Integer getContactID()
Integerpublic void setContactID(Integer value)
value - allowed object is
Integerpublic String getContact()
Stringpublic void setContact(String value)
value - allowed object is
Stringpublic String getGroupName()
Stringpublic void setGroupName(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 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.