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

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

public class ContactGUID
extends java.lang.Object

Java class for contactGUID complex type.

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

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


Constructor Summary
ContactGUID()
           
 
Method Summary
 java.lang.String getGuid()
          Gets the value of the guid property.
 void setGuid(java.lang.String value)
          Sets the value of the guid property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactGUID

public ContactGUID()
Method Detail

getGuid

public java.lang.String getGuid()
Gets the value of the guid property.

Returns:
possible object is String

setGuid

public void setGuid(java.lang.String value)
Sets the value of the guid property.

Parameters:
value - allowed object is String


Copyright © 2010 All Rights Reserved.