@CodingStyleguideUnaware public class ObjectFactory extends Object
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.
This class was annotated by ph-jaxb22-plugin -Xph-annotate
| Modifier and Type | Field and Description |
|---|---|
static QName |
_BadRequestFault_QNAME |
static QName |
_CompleteMigrationRecord_QNAME |
static QName |
_CreateList_QNAME |
static QName |
_CreateParticipantIdentifier_QNAME |
static QName |
_DeleteList_QNAME |
static QName |
_DeleteParticipantIdentifier_QNAME |
static QName |
_InternalErrorFault_QNAME |
static QName |
_NotFoundFault_QNAME |
static QName |
_PageRequest_QNAME |
static QName |
_ParticipantIdentifier_QNAME |
static QName |
_ParticipantIdentifierPage_QNAME |
static QName |
_PrepareMigrationRecord_QNAME |
static QName |
_ServiceMetadataPublisherID_QNAME |
static QName |
_UnauthorizedFault_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.peppol.smlclient.participant
|
public static final QName _DeleteList_QNAME
public static final QName _PageRequest_QNAME
public static final QName _PrepareMigrationRecord_QNAME
public static final QName _UnauthorizedFault_QNAME
public static final QName _CreateList_QNAME
public static final QName _InternalErrorFault_QNAME
public static final QName _DeleteParticipantIdentifier_QNAME
public static final QName _CompleteMigrationRecord_QNAME
public static final QName _ServiceMetadataPublisherID_QNAME
public static final QName _ParticipantIdentifierPage_QNAME
public static final QName _BadRequestFault_QNAME
public static final QName _NotFoundFault_QNAME
public static final QName _ParticipantIdentifier_QNAME
public static final QName _CreateParticipantIdentifier_QNAME
public ObjectFactory()
@Nonnull public ParticipantIdentifierPageType createParticipantIdentifierPageType()
ParticipantIdentifierPageTypenull.@Nonnull public FaultType createFaultType()
FaultTypenull.@Nonnull public ServiceMetadataPublisherServiceForParticipantType createServiceMetadataPublisherServiceForParticipantType()
ServiceMetadataPublisherServiceForParticipantTypenull.@Nonnull public MigrationRecordType createMigrationRecordType()
MigrationRecordTypenull.@Nonnull public PageRequestType createPageRequestType()
PageRequestTypenull.@Nonnull public JAXBElement<ParticipantIdentifierPageType> createDeleteList(@Nullable ParticipantIdentifierPageType value)
null.@Nonnull public JAXBElement<PageRequestType> createPageRequest(@Nullable PageRequestType value)
null.@Nonnull public JAXBElement<MigrationRecordType> createPrepareMigrationRecord(@Nullable MigrationRecordType value)
null.@Nonnull public JAXBElement<FaultType> createUnauthorizedFault(@Nullable FaultType value)
null.@Nonnull public JAXBElement<ParticipantIdentifierPageType> createCreateList(@Nullable ParticipantIdentifierPageType value)
null.@Nonnull public JAXBElement<FaultType> createInternalErrorFault(@Nullable FaultType value)
null.@Nonnull public JAXBElement<ServiceMetadataPublisherServiceForParticipantType> createDeleteParticipantIdentifier(@Nullable ServiceMetadataPublisherServiceForParticipantType value)
null.@Nonnull public JAXBElement<MigrationRecordType> createCompleteMigrationRecord(@Nullable MigrationRecordType value)
null.@Nonnull public JAXBElement<String> createServiceMetadataPublisherID(@Nullable String value)
null.@Nonnull public JAXBElement<ParticipantIdentifierPageType> createParticipantIdentifierPage(@Nullable ParticipantIdentifierPageType value)
null.@Nonnull public JAXBElement<FaultType> createBadRequestFault(@Nullable FaultType value)
null.@Nonnull public JAXBElement<FaultType> createNotFoundFault(@Nullable FaultType value)
null.@Nonnull public JAXBElement<com.helger.peppolid.ParticipantIdentifierType> createParticipantIdentifier(@Nullable com.helger.peppolid.ParticipantIdentifierType value)
null.@Nonnull public JAXBElement<ServiceMetadataPublisherServiceForParticipantType> createCreateParticipantIdentifier(@Nullable ServiceMetadataPublisherServiceForParticipantType value)
null.Copyright © 2015–2019 Philip Helger. All rights reserved.