com.nortel.soa.oi.cct.types
Class ContactPropertyCallingTerminal

java.lang.Object
  extended by com.nortel.soa.oi.cct.types.ContactPropertyCallingTerminal

public class ContactPropertyCallingTerminal
extends java.lang.Object

Java class for contactPropertyCallingTerminal complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="contactPropertyCallingTerminal">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="callingTerminal" type="{http://www.nortel.com/soa/oi/cct/types}terminal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ContactPropertyCallingTerminal()
           
 
Method Summary
 Terminal getCallingTerminal()
          Gets the value of the callingTerminal property.
 void setCallingTerminal(Terminal value)
          Sets the value of the callingTerminal property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactPropertyCallingTerminal

public ContactPropertyCallingTerminal()
Method Detail

getCallingTerminal

public Terminal getCallingTerminal()
Gets the value of the callingTerminal property.

Returns:
possible object is Terminal

setCallingTerminal

public void setCallingTerminal(Terminal value)
Sets the value of the callingTerminal property.

Parameters:
value - allowed object is Terminal


Copyright © 2010 All Rights Reserved.