public class ContactInfo extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for ContactInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type" type="{http://schema.intuit.com/finance/v3}ContactTypeEnum" minOccurs="0"/>
<choice minOccurs="0">
<element name="Telephone" type="{http://schema.intuit.com/finance/v3}TelephoneNumber" minOccurs="0"/>
<element name="Email" type="{http://schema.intuit.com/finance/v3}EmailAddress" minOccurs="0"/>
<element name="WebSite" type="{http://schema.intuit.com/finance/v3}WebSiteAddress" minOccurs="0"/>
<element name="OtherContact" type="{http://schema.intuit.com/finance/v3}GenericContactType" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EmailAddress |
email |
protected GenericContactType |
otherContact |
protected TelephoneNumber |
telephone |
protected ContactTypeEnum |
type |
protected WebSiteAddress |
webSite |
| Constructor and Description |
|---|
ContactInfo() |
| Modifier and Type | Method and Description |
|---|---|
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.EqualsStrategy2 strategy) |
EmailAddress |
getEmail()
Gets the value of the email property.
|
GenericContactType |
getOtherContact()
Gets the value of the otherContact property.
|
TelephoneNumber |
getTelephone()
Gets the value of the telephone property.
|
ContactTypeEnum |
getType()
Gets the value of the type property.
|
WebSiteAddress |
getWebSite()
Gets the value of the webSite property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setEmail(EmailAddress value)
Sets the value of the email property.
|
void |
setOtherContact(GenericContactType value)
Sets the value of the otherContact property.
|
void |
setTelephone(TelephoneNumber value)
Sets the value of the telephone property.
|
void |
setType(ContactTypeEnum value)
Sets the value of the type property.
|
void |
setWebSite(WebSiteAddress value)
Sets the value of the webSite property.
|
protected ContactTypeEnum type
protected TelephoneNumber telephone
protected EmailAddress email
protected WebSiteAddress webSite
protected GenericContactType otherContact
public ContactTypeEnum getType()
ContactTypeEnumpublic void setType(ContactTypeEnum value)
value - allowed object is
ContactTypeEnumpublic TelephoneNumber getTelephone()
TelephoneNumberpublic void setTelephone(TelephoneNumber value)
value - allowed object is
TelephoneNumberpublic EmailAddress getEmail()
EmailAddresspublic void setEmail(EmailAddress value)
value - allowed object is
EmailAddresspublic WebSiteAddress getWebSite()
WebSiteAddresspublic void setWebSite(WebSiteAddress value)
value - allowed object is
WebSiteAddresspublic GenericContactType getOtherContact()
GenericContactTypepublic void setOtherContact(GenericContactType value)
value - allowed object is
GenericContactTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2017. All rights reserved.