Packageorg.igniterealtime.xiff.vcard
Classpublic class VCardAddress
ImplementsIVCardAddress

Structured address.



Public Properties
 PropertyDefined by
  country : String
VCardAddress
  extendedAddress : String
VCardAddress
  locality : String
VCardAddress
  poBox : String
VCardAddress
  postalCode : String
VCardAddress
  region : String
VCardAddress
  street : String
VCardAddress
Public Methods
 MethodDefined by
  
VCardAddress(street:String = null, locality:String = null, region:String = null, postalCode:String = null, country:String = null, extendedAddress:String = null, poBox:String = null)
VCardAddress
Property detail
countryproperty
country:String  [read-write]

Implementation
    public function get country():String
    public function set country(value:String):void
extendedAddressproperty 
extendedAddress:String  [read-write]

Implementation
    public function get extendedAddress():String
    public function set extendedAddress(value:String):void
localityproperty 
locality:String  [read-write]

Implementation
    public function get locality():String
    public function set locality(value:String):void
poBoxproperty 
poBox:String  [read-write]

Implementation
    public function get poBox():String
    public function set poBox(value:String):void
postalCodeproperty 
postalCode:String  [read-write]

Implementation
    public function get postalCode():String
    public function set postalCode(value:String):void
regionproperty 
region:String  [read-write]

Implementation
    public function get region():String
    public function set region(value:String):void
streetproperty 
street:String  [read-write]

Implementation
    public function get street():String
    public function set street(value:String):void
Constructor detail
VCardAddress()constructor
public function VCardAddress(street:String = null, locality:String = null, region:String = null, postalCode:String = null, country:String = null, extendedAddress:String = null, poBox:String = null)

Parameters
street:String (default = null)
 
locality:String (default = null)
 
region:String (default = null)
 
postalCode:String (default = null)
 
country:String (default = null)
 
extendedAddress:String (default = null)
 
poBox:String (default = null)