Package | org.igniterealtime.xiff.vcard |
Class | public class VCardAddress |
Implements | IVCardAddress |
Property | Defined by | ||
---|---|---|---|
country : String | VCardAddress | ||
extendedAddress : String | VCardAddress | ||
locality : String | VCardAddress | ||
poBox : String | VCardAddress | ||
postalCode : String | VCardAddress | ||
region : String | VCardAddress | ||
street : String | VCardAddress |
Method | Defined by | ||
---|---|---|---|
VCardAddress(street:String = null, locality:String = null, region:String = null, postalCode:String = null, country:String = null, extendedAddress:String = null, poBox:String = null)
| VCardAddress |
country | property |
country:String
[read-write]Implementation
public function get country():String
public function set country(value:String):void
extendedAddress | property |
extendedAddress:String
[read-write]Implementation
public function get extendedAddress():String
public function set extendedAddress(value:String):void
locality | property |
locality:String
[read-write]Implementation
public function get locality():String
public function set locality(value:String):void
poBox | property |
poBox:String
[read-write]Implementation
public function get poBox():String
public function set poBox(value:String):void
postalCode | property |
postalCode:String
[read-write]Implementation
public function get postalCode():String
public function set postalCode(value:String):void
region | property |
region:String
[read-write]Implementation
public function get region():String
public function set region(value:String):void
street | property |
street:String
[read-write]Implementation
public function get street():String
public function set street(value:String):void
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 )
|