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

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

public class ContactPropertyCcmId
extends java.lang.Object

Java class for contactPropertyCcmId complex type.

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

 <complexType name="contactPropertyCcmId">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ccmId" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ContactPropertyCcmId()
           
 
Method Summary
 int getCcmId()
          Gets the value of the ccmId property.
 void setCcmId(int value)
          Sets the value of the ccmId property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactPropertyCcmId

public ContactPropertyCcmId()
Method Detail

getCcmId

public int getCcmId()
Gets the value of the ccmId property.


setCcmId

public void setCcmId(int value)
Sets the value of the ccmId property.



Copyright © 2010 All Rights Reserved.