public class EMSContactDetail 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 EMSContactDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EMSContactDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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"/>
<element name="GroupID" type="{http://www.w3.org/2001/XMLSchema}int" 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 String |
country |
protected String |
emailAddress |
protected String |
externalReference |
protected String |
fax |
protected Integer |
groupID |
protected String |
groupName |
protected String |
phone |
protected String |
state |
protected String |
zipCode |
| Constructor and Description |
|---|
EMSContactDetail() |
| 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.
|
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.
|
Integer |
getGroupID()
Gets the value of the groupID 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 |
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 |
setGroupID(Integer value)
Sets the value of the groupID 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 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
protected Integer groupID
public 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 Integer getGroupID()
Integerpublic void setGroupID(Integer value)
value - allowed object is
Integerpublic 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.