Uses of Class
org.unece.cefact.namespaces.standardbusinessdocumentheader.ContactInformation

Packages that use ContactInformation
org.unece.cefact.namespaces.standardbusinessdocumentheader   
 

Uses of ContactInformation in org.unece.cefact.namespaces.standardbusinessdocumentheader
 

Fields in org.unece.cefact.namespaces.standardbusinessdocumentheader with type parameters of type ContactInformation
protected  List<ContactInformation> Partner.contactInformations
           
 

Methods in org.unece.cefact.namespaces.standardbusinessdocumentheader that return ContactInformation
 ContactInformation ObjectFactory.createContactInformation()
          Create an instance of ContactInformation
 ContactInformation ContactInformation.withContact(String value)
           
 ContactInformation ContactInformation.withContactTypeIdentifier(String value)
           
 ContactInformation ContactInformation.withEmailAddress(String value)
           
 ContactInformation ContactInformation.withFaxNumber(String value)
           
 ContactInformation ContactInformation.withTelephoneNumber(String value)
           
 

Methods in org.unece.cefact.namespaces.standardbusinessdocumentheader that return types with arguments of type ContactInformation
 List<ContactInformation> Partner.getContactInformations()
          Gets the value of the contactInformations property.
 

Methods in org.unece.cefact.namespaces.standardbusinessdocumentheader with parameters of type ContactInformation
 Partner Partner.withContactInformations(ContactInformation... values)
           
 

Method parameters in org.unece.cefact.namespaces.standardbusinessdocumentheader with type arguments of type ContactInformation
 void Partner.setContactInformations(List<ContactInformation> value)
           
 Partner Partner.withContactInformations(Collection<ContactInformation> values)
           
 Partner Partner.withContactInformations(List<ContactInformation> value)
           
 

Constructor parameters in org.unece.cefact.namespaces.standardbusinessdocumentheader with type arguments of type ContactInformation
Partner(PartnerIdentification identifier, List<ContactInformation> contactInformations)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.