Package org.unece.cefact.namespaces.sbdh
Class ObjectFactory
java.lang.Object
org.unece.cefact.namespaces.sbdh.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.unece.cefact.namespaces.sbdh package.
An ObjectFactory allows you to programmatically 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.
This class was annotated by ph-jaxb-plugin -Xph-annotate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.unece.cefact.namespaces.sbdh -
Method Summary
Modifier and TypeMethodDescription@NonNull BusinessScopeCreate an instance ofBusinessScope@NonNull BusinessServiceCreate an instance ofBusinessService@NonNull jakarta.xml.bind.JAXBElement<BusinessService> createBusinessService(@Nullable BusinessService value) @NonNull ContactInformationCreate an instance ofContactInformation@NonNull CorrelationInformationCreate an instance ofCorrelationInformation@NonNull jakarta.xml.bind.JAXBElement<CorrelationInformation> createCorrelationInformation(@Nullable CorrelationInformation value) @NonNull DocumentIdentificationCreate an instance ofDocumentIdentification@NonNull ManifestCreate an instance ofManifest@NonNull ManifestItemCreate an instance ofManifestItem@NonNull PartnerCreate an instance ofPartner@NonNull PartnerIdentificationCreate an instance ofPartnerIdentification@NonNull ScopeCreate an instance ofScope@NonNull jakarta.xml.bind.JAXBElement<Object> createScopeInformation(@Nullable Object value) @NonNull ServiceTransactionCreate an instance ofServiceTransaction@NonNull StandardBusinessDocumentCreate an instance ofStandardBusinessDocument@NonNull jakarta.xml.bind.JAXBElement<StandardBusinessDocument> createStandardBusinessDocument(@Nullable StandardBusinessDocument value) @NonNull StandardBusinessDocumentHeaderCreate an instance ofStandardBusinessDocumentHeader@NonNull jakarta.xml.bind.JAXBElement<StandardBusinessDocumentHeader> createStandardBusinessDocumentHeader(@Nullable StandardBusinessDocumentHeader value)
-
Field Details
-
_ScopeInformation_QNAME
-
_CorrelationInformation_QNAME
-
_BusinessService_QNAME
-
_StandardBusinessDocumentHeader_QNAME
-
_StandardBusinessDocument_QNAME
-
-
Constructor Details
-
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.sbdh
-
-
Method Details
-
createCorrelationInformation
Create an instance ofCorrelationInformation- Returns:
- the new instance of
CorrelationInformationThe created CorrelationInformation object and nevernull.
-
createBusinessService
Create an instance ofBusinessService- Returns:
- the new instance of
BusinessServiceThe created BusinessService object and nevernull.
-
createStandardBusinessDocumentHeader
Create an instance ofStandardBusinessDocumentHeader- Returns:
- the new instance of
StandardBusinessDocumentHeaderThe created StandardBusinessDocumentHeader object and nevernull.
-
createStandardBusinessDocument
Create an instance ofStandardBusinessDocument- Returns:
- the new instance of
StandardBusinessDocumentThe created StandardBusinessDocument object and nevernull.
-
createDocumentIdentification
Create an instance ofDocumentIdentification- Returns:
- the new instance of
DocumentIdentificationThe created DocumentIdentification object and nevernull.
-
createPartner
Create an instance ofPartner- Returns:
- the new instance of
PartnerThe created Partner object and nevernull.
-
createPartnerIdentification
Create an instance ofPartnerIdentification- Returns:
- the new instance of
PartnerIdentificationThe created PartnerIdentification object and nevernull.
-
createContactInformation
Create an instance ofContactInformation- Returns:
- the new instance of
ContactInformationThe created ContactInformation object and nevernull.
-
createManifest
Create an instance ofManifest- Returns:
- the new instance of
ManifestThe created Manifest object and nevernull.
-
createManifestItem
Create an instance ofManifestItem- Returns:
- the new instance of
ManifestItemThe created ManifestItem object and nevernull.
-
createBusinessScope
Create an instance ofBusinessScope- Returns:
- the new instance of
BusinessScopeThe created BusinessScope object and nevernull.
-
createScope
Create an instance ofScope- Returns:
- the new instance of
ScopeThe created Scope object and nevernull.
-
createServiceTransaction
Create an instance ofServiceTransaction- Returns:
- the new instance of
ServiceTransactionThe created ServiceTransaction object and nevernull.
-
createScopeInformation
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>The created JAXBElement and nevernull.
-
createCorrelationInformation
public @NonNull jakarta.xml.bind.JAXBElement<CorrelationInformation> createCorrelationInformation(@Nullable CorrelationInformation value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CorrelationInformation>The created JAXBElement and nevernull.
-
createBusinessService
public @NonNull jakarta.xml.bind.JAXBElement<BusinessService> createBusinessService(@Nullable BusinessService value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BusinessService>The created JAXBElement and nevernull.
-
createStandardBusinessDocumentHeader
public @NonNull jakarta.xml.bind.JAXBElement<StandardBusinessDocumentHeader> createStandardBusinessDocumentHeader(@Nullable StandardBusinessDocumentHeader value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StandardBusinessDocumentHeader>The created JAXBElement and nevernull.
-
createStandardBusinessDocument
public @NonNull jakarta.xml.bind.JAXBElement<StandardBusinessDocument> createStandardBusinessDocument(@Nullable StandardBusinessDocument value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StandardBusinessDocument>The created JAXBElement and nevernull.
-