JavaXT
|
|||
PhysicalAddress ClassUsed to represent a physical address for a given contact.
Constructors PhysicalAddress( )
Public MethodssetType( String type ) returns void Used to set the type or category of address. Note that this field is required.
getType( ) returns String Returns the type or category of address. Options include "Home", "Business", and "Other". setStreet( String street ) returns void Used to set the street address. Multiple lines can be specified using a "\n" or "\r\n" delimitor. isEmpty( ) returns boolean Used to determine whether the address is empty. Returns true if all the address attributes are null. equals( Object obj ) returns boolean Used to compare addresses. Performs a simple case insensitive string comparison. |