public class ContactInformation extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for ContactInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Contact" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="EmailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FaxNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TelephoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ContactTypeIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
contact |
protected String |
contactTypeIdentifier |
protected String |
emailAddress |
protected String |
faxNumber |
protected String |
telephoneNumber |
| Constructor and Description |
|---|
ContactInformation()
Default no-arg constructor
|
ContactInformation(String contact,
String emailAddress,
String faxNumber,
String telephoneNumber,
String contactTypeIdentifier)
Fully-initialising value constructor
|
| 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 |
getContact()
Gets the value of the contact property.
|
String |
getContactTypeIdentifier()
Gets the value of the contactTypeIdentifier property.
|
String |
getEmailAddress()
Gets the value of the emailAddress property.
|
String |
getFaxNumber()
Gets the value of the faxNumber property.
|
String |
getTelephoneNumber()
Gets the value of the telephoneNumber property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setContact(String value)
Sets the value of the contact property.
|
void |
setContactTypeIdentifier(String value)
Sets the value of the contactTypeIdentifier property.
|
void |
setEmailAddress(String value)
Sets the value of the emailAddress property.
|
void |
setFaxNumber(String value)
Sets the value of the faxNumber property.
|
void |
setTelephoneNumber(String value)
Sets the value of the telephoneNumber property.
|
String |
toString() |
ContactInformation |
withContact(String value) |
ContactInformation |
withContactTypeIdentifier(String value) |
ContactInformation |
withEmailAddress(String value) |
ContactInformation |
withFaxNumber(String value) |
ContactInformation |
withTelephoneNumber(String value) |
protected String contact
protected String emailAddress
protected String faxNumber
protected String telephoneNumber
protected String contactTypeIdentifier
public String getContact()
Stringpublic void setContact(String value)
value - allowed object is
Stringpublic String getEmailAddress()
Stringpublic void setEmailAddress(String value)
value - allowed object is
Stringpublic String getFaxNumber()
Stringpublic void setFaxNumber(String value)
value - allowed object is
Stringpublic String getTelephoneNumber()
Stringpublic void setTelephoneNumber(String value)
value - allowed object is
Stringpublic String getContactTypeIdentifier()
Stringpublic void setContactTypeIdentifier(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.HashCodepublic ContactInformation withContact(String value)
public ContactInformation withEmailAddress(String value)
public ContactInformation withFaxNumber(String value)
public ContactInformation withTelephoneNumber(String value)
public ContactInformation withContactTypeIdentifier(String value)
Copyright © 2014 Digipost Open Source. All Rights Reserved.