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

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

public class AddressPropertyDoNotDisturb
extends java.lang.Object

Java class for addressPropertyDoNotDisturb complex type.

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

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


Constructor Summary
AddressPropertyDoNotDisturb()
           
 
Method Summary
 boolean isDoNotDisturbSet()
          Gets the value of the doNotDisturbSet property.
 void setDoNotDisturbSet(boolean value)
          Sets the value of the doNotDisturbSet property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressPropertyDoNotDisturb

public AddressPropertyDoNotDisturb()
Method Detail

isDoNotDisturbSet

public boolean isDoNotDisturbSet()
Gets the value of the doNotDisturbSet property.


setDoNotDisturbSet

public void setDoNotDisturbSet(boolean value)
Sets the value of the doNotDisturbSet property.



Copyright © 2010 All Rights Reserved.