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()
Address
public void setCalledAddress(Address value)
value
- allowed object is
Address
public Address getCallingAddress()
Address
public void setCallingAddress(Address value)
value
- allowed object is
Address
public Terminal getCallingTerminal()
Terminal
public void setCallingTerminal(Terminal value)
value
- allowed object is
Terminal
public ContactCapabilities getCapabilities()
ContactCapabilities
public void setCapabilities(ContactCapabilities value)
value
- allowed object is
ContactCapabilities
public 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()
Address
public void setLastRedirectedAddress(Address value)
value
- allowed object is
Address
public java.lang.String getOriginalDestination()
String
public void setOriginalDestination(java.lang.String value)
value
- allowed object is
String
Copyright © 2010 All Rights Reserved.