|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nortel.soa.oi.cct.types.ContactInfo
public class ContactInfo
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"/> <element name="callingAddress" type="{http://www.nortel.com/soa/oi/cct/types}address"/> <element name="callingTerminal" type="{http://www.nortel.com/soa/oi/cct/types}terminal"/> <element name="capabilities" type="{http://www.nortel.com/soa/oi/cct/types}contactCapabilities"/> <element name="connections" type="{http://www.nortel.com/soa/oi/cct/types}connection" maxOccurs="unbounded"/> <element name="lastRedirectedAddress" type="{http://www.nortel.com/soa/oi/cct/types}address"/> <element name="originalDestination" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ContactInfo()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContactInfo()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |