Package com.helger.regrep.rim
Class ObjectFactory
- java.lang.Object
-
- com.helger.regrep.rim.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.rim 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_IdentifiableList_QNAMEstatic QName_Notification_QNAMEstatic QName_ObjectRef_QNAMEstatic QName_ObjectRefList_QNAMEstatic QName_RegistryObject_QNAMEstatic QName_RegistryObjectList_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.rim
-
Method Summary
-
-
-
Field Detail
-
_RegistryObjectList_QNAME
public static final QName _RegistryObjectList_QNAME
-
_ObjectRefList_QNAME
public static final QName _ObjectRefList_QNAME
-
_ObjectRef_QNAME
public static final QName _ObjectRef_QNAME
-
_RegistryObject_QNAME
public static final QName _RegistryObject_QNAME
-
_IdentifiableList_QNAME
public static final QName _IdentifiableList_QNAME
-
_Notification_QNAME
public static final QName _Notification_QNAME
-
-
Method Detail
-
createSlotType
@Nonnull public SlotType createSlotType()
Create an instance ofSlotType- Returns:
- the new instance of
SlotTypeThe created SlotType object and nevernull.
-
createRegistryObjectListType
@Nonnull public RegistryObjectListType createRegistryObjectListType()
Create an instance ofRegistryObjectListType- Returns:
- the new instance of
RegistryObjectListTypeThe created RegistryObjectListType object and nevernull.
-
createQueryType
@Nonnull public QueryType createQueryType()
Create an instance ofQueryType- Returns:
- the new instance of
QueryTypeThe created QueryType object and nevernull.
-
createObjectRefListType
@Nonnull public ObjectRefListType createObjectRefListType()
Create an instance ofObjectRefListType- Returns:
- the new instance of
ObjectRefListTypeThe created ObjectRefListType object and nevernull.
-
createObjectRefType
@Nonnull public ObjectRefType createObjectRefType()
Create an instance ofObjectRefType- Returns:
- the new instance of
ObjectRefTypeThe created ObjectRefType object and nevernull.
-
createRegistryObjectType
@Nonnull public RegistryObjectType createRegistryObjectType()
Create an instance ofRegistryObjectType- Returns:
- the new instance of
RegistryObjectTypeThe created RegistryObjectType object and nevernull.
-
createIdentifiableListType
@Nonnull public IdentifiableListType createIdentifiableListType()
Create an instance ofIdentifiableListType- Returns:
- the new instance of
IdentifiableListTypeThe created IdentifiableListType object and nevernull.
-
createNotificationType
@Nonnull public NotificationType createNotificationType()
Create an instance ofNotificationType- Returns:
- the new instance of
NotificationTypeThe created NotificationType object and nevernull.
-
createInternationalStringType
@Nonnull public InternationalStringType createInternationalStringType()
Create an instance ofInternationalStringType- Returns:
- the new instance of
InternationalStringTypeThe created InternationalStringType object and nevernull.
-
createLocalizedStringType
@Nonnull public LocalizedStringType createLocalizedStringType()
Create an instance ofLocalizedStringType- Returns:
- the new instance of
LocalizedStringTypeThe created LocalizedStringType object and nevernull.
-
createStringValueType
@Nonnull public StringValueType createStringValueType()
Create an instance ofStringValueType- Returns:
- the new instance of
StringValueTypeThe created StringValueType object and nevernull.
-
createDateTimeValueType
@Nonnull public DateTimeValueType createDateTimeValueType()
Create an instance ofDateTimeValueType- Returns:
- the new instance of
DateTimeValueTypeThe created DateTimeValueType object and nevernull.
-
createDurationValueType
@Nonnull public DurationValueType createDurationValueType()
Create an instance ofDurationValueType- Returns:
- the new instance of
DurationValueTypeThe created DurationValueType object and nevernull.
-
createIntegerValueType
@Nonnull public IntegerValueType createIntegerValueType()
Create an instance ofIntegerValueType- Returns:
- the new instance of
IntegerValueTypeThe created IntegerValueType object and nevernull.
-
createBooleanValueType
@Nonnull public BooleanValueType createBooleanValueType()
Create an instance ofBooleanValueType- Returns:
- the new instance of
BooleanValueTypeThe created BooleanValueType object and nevernull.
-
createFloatValueType
@Nonnull public FloatValueType createFloatValueType()
Create an instance ofFloatValueType- Returns:
- the new instance of
FloatValueTypeThe created FloatValueType object and nevernull.
-
createInternationalStringValueType
@Nonnull public InternationalStringValueType createInternationalStringValueType()
Create an instance ofInternationalStringValueType- Returns:
- the new instance of
InternationalStringValueTypeThe created InternationalStringValueType object and nevernull.
-
createVocabularyTermType
@Nonnull public VocabularyTermType createVocabularyTermType()
Create an instance ofVocabularyTermType- Returns:
- the new instance of
VocabularyTermTypeThe created VocabularyTermType object and nevernull.
-
createVocabularyTermValueType
@Nonnull public VocabularyTermValueType createVocabularyTermValueType()
Create an instance ofVocabularyTermValueType- Returns:
- the new instance of
VocabularyTermValueTypeThe created VocabularyTermValueType object and nevernull.
-
createCollectionValueType
@Nonnull public CollectionValueType createCollectionValueType()
Create an instance ofCollectionValueType- Returns:
- the new instance of
CollectionValueTypeThe created CollectionValueType object and nevernull.
-
createEntryType
@Nonnull public EntryType createEntryType()
Create an instance ofEntryType- Returns:
- the new instance of
EntryTypeThe created EntryType object and nevernull.
-
createMapType
@Nonnull public MapType createMapType()
Create an instance ofMapType- Returns:
- the new instance of
MapTypeThe created MapType object and nevernull.
-
createMapValueType
@Nonnull public MapValueType createMapValueType()
Create an instance ofMapValueType- Returns:
- the new instance of
MapValueTypeThe created MapValueType object and nevernull.
-
createSlotValueType
@Nonnull public SlotValueType createSlotValueType()
Create an instance ofSlotValueType- Returns:
- the new instance of
SlotValueTypeThe created SlotValueType object and nevernull.
-
createAnyValueType
@Nonnull public AnyValueType createAnyValueType()
Create an instance ofAnyValueType- Returns:
- the new instance of
AnyValueTypeThe created AnyValueType object and nevernull.
-
createDynamicObjectRefType
@Nonnull public DynamicObjectRefType createDynamicObjectRefType()
Create an instance ofDynamicObjectRefType- Returns:
- the new instance of
DynamicObjectRefTypeThe created DynamicObjectRefType object and nevernull.
-
createAssociationType
@Nonnull public AssociationType createAssociationType()
Create an instance ofAssociationType- Returns:
- the new instance of
AssociationTypeThe created AssociationType object and nevernull.
-
createActionType
@Nonnull public ActionType createActionType()
Create an instance ofActionType- Returns:
- the new instance of
ActionTypeThe created ActionType object and nevernull.
-
createAuditableEventType
@Nonnull public AuditableEventType createAuditableEventType()
Create an instance ofAuditableEventType- Returns:
- the new instance of
AuditableEventTypeThe created AuditableEventType object and nevernull.
-
createClassificationType
@Nonnull public ClassificationType createClassificationType()
Create an instance ofClassificationType- Returns:
- the new instance of
ClassificationTypeThe created ClassificationType object and nevernull.
-
createClassificationNodeType
@Nonnull public ClassificationNodeType createClassificationNodeType()
Create an instance ofClassificationNodeType- Returns:
- the new instance of
ClassificationNodeTypeThe created ClassificationNodeType object and nevernull.
-
createClassificationSchemeType
@Nonnull public ClassificationSchemeType createClassificationSchemeType()
Create an instance ofClassificationSchemeType- Returns:
- the new instance of
ClassificationSchemeTypeThe created ClassificationSchemeType object and nevernull.
-
createExternalIdentifierType
@Nonnull public ExternalIdentifierType createExternalIdentifierType()
Create an instance ofExternalIdentifierType- Returns:
- the new instance of
ExternalIdentifierTypeThe created ExternalIdentifierType object and nevernull.
-
createExternalLinkType
@Nonnull public ExternalLinkType createExternalLinkType()
Create an instance ofExternalLinkType- Returns:
- the new instance of
ExternalLinkTypeThe created ExternalLinkType object and nevernull.
-
createSimpleLinkType
@Nonnull public SimpleLinkType createSimpleLinkType()
Create an instance ofSimpleLinkType- Returns:
- the new instance of
SimpleLinkTypeThe created SimpleLinkType object and nevernull.
-
createExtrinsicObjectType
@Nonnull public ExtrinsicObjectType createExtrinsicObjectType()
Create an instance ofExtrinsicObjectType- Returns:
- the new instance of
ExtrinsicObjectTypeThe created ExtrinsicObjectType object and nevernull.
-
createCommentType
@Nonnull public CommentType createCommentType()
Create an instance ofCommentType- Returns:
- the new instance of
CommentTypeThe created CommentType object and nevernull.
-
createOrganizationType
@Nonnull public OrganizationType createOrganizationType()
Create an instance ofOrganizationType- Returns:
- the new instance of
OrganizationTypeThe created OrganizationType object and nevernull.
-
createPersonType
@Nonnull public PersonType createPersonType()
Create an instance ofPersonType- Returns:
- the new instance of
PersonTypeThe created PersonType object and nevernull.
-
createPersonNameType
@Nonnull public PersonNameType createPersonNameType()
Create an instance ofPersonNameType- Returns:
- the new instance of
PersonNameTypeThe created PersonNameType object and nevernull.
-
createEmailAddressType
@Nonnull public EmailAddressType createEmailAddressType()
Create an instance ofEmailAddressType- Returns:
- the new instance of
EmailAddressTypeThe created EmailAddressType object and nevernull.
-
createPostalAddressType
@Nonnull public PostalAddressType createPostalAddressType()
Create an instance ofPostalAddressType- Returns:
- the new instance of
PostalAddressTypeThe created PostalAddressType object and nevernull.
-
createVersionInfoType
@Nonnull public VersionInfoType createVersionInfoType()
Create an instance ofVersionInfoType- Returns:
- the new instance of
VersionInfoTypeThe created VersionInfoType object and nevernull.
-
createRegistryPackageType
@Nonnull public RegistryPackageType createRegistryPackageType()
Create an instance ofRegistryPackageType- Returns:
- the new instance of
RegistryPackageTypeThe created RegistryPackageType object and nevernull.
-
createRoleType
@Nonnull public RoleType createRoleType()
Create an instance ofRoleType- Returns:
- the new instance of
RoleTypeThe created RoleType object and nevernull.
-
createServiceType
@Nonnull public ServiceType createServiceType()
Create an instance ofServiceType- Returns:
- the new instance of
ServiceTypeThe created ServiceType object and nevernull.
-
createServiceEndpointType
@Nonnull public ServiceEndpointType createServiceEndpointType()
Create an instance ofServiceEndpointType- Returns:
- the new instance of
ServiceEndpointTypeThe created ServiceEndpointType object and nevernull.
-
createServiceBindingType
@Nonnull public ServiceBindingType createServiceBindingType()
Create an instance ofServiceBindingType- Returns:
- the new instance of
ServiceBindingTypeThe created ServiceBindingType object and nevernull.
-
createServiceInterfaceType
@Nonnull public ServiceInterfaceType createServiceInterfaceType()
Create an instance ofServiceInterfaceType- Returns:
- the new instance of
ServiceInterfaceTypeThe created ServiceInterfaceType object and nevernull.
-
createTelephoneNumberType
@Nonnull public TelephoneNumberType createTelephoneNumberType()
Create an instance ofTelephoneNumberType- Returns:
- the new instance of
TelephoneNumberTypeThe created TelephoneNumberType object and nevernull.
-
createRegistryType
@Nonnull public RegistryType createRegistryType()
Create an instance ofRegistryType- Returns:
- the new instance of
RegistryTypeThe created RegistryType object and nevernull.
-
createFederationType
@Nonnull public FederationType createFederationType()
Create an instance ofFederationType- Returns:
- the new instance of
FederationTypeThe created FederationType object and nevernull.
-
createQueryDefinitionType
@Nonnull public QueryDefinitionType createQueryDefinitionType()
Create an instance ofQueryDefinitionType- Returns:
- the new instance of
QueryDefinitionTypeThe created QueryDefinitionType object and nevernull.
-
createParameterType
@Nonnull public ParameterType createParameterType()
Create an instance ofParameterType- Returns:
- the new instance of
ParameterTypeThe created ParameterType object and nevernull.
-
createStringQueryExpressionType
@Nonnull public StringQueryExpressionType createStringQueryExpressionType()
Create an instance ofStringQueryExpressionType- Returns:
- the new instance of
StringQueryExpressionTypeThe created StringQueryExpressionType object and nevernull.
-
createXMLQueryExpressionType
@Nonnull public XMLQueryExpressionType createXMLQueryExpressionType()
Create an instance ofXMLQueryExpressionType- Returns:
- the new instance of
XMLQueryExpressionTypeThe created XMLQueryExpressionType object and nevernull.
-
createSubscriptionType
@Nonnull public SubscriptionType createSubscriptionType()
Create an instance ofSubscriptionType- Returns:
- the new instance of
SubscriptionTypeThe created SubscriptionType object and nevernull.
-
createDeliveryInfoType
@Nonnull public DeliveryInfoType createDeliveryInfoType()
Create an instance ofDeliveryInfoType- Returns:
- the new instance of
DeliveryInfoTypeThe created DeliveryInfoType object and nevernull.
-
createWorkflowActionType
@Nonnull public WorkflowActionType createWorkflowActionType()
Create an instance ofWorkflowActionType- Returns:
- the new instance of
WorkflowActionTypeThe created WorkflowActionType object and nevernull.
-
createRegistryObjectList
@Nonnull public jakarta.xml.bind.JAXBElement<RegistryObjectListType> createRegistryObjectList(@Nullable RegistryObjectListType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RegistryObjectListType>The created JAXBElement and nevernull.
-
createObjectRefList
@Nonnull public jakarta.xml.bind.JAXBElement<ObjectRefListType> createObjectRefList(@Nullable ObjectRefListType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ObjectRefListType>The created JAXBElement and nevernull.
-
createObjectRef
@Nonnull public jakarta.xml.bind.JAXBElement<ObjectRefType> createObjectRef(@Nullable ObjectRefType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ObjectRefType>The created JAXBElement and nevernull.
-
createRegistryObject
@Nonnull public jakarta.xml.bind.JAXBElement<RegistryObjectType> createRegistryObject(@Nullable RegistryObjectType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RegistryObjectType>The created JAXBElement and nevernull.
-
createIdentifiableList
@Nonnull public jakarta.xml.bind.JAXBElement<IdentifiableListType> createIdentifiableList(@Nullable IdentifiableListType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<IdentifiableListType>The created JAXBElement and nevernull.
-
createNotification
@Nonnull public jakarta.xml.bind.JAXBElement<NotificationType> createNotification(@Nullable NotificationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<NotificationType>The created JAXBElement and nevernull.
-
-