|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nortel.soa.oi.cct.types.Contact
public class Contact
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 Summary | |
---|---|
Contact()
|
|
Contact(java.lang.String contactId,
Provider provider)
|
|
Contact(java.lang.String contactId,
java.lang.String externalContactId,
Provider provider)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Contact()
public Contact(java.lang.String contactId, Provider provider)
public Contact(java.lang.String contactId, java.lang.String externalContactId, Provider provider)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |