public class Contact
extends java.lang.Object
Java class for contact complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contact"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="contactId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="externalContactId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="provider" type="{http://www.nortel.com/soa/oi/cct/types}provider"/> <element name="contactType" type="{http://www.nortel.com/soa/oi/cct/types}contactTypeArray"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Contact() |
Contact(java.lang.String contactId,
Provider provider) |
Contact(java.lang.String contactId,
java.lang.String externalContactId,
Provider provider) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContactId()
Gets the value of the contactId property.
|
ContactTypeArray |
getContactTypes()
Gets the value of the contactType property.
|
java.lang.String |
getExternalContactId()
Gets the value of the externalContactId property.
|
Provider |
getProvider()
Gets the value of the provider property.
|
int |
hashCode() |
void |
setContactId(java.lang.String value)
Sets the value of the contactId property.
|
void |
setContactTypes(ContactTypeArray value)
Sets the value of the contactType property.
|
void |
setExternalContactId(java.lang.String value)
Sets the value of the externalContactId property.
|
void |
setProvider(Provider value)
Sets the value of the provider property.
|
java.lang.String |
toString() |
public Contact()
public Contact(java.lang.String contactId, Provider provider)
public Contact(java.lang.String contactId, java.lang.String externalContactId, Provider provider)
public java.lang.String getContactId()
String
public void setContactId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getExternalContactId()
String
public void setExternalContactId(java.lang.String value)
value
- allowed object is
String
public Provider getProvider()
Provider
public void setProvider(Provider value)
value
- allowed object is
Provider
public ContactTypeArray getContactTypes()
ContactTypeArray
public void setContactTypes(ContactTypeArray value)
value
- allowed object is
ContactTypeArray
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010 All Rights Reserved.