public class ContactInfo
extends java.lang.Object
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="calledAddress" type="{http://www.nortel.com/soa/oi/cct/types}address" minOccurs="0"/>
<element name="callingAddress" type="{http://www.nortel.com/soa/oi/cct/types}address" minOccurs="0"/>
<element name="callingTerminal" type="{http://www.nortel.com/soa/oi/cct/types}terminal" minOccurs="0"/>
<element name="capabilities" type="{http://www.nortel.com/soa/oi/cct/types}contactCapabilities" minOccurs="0"/>
<element name="connections" type="{http://www.nortel.com/soa/oi/cct/types}connection" maxOccurs="unbounded" minOccurs="0"/>
<element name="lastRedirectedAddress" type="{http://www.nortel.com/soa/oi/cct/types}address" minOccurs="0"/>
<element name="originalDestination" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ContactInfo() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getCalledAddress()
Gets the value of the calledAddress property.
|
Address |
getCallingAddress()
Gets the value of the callingAddress property.
|
Terminal |
getCallingTerminal()
Gets the value of the callingTerminal property.
|
ContactCapabilities |
getCapabilities()
Gets the value of the capabilities property.
|
java.util.List<Connection> |
getConnections()
Gets the value of the connections property.
|
Address |
getLastRedirectedAddress()
Gets the value of the lastRedirectedAddress property.
|
java.lang.String |
getOriginalDestination()
Gets the value of the originalDestination property.
|
void |
setCalledAddress(Address value)
Sets the value of the calledAddress property.
|
void |
setCallingAddress(Address value)
Sets the value of the callingAddress property.
|
void |
setCallingTerminal(Terminal value)
Sets the value of the callingTerminal property.
|
void |
setCapabilities(ContactCapabilities value)
Sets the value of the capabilities property.
|
void |
setLastRedirectedAddress(Address value)
Sets the value of the lastRedirectedAddress property.
|
void |
setOriginalDestination(java.lang.String value)
Sets the value of the originalDestination property.
|
public Address getCalledAddress()
Addresspublic void setCalledAddress(Address value)
value - allowed object is
Addresspublic Address getCallingAddress()
Addresspublic void setCallingAddress(Address value)
value - allowed object is
Addresspublic Terminal getCallingTerminal()
Terminalpublic void setCallingTerminal(Terminal value)
value - allowed object is
Terminalpublic ContactCapabilities getCapabilities()
ContactCapabilitiespublic void setCapabilities(ContactCapabilities value)
value - allowed object is
ContactCapabilitiespublic java.util.List<Connection> getConnections()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the connections property.
For example, to add a new item, do as follows:
getConnections().add(newItem);
Objects of the following type(s) are allowed in the list
Connection
public Address getLastRedirectedAddress()
Addresspublic void setLastRedirectedAddress(Address value)
value - allowed object is
Addresspublic java.lang.String getOriginalDestination()
Stringpublic void setOriginalDestination(java.lang.String value)
value - allowed object is
StringCopyright © 2010 All Rights Reserved.