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

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

public class AddressPropertyPresence
extends java.lang.Object

Java class for addressPropertyPresence complex type.

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

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


Constructor Summary
AddressPropertyPresence()
           
 
Method Summary
 Presence getPresence()
          Gets the value of the presence property.
 void setPresence(Presence value)
          Sets the value of the presence property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressPropertyPresence

public AddressPropertyPresence()
Method Detail

getPresence

public Presence getPresence()
Gets the value of the presence property.

Returns:
possible object is Presence

setPresence

public void setPresence(Presence value)
Sets the value of the presence property.

Parameters:
value - allowed object is Presence


Copyright © 2010 All Rights Reserved.