org.apache.juddi.model
Class Address

java.lang.Object
  extended by org.apache.juddi.model.Address
All Implemented Interfaces:
java.io.Serializable

public class Address
extends java.lang.Object
implements java.io.Serializable

Author:
Kurt T Stam, Jeff Faath
See Also:
Serialized Form

Constructor Summary
Address()
           
Address(Contact contact)
           
Address(java.lang.Long id, Contact contact, java.lang.String useType, java.lang.String sortCode, java.lang.String tmodelKey, java.util.List<AddressLine> addressLines)
           
 
Method Summary
 java.util.List<AddressLine> getAddressLines()
           
 Contact getContact()
           
 java.lang.Long getId()
           
 java.lang.String getSortCode()
           
 java.lang.String getTmodelKey()
           
 java.lang.String getUseType()
           
 void setAddressLines(java.util.List<AddressLine> addressLines)
           
 void setContact(Contact contact)
           
 void setId(java.lang.Long id)
           
 void setSortCode(java.lang.String sortCode)
           
 void setTmodelKey(java.lang.String tmodelKey)
           
 void setUseType(java.lang.String useType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address()

Address

public Address(Contact contact)

Address

public Address(java.lang.Long id,
               Contact contact,
               java.lang.String useType,
               java.lang.String sortCode,
               java.lang.String tmodelKey,
               java.util.List<AddressLine> addressLines)
Method Detail

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)

getContact

public Contact getContact()

setContact

public void setContact(Contact contact)

getUseType

public java.lang.String getUseType()

setUseType

public void setUseType(java.lang.String useType)

getSortCode

public java.lang.String getSortCode()

setSortCode

public void setSortCode(java.lang.String sortCode)

getTmodelKey

public java.lang.String getTmodelKey()

setTmodelKey

public void setTmodelKey(java.lang.String tmodelKey)

getAddressLines

public java.util.List<AddressLine> getAddressLines()

setAddressLines

public void setAddressLines(java.util.List<AddressLine> addressLines)


Copyright © 2004-2009. All Rights Reserved.