| Package | Description |
|---|---|
| com.helger.pd.businesscard.generic | |
| com.helger.pd.businesscard.v1 | |
| com.helger.pd.businesscard.v2 | |
| com.helger.pd.businesscard.v3 |
| Modifier and Type | Method and Description |
|---|---|
PDIdentifier |
PDIdentifier.getClone() |
PDIdentifier |
PDIdentifier.getClone() |
PDIdentifier |
PDBusinessCard.getParticipantIdentifier()
Gets the value of the participantIdentifier property.
|
PDIdentifier |
PDBusinessCard.getParticipantIdentifier()
Gets the value of the participantIdentifier property.
|
static PDIdentifier |
PDIdentifier.of(com.helger.json.IJsonObject aJson) |
static PDIdentifier |
PDIdentifier.of(com.helger.json.IJsonObject aJson) |
PDIdentifier |
PDIdentifier.setScheme(String sScheme)
Set the identifier scheme.
|
PDIdentifier |
PDIdentifier.setScheme(String sScheme)
Set the identifier scheme.
|
PDIdentifier |
PDIdentifier.setValue(String sValue)
Set the identifier value.
|
PDIdentifier |
PDIdentifier.setValue(String sValue)
Set the identifier value.
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<PDIdentifier> |
PDBusinessEntity.identifiers() |
com.helger.commons.collection.impl.ICommonsList<PDIdentifier> |
PDBusinessEntity.identifiers() |
| Modifier and Type | Method and Description |
|---|---|
void |
PDIdentifier.cloneTo(PDIdentifier ret)
This method clones all values from
this to the passed object. |
void |
PDIdentifier.cloneTo(PDIdentifier ret)
This method clones all values from
this to the passed object. |
PDBusinessCard |
PDBusinessCard.setParticipantIdentifier(PDIdentifier aParticipantIdentifier)
Sets the value of the participantIdentifier property.
|
PDBusinessCard |
PDBusinessCard.setParticipantIdentifier(PDIdentifier aParticipantIdentifier)
Sets the value of the participantIdentifier property.
|
| Constructor and Description |
|---|
PDBusinessCard(PDIdentifier aParticipantIdentifier,
com.helger.commons.collection.impl.ICommonsList<PDBusinessEntity> aEntities) |
PDBusinessCard(PDIdentifier aParticipantIdentifier,
com.helger.commons.collection.impl.ICommonsList<PDBusinessEntity> aEntities) |
| Constructor and Description |
|---|
PDBusinessEntity(com.helger.commons.collection.impl.ICommonsList<PDName> aNames,
String sCountryCode,
String sGeoInfo,
com.helger.commons.collection.impl.ICommonsList<PDIdentifier> aIDs,
com.helger.commons.collection.impl.ICommonsList<String> aWebsiteURIs,
com.helger.commons.collection.impl.ICommonsList<PDContact> aContacts,
String sAdditionalInfo,
LocalDate aRegDate) |
PDBusinessEntity(com.helger.commons.collection.impl.ICommonsList<PDName> aNames,
String sCountryCode,
String sGeoInfo,
com.helger.commons.collection.impl.ICommonsList<PDIdentifier> aIDs,
com.helger.commons.collection.impl.ICommonsList<String> aWebsiteURIs,
com.helger.commons.collection.impl.ICommonsList<PDContact> aContacts,
String sAdditionalInfo,
LocalDate aRegDate) |
| Modifier and Type | Method and Description |
|---|---|
static PDIdentifier |
PD1APIHelper.createIdentifier(PD1IdentifierType aID) |
static PDIdentifier |
PD1APIHelper.createIdentifier(PD1IdentifierType aID) |
| Modifier and Type | Method and Description |
|---|---|
static PDIdentifier |
PD2APIHelper.createIdentifier(PD2IdentifierType aID) |
static PDIdentifier |
PD2APIHelper.createIdentifier(PD2IdentifierType aID) |
| Modifier and Type | Method and Description |
|---|---|
static PDIdentifier |
PD3APIHelper.createIdentifier(PD3IdentifierType aID) |
static PDIdentifier |
PD3APIHelper.createIdentifier(PD3IdentifierType aID) |
Copyright © 2015–2021 Philip Helger. All rights reserved.