Package com.helger.regrep.rs
Class ObjectFactory
- java.lang.Object
-
- com.helger.regrep.rs.ObjectFactory
-
@CodingStyleguideUnaware public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.helger.regrep.rs 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.
This class was annotated by ph-jaxb-plugin -Xph-annotate
-
-
Field Summary
Fields Modifier and Type Field Description static QName_RegistryException_QNAMEstatic QName_RegistryRequest_QNAMEstatic QName_RegistryResponse_QNAME
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.regrep.rs
-
Method Summary
-
-
-
Method Detail
-
createRegistryRequestType
@Nonnull public RegistryRequestType createRegistryRequestType()
Create an instance ofRegistryRequestType- Returns:
- the new instance of
RegistryRequestTypeThe created RegistryRequestType object and nevernull.
-
createRegistryResponseType
@Nonnull public RegistryResponseType createRegistryResponseType()
Create an instance ofRegistryResponseType- Returns:
- the new instance of
RegistryResponseTypeThe created RegistryResponseType object and nevernull.
-
createRegistryExceptionType
@Nonnull public RegistryExceptionType createRegistryExceptionType()
Create an instance ofRegistryExceptionType- Returns:
- the new instance of
RegistryExceptionTypeThe created RegistryExceptionType object and nevernull.
-
createAuthenticationExceptionType
@Nonnull public AuthenticationExceptionType createAuthenticationExceptionType()
Create an instance ofAuthenticationExceptionType- Returns:
- the new instance of
AuthenticationExceptionTypeThe created AuthenticationExceptionType object and nevernull.
-
createAuthorizationExceptionType
@Nonnull public AuthorizationExceptionType createAuthorizationExceptionType()
Create an instance ofAuthorizationExceptionType- Returns:
- the new instance of
AuthorizationExceptionTypeThe created AuthorizationExceptionType object and nevernull.
-
createInvalidRequestExceptionType
@Nonnull public InvalidRequestExceptionType createInvalidRequestExceptionType()
Create an instance ofInvalidRequestExceptionType- Returns:
- the new instance of
InvalidRequestExceptionTypeThe created InvalidRequestExceptionType object and nevernull.
-
createObjectExistsExceptionType
@Nonnull public ObjectExistsExceptionType createObjectExistsExceptionType()
Create an instance ofObjectExistsExceptionType- Returns:
- the new instance of
ObjectExistsExceptionTypeThe created ObjectExistsExceptionType object and nevernull.
-
createObjectNotFoundExceptionType
@Nonnull public ObjectNotFoundExceptionType createObjectNotFoundExceptionType()
Create an instance ofObjectNotFoundExceptionType- Returns:
- the new instance of
ObjectNotFoundExceptionTypeThe created ObjectNotFoundExceptionType object and nevernull.
-
createQuotaExceededExceptionType
@Nonnull public QuotaExceededExceptionType createQuotaExceededExceptionType()
Create an instance ofQuotaExceededExceptionType- Returns:
- the new instance of
QuotaExceededExceptionTypeThe created QuotaExceededExceptionType object and nevernull.
-
createReferencesExistExceptionType
@Nonnull public ReferencesExistExceptionType createReferencesExistExceptionType()
Create an instance ofReferencesExistExceptionType- Returns:
- the new instance of
ReferencesExistExceptionTypeThe created ReferencesExistExceptionType object and nevernull.
-
createTimeoutExceptionType
@Nonnull public TimeoutExceptionType createTimeoutExceptionType()
Create an instance ofTimeoutExceptionType- Returns:
- the new instance of
TimeoutExceptionTypeThe created TimeoutExceptionType object and nevernull.
-
createUnresolvedReferenceExceptionType
@Nonnull public UnresolvedReferenceExceptionType createUnresolvedReferenceExceptionType()
Create an instance ofUnresolvedReferenceExceptionType- Returns:
- the new instance of
UnresolvedReferenceExceptionTypeThe created UnresolvedReferenceExceptionType object and nevernull.
-
createUnsupportedCapabilityExceptionType
@Nonnull public UnsupportedCapabilityExceptionType createUnsupportedCapabilityExceptionType()
Create an instance ofUnsupportedCapabilityExceptionType- Returns:
- the new instance of
UnsupportedCapabilityExceptionTypeThe created UnsupportedCapabilityExceptionType object and nevernull.
-
createRegistryRequest
@Nonnull public jakarta.xml.bind.JAXBElement<RegistryRequestType> createRegistryRequest(@Nullable RegistryRequestType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RegistryRequestType>The created JAXBElement and nevernull.
-
createRegistryResponse
@Nonnull public jakarta.xml.bind.JAXBElement<RegistryResponseType> createRegistryResponse(@Nullable RegistryResponseType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RegistryResponseType>The created JAXBElement and nevernull.
-
createRegistryException
@Nonnull public jakarta.xml.bind.JAXBElement<RegistryExceptionType> createRegistryException(@Nullable RegistryExceptionType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RegistryExceptionType>The created JAXBElement and nevernull.
-
-