org.unece.cefact.namespaces.standardbusinessdocumentheader
Class ObjectFactory

java.lang.Object
  extended by org.unece.cefact.namespaces.standardbusinessdocumentheader.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.unece.cefact.namespaces.standardbusinessdocumentheader package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.unece.cefact.namespaces.standardbusinessdocumentheader
 
Method Summary
 BusinessScope createBusinessScope()
          Create an instance of BusinessScope
 BusinessService createBusinessService()
          Create an instance of BusinessService
 JAXBElement<BusinessService> createBusinessService(BusinessService value)
          Create an instance of JAXBElement<BusinessService>}
 ContactInformation createContactInformation()
          Create an instance of ContactInformation
 CorrelationInformation createCorrelationInformation()
          Create an instance of CorrelationInformation
 JAXBElement<CorrelationInformation> createCorrelationInformation(CorrelationInformation value)
          Create an instance of JAXBElement<CorrelationInformation>}
 DocumentIdentification createDocumentIdentification()
          Create an instance of DocumentIdentification
 Manifest createManifest()
          Create an instance of Manifest
 ManifestItem createManifestItem()
          Create an instance of ManifestItem
 Partner createPartner()
          Create an instance of Partner
 PartnerIdentification createPartnerIdentification()
          Create an instance of PartnerIdentification
 Scope createScope()
          Create an instance of Scope
 JAXBElement<Object> createScopeInformation(Object value)
          Create an instance of JAXBElement<Object>}
 ServiceTransaction createServiceTransaction()
          Create an instance of ServiceTransaction
 StandardBusinessDocument createStandardBusinessDocument()
          Create an instance of StandardBusinessDocument
 StandardBusinessDocumentHeader createStandardBusinessDocumentHeader()
          Create an instance of StandardBusinessDocumentHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.unece.cefact.namespaces.standardbusinessdocumentheader

Method Detail

createStandardBusinessDocumentHeader

public StandardBusinessDocumentHeader createStandardBusinessDocumentHeader()
Create an instance of StandardBusinessDocumentHeader


createPartner

public Partner createPartner()
Create an instance of Partner


createDocumentIdentification

public DocumentIdentification createDocumentIdentification()
Create an instance of DocumentIdentification


createManifest

public Manifest createManifest()
Create an instance of Manifest


createBusinessScope

public BusinessScope createBusinessScope()
Create an instance of BusinessScope


createCorrelationInformation

public CorrelationInformation createCorrelationInformation()
Create an instance of CorrelationInformation


createStandardBusinessDocument

public StandardBusinessDocument createStandardBusinessDocument()
Create an instance of StandardBusinessDocument


createBusinessService

public BusinessService createBusinessService()
Create an instance of BusinessService


createManifestItem

public ManifestItem createManifestItem()
Create an instance of ManifestItem


createServiceTransaction

public ServiceTransaction createServiceTransaction()
Create an instance of ServiceTransaction


createContactInformation

public ContactInformation createContactInformation()
Create an instance of ContactInformation


createPartnerIdentification

public PartnerIdentification createPartnerIdentification()
Create an instance of PartnerIdentification


createScope

public Scope createScope()
Create an instance of Scope


createCorrelationInformation

public JAXBElement<CorrelationInformation> createCorrelationInformation(CorrelationInformation value)
Create an instance of JAXBElement<CorrelationInformation>}


createScopeInformation

public JAXBElement<Object> createScopeInformation(Object value)
Create an instance of JAXBElement<Object>}


createBusinessService

public JAXBElement<BusinessService> createBusinessService(BusinessService value)
Create an instance of JAXBElement<BusinessService>}



Copyright © 2014 Digipost Open Source. All Rights Reserved.