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

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

public class AddressPropertyAcquireStatus
extends java.lang.Object

Java class for addressPropertyAcquireStatus complex type.

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

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


Constructor Summary
AddressPropertyAcquireStatus()
           
 
Method Summary
 boolean isAcquired()
          Gets the value of the acquired property.
 void setAcquired(boolean value)
          Sets the value of the acquired property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressPropertyAcquireStatus

public AddressPropertyAcquireStatus()
Method Detail

isAcquired

public boolean isAcquired()
Gets the value of the acquired property.


setAcquired

public void setAcquired(boolean value)
Sets the value of the acquired property.



Copyright © 2010 All Rights Reserved.