| Package | Description |
|---|---|
| com.helger.pd.businesscard.generic | |
| com.helger.pd.businesscard.helper | |
| com.helger.pd.businesscard.v1 | |
| com.helger.pd.businesscard.v2 | |
| com.helger.pd.businesscard.v3 |
| Modifier and Type | Method and Description |
|---|---|
PDBusinessCard |
PDBusinessCard.getClone() |
PDBusinessCard |
PDBusinessCard.getClone() |
static PDBusinessCard |
PDBusinessCard.of(com.helger.json.IJsonObject aJson) |
static PDBusinessCard |
PDBusinessCard.of(com.helger.json.IJsonObject aJson) |
PDBusinessCard |
PDBusinessCard.setParticipantIdentifier(PDIdentifier aParticipantIdentifier)
Sets the value of the participantIdentifier property.
|
PDBusinessCard |
PDBusinessCard.setParticipantIdentifier(PDIdentifier aParticipantIdentifier)
Sets the value of the participantIdentifier property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDBusinessCard.cloneTo(PDBusinessCard ret)
This method clones all values from
this to the passed object. |
void |
PDBusinessCard.cloneTo(PDBusinessCard ret)
This method clones all values from
this to the passed object. |
| Modifier and Type | Method and Description |
|---|---|
static PDBusinessCard |
PDBusinessCardHelper.parseBusinessCard(byte[] aData,
Charset aCharset)
A generic reading API to read all supported versions of the BusinessCard
from a byte array and an optional character set.
|
static PDBusinessCard |
PDBusinessCardHelper.parseBusinessCard(byte[] aData,
Charset aCharset)
A generic reading API to read all supported versions of the BusinessCard
from a byte array and an optional character set.
|
static PDBusinessCard |
PDBusinessCardHelper.parseBusinessCard(byte[] aData,
Consumer<? super com.helger.jaxb.GenericJAXBMarshaller<?>> aMarshallerCustomizer)
A generic reading API to read all supported versions of the BusinessCard
from a byte array and an optional character set.
|
static PDBusinessCard |
PDBusinessCardHelper.parseBusinessCard(byte[] aData,
Consumer<? super com.helger.jaxb.GenericJAXBMarshaller<?>> aMarshallerCustomizer)
A generic reading API to read all supported versions of the BusinessCard
from a byte array and an optional character set.
|
static PDBusinessCard |
PDBusinessCardHelper.parseBusinessCard(Node aNode)
A generic reading API to read all supported versions of the BusinessCard
from a DOM node.
|
static PDBusinessCard |
PDBusinessCardHelper.parseBusinessCard(Node aNode)
A generic reading API to read all supported versions of the BusinessCard
from a DOM node.
|
static PDBusinessCard |
PDBusinessCardHelper.parseBusinessCard(Node aNode,
Consumer<? super com.helger.jaxb.GenericJAXBMarshaller<?>> aMarshallerCustomizer)
A generic reading API to read all supported versions of the BusinessCard
from a DOM node.
|
static PDBusinessCard |
PDBusinessCardHelper.parseBusinessCard(Node aNode,
Consumer<? super com.helger.jaxb.GenericJAXBMarshaller<?>> aMarshallerCustomizer)
A generic reading API to read all supported versions of the BusinessCard
from a DOM node.
|
| Modifier and Type | Method and Description |
|---|---|
static PDBusinessCard |
PD1APIHelper.createBusinessCard(PD1BusinessCardType aBC) |
static PDBusinessCard |
PD1APIHelper.createBusinessCard(PD1BusinessCardType aBC) |
| Modifier and Type | Method and Description |
|---|---|
static PDBusinessCard |
PD2APIHelper.createBusinessCard(PD2BusinessCardType aBC) |
static PDBusinessCard |
PD2APIHelper.createBusinessCard(PD2BusinessCardType aBC) |
| Modifier and Type | Method and Description |
|---|---|
static PDBusinessCard |
PD3APIHelper.createBusinessCard(PD3BusinessCardType aBC) |
static PDBusinessCard |
PD3APIHelper.createBusinessCard(PD3BusinessCardType aBC) |
Copyright © 2015–2021 Philip Helger. All rights reserved.