Examples of ElectronicMailType


Examples of oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.ElectronicMailType

    abstract void renderElectronicMail();

    public String getElectronicMailValue() {
        if (partyType.getContact() != null) {
            ElectronicMailType electronicMailType = partyType.getContact().getElectronicMail();
            if (electronicMailType != null) {
                return InvoiceTypeParser.parseElectronicMailType(electronicMailType);
            } else {
                return null;
            }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.