public class ContactPropertyRoute
extends java.lang.Object
Java class for contactPropertyRoute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contactPropertyRoute"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="address" type="{http://www.nortel.com/soa/oi/cct/types}address"/> <element name="contact" type="{http://www.nortel.com/soa/oi/cct/types}contact"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ContactPropertyRoute() |
Modifier and Type | Method and Description |
---|---|
Address |
getAddress()
Gets the value of the address property.
|
Contact |
getContact()
Gets the value of the contact property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setContact(Contact value)
Sets the value of the contact property.
|
public Address getAddress()
Address
public void setAddress(Address value)
value
- allowed object is
Address
public Contact getContact()
Contact
Copyright © 2010 All Rights Reserved.