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

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

public class Address
extends java.lang.Object

Java class for address complex type.

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

 <complexType name="address">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="addressName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="addressType" type="{http://www.nortel.com/soa/oi/cct/types}addressType"/>
         <element name="provider" type="{http://www.nortel.com/soa/oi/cct/types}provider"/>
         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Address()
           
Address(java.lang.String name, AddressType type, Provider theProvider, java.lang.String theStatus)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAddressName()
          Gets the value of the addressName property.
 AddressType getAddressType()
          Gets the value of the addressType property.
 Provider getProvider()
          Gets the value of the provider property.
 java.lang.String getStatus()
          Gets the value of the status property.
 int hashCode()
           
 void setAddressName(java.lang.String value)
          Sets the value of the addressName property.
 void setAddressType(AddressType value)
          Sets the value of the addressType property.
 void setProvider(Provider value)
          Sets the value of the provider property.
 void setStatus(java.lang.String value)
          Sets the value of the status property.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Address

public Address()

Address

public Address(java.lang.String name,
               AddressType type,
               Provider theProvider,
               java.lang.String theStatus)
Method Detail

getAddressName

public java.lang.String getAddressName()
Gets the value of the addressName property.

Returns:
possible object is String

setAddressName

public void setAddressName(java.lang.String value)
Sets the value of the addressName property.

Parameters:
value - allowed object is String

getAddressType

public AddressType getAddressType()
Gets the value of the addressType property.

Returns:
possible object is AddressType

setAddressType

public void setAddressType(AddressType value)
Sets the value of the addressType property.

Parameters:
value - allowed object is AddressType

getProvider

public Provider getProvider()
Gets the value of the provider property.

Returns:
possible object is Provider

setProvider

public void setProvider(Provider value)
Sets the value of the provider property.

Parameters:
value - allowed object is Provider

getStatus

public java.lang.String getStatus()
Gets the value of the status property.

Returns:
possible object is String

setStatus

public void setStatus(java.lang.String value)
Sets the value of the status property.

Parameters:
value - allowed object is String

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010 All Rights Reserved.