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