org.openinvoice.ubl4j.text.pdf
Class PDFParty

java.lang.Object
  extended by org.openinvoice.ubl4j.text.pdf.PDFParty

public class PDFParty
extends Object

Since:
\$Date: 2011/07/30 22:20:09 $
Version:
\$Revision: d86e75fb9d28 $
Author:
\$Author: javad $

Constructor Summary
PDFParty(oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.PartyType partyType, Locale locale)
           
 
Method Summary
 void createAddressType(oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.AddressType addressType, com.itextpdf.text.pdf.PdfPTable addressTable)
           
 void createContactType(oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.ContactType contactType, com.itextpdf.text.pdf.PdfPTable table)
           
 void createPartyTaxSchemeType(List<oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.PartyTaxSchemeType> partyTaxSchemes, com.itextpdf.text.pdf.PdfPTable table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFParty

public PDFParty(oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.PartyType partyType,
                Locale locale)
Method Detail

createPartyTaxSchemeType

public void createPartyTaxSchemeType(List<oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.PartyTaxSchemeType> partyTaxSchemes,
                                     com.itextpdf.text.pdf.PdfPTable table)
                              throws com.itextpdf.text.DocumentException
Throws:
com.itextpdf.text.DocumentException

createAddressType

public void createAddressType(oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.AddressType addressType,
                              com.itextpdf.text.pdf.PdfPTable addressTable)
                       throws com.itextpdf.text.DocumentException
Throws:
com.itextpdf.text.DocumentException

createContactType

public void createContactType(oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.ContactType contactType,
                              com.itextpdf.text.pdf.PdfPTable table)
                       throws com.itextpdf.text.DocumentException
Throws:
com.itextpdf.text.DocumentException


Copyright © 2011-2012 Plain Source. All Rights Reserved.