Package net.bluemind.addressbook.api
Class VCard.DeliveryAddressing.Address
java.lang.Object
net.bluemind.addressbook.api.VCard.BasicAttribute
net.bluemind.addressbook.api.VCard.DeliveryAddressing.Address
- Enclosing class:
VCard.DeliveryAddressing
To specify the components of the delivery address for the vCard object.
-
Field Summary
Modifier and TypeFieldDescriptionFields inherited from class net.bluemind.addressbook.api.VCard.BasicAttribute
parameters, value
-
Constructor Summary
-
Method Summary
Methods inherited from class net.bluemind.addressbook.api.VCard.BasicAttribute
containsUniqueValue, containsValues, copyParameters, getParameterValue, getParameterValues
-
Field Details
-
postOfficeBox
-
extentedAddress
-
streetAddress
-
locality
-
region
-
postalCode
-
countryName
-
-
Constructor Details
-
Address
public Address()
-
-
Method Details
-
create
-
copy
-
hashCode
public int hashCode()- Overrides:
hashCode
in classVCard.BasicAttribute
-
equals
- Overrides:
equals
in classVCard.BasicAttribute
-