|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nortel.soa.oi.cct.types.ContactPropertyCalledAddress
public class ContactPropertyCalledAddress
Java class for contactPropertyCalledAddress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contactPropertyCalledAddress"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="calledAddress" type="{http://www.nortel.com/soa/oi/cct/types}address"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ContactPropertyCalledAddress()
|
Method Summary | |
---|---|
Address |
getCalledAddress()
Gets the value of the calledAddress property. |
void |
setCalledAddress(Address value)
Sets the value of the calledAddress property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContactPropertyCalledAddress()
Method Detail |
---|
public Address getCalledAddress()
Address
public void setCalledAddress(Address value)
value
- allowed object is
Address
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |