@Immutable public class PDExtendedBusinessCard extends Object
PDBusinessCardType object as retrieved from the
SMP plus a list of all document types supported by the respective service
group.| Constructor and Description |
|---|
PDExtendedBusinessCard(com.helger.pd.businesscard.PDBusinessCardType aBusinessCard,
Iterable<? extends com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier> aDocumentTypeIDs) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.ext.ICommonsList<com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier> |
getAllDocumentTypeIDs() |
com.helger.pd.businesscard.PDBusinessCardType |
getBusinessCard() |
int |
getDocumentTypeCount() |
String |
toString() |
@Nonnull @ReturnsMutableObject(value="design") public com.helger.pd.businesscard.PDBusinessCardType getBusinessCard()
PDBusinessCardType object as provided in the
constructor. Never null.@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.ext.ICommonsList<com.helger.peppol.identifier.generic.doctype.IDocumentTypeIdentifier> getAllDocumentTypeIDs()
null but maybe empty.@Nonnegative public int getDocumentTypeCount()
Copyright © 2015–2016 Philip Helger. All rights reserved.