@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 |
_RegistryException_QNAME |
static QName |
_RegistryRequest_QNAME |
static QName |
_RegistryResponse_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.toop.regrep.rs
|
public static final QName _RegistryRequest_QNAME
public static final QName _RegistryResponse_QNAME
public static final QName _RegistryException_QNAME
public ObjectFactory()
@Nonnull public RegistryRequestType createRegistryRequestType()
RegistryRequestTypenull.@Nonnull public RegistryResponseType createRegistryResponseType()
RegistryResponseTypenull.@Nonnull public RegistryExceptionType createRegistryExceptionType()
RegistryExceptionTypenull.@Nonnull public AuthenticationExceptionType createAuthenticationExceptionType()
AuthenticationExceptionTypenull.@Nonnull public AuthorizationExceptionType createAuthorizationExceptionType()
AuthorizationExceptionTypenull.@Nonnull public InvalidRequestExceptionType createInvalidRequestExceptionType()
InvalidRequestExceptionTypenull.@Nonnull public ObjectExistsExceptionType createObjectExistsExceptionType()
ObjectExistsExceptionTypenull.@Nonnull public ObjectNotFoundExceptionType createObjectNotFoundExceptionType()
ObjectNotFoundExceptionTypenull.@Nonnull public QuotaExceededExceptionType createQuotaExceededExceptionType()
QuotaExceededExceptionTypenull.@Nonnull public ReferencesExistExceptionType createReferencesExistExceptionType()
ReferencesExistExceptionTypenull.@Nonnull public TimeoutExceptionType createTimeoutExceptionType()
TimeoutExceptionTypenull.@Nonnull public UnresolvedReferenceExceptionType createUnresolvedReferenceExceptionType()
UnresolvedReferenceExceptionTypenull.@Nonnull public UnsupportedCapabilityExceptionType createUnsupportedCapabilityExceptionType()
UnsupportedCapabilityExceptionTypenull.@Nonnull public JAXBElement<RegistryRequestType> createRegistryRequest(@Nullable RegistryRequestType value)
value - Java instance representing xml element's value.JAXBElement<RegistryRequestType> The created JAXBElement and never null.@Nonnull public JAXBElement<RegistryResponseType> createRegistryResponse(@Nullable RegistryResponseType value)
value - Java instance representing xml element's value.JAXBElement<RegistryResponseType> The created JAXBElement and never null.@Nonnull public JAXBElement<RegistryExceptionType> createRegistryException(@Nullable RegistryExceptionType value)
value - Java instance representing xml element's value.JAXBElement<RegistryExceptionType> The created JAXBElement and never null.Copyright © 2020 TOOP. All rights reserved.