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.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oasis.names.tc.ebxml_regrep.xsd.query._3
|
public ObjectFactory()
public CompoundFilterType createCompoundFilterType()
CompoundFilterTypepublic OrganizationQueryType createOrganizationQueryType()
OrganizationQueryTypepublic SubscriptionQueryType createSubscriptionQueryType()
SubscriptionQueryTypepublic ClassificationSchemeQueryType createClassificationSchemeQueryType()
ClassificationSchemeQueryTypepublic NotificationQueryType createNotificationQueryType()
NotificationQueryTypepublic FilterType createFilterType()
FilterTypepublic ClassificationNodeQueryType createClassificationNodeQueryType()
ClassificationNodeQueryTypepublic FloatFilterType createFloatFilterType()
FloatFilterTypepublic ClassificationQueryType createClassificationQueryType()
ClassificationQueryTypepublic ExternalLinkQueryType createExternalLinkQueryType()
ExternalLinkQueryTypepublic AssociationQueryType createAssociationQueryType()
AssociationQueryTypepublic AdhocQueryResponse createAdhocQueryResponse()
AdhocQueryResponsepublic AdhocQueryQueryType createAdhocQueryQueryType()
AdhocQueryQueryTypepublic AdhocQueryRequest createAdhocQueryRequest()
AdhocQueryRequestpublic AuditableEventQueryType createAuditableEventQueryType()
AuditableEventQueryTypepublic InternationalStringBranchType createInternationalStringBranchType()
InternationalStringBranchTypepublic PersonQueryType createPersonQueryType()
PersonQueryTypepublic RegistryQueryType createRegistryQueryType()
RegistryQueryTypepublic RegistryObjectQueryType createRegistryObjectQueryType()
RegistryObjectQueryTypepublic ServiceQueryType createServiceQueryType()
ServiceQueryTypepublic QueryExpressionBranchType createQueryExpressionBranchType()
QueryExpressionBranchTypepublic StringFilterType createStringFilterType()
StringFilterTypepublic SlotBranchType createSlotBranchType()
SlotBranchTypepublic ResponseOptionType createResponseOptionType()
ResponseOptionTypepublic DateTimeFilterType createDateTimeFilterType()
DateTimeFilterTypepublic SpecificationLinkQueryType createSpecificationLinkQueryType()
SpecificationLinkQueryTypepublic ExternalIdentifierQueryType createExternalIdentifierQueryType()
ExternalIdentifierQueryTypepublic RegistryPackageQueryType createRegistryPackageQueryType()
RegistryPackageQueryTypepublic BooleanFilterType createBooleanFilterType()
BooleanFilterTypepublic FederationQueryType createFederationQueryType()
FederationQueryTypepublic IntegerFilterType createIntegerFilterType()
IntegerFilterTypepublic UserQueryType createUserQueryType()
UserQueryTypepublic ExtrinsicObjectQueryType createExtrinsicObjectQueryType()
ExtrinsicObjectQueryTypepublic ServiceBindingQueryType createServiceBindingQueryType()
ServiceBindingQueryTypepublic JAXBElement<NotificationQueryType> createNotificationQuery(NotificationQueryType value)
public JAXBElement<ResponseOptionType> createResponseOption(ResponseOptionType value)
public JAXBElement<ClassificationNodeQueryType> createClassificationNodeQuery(ClassificationNodeQueryType value)
public JAXBElement<FederationQueryType> createFederationQuery(FederationQueryType value)
public JAXBElement<RegistryPackageQueryType> createRegistryPackageQuery(RegistryPackageQueryType value)
public JAXBElement<SubscriptionQueryType> createSubscriptionQuery(SubscriptionQueryType value)
public JAXBElement<FloatFilterType> createFloatFilter(FloatFilterType value)
public JAXBElement<IntegerFilterType> createIntegerFilter(IntegerFilterType value)
public JAXBElement<AssociationQueryType> createAssociationQuery(AssociationQueryType value)
public JAXBElement<PersonQueryType> createPersonQuery(PersonQueryType value)
public JAXBElement<ClassificationQueryType> createClassificationQuery(ClassificationQueryType value)
public JAXBElement<RegistryObjectQueryType> createRegistryObjectQuery(RegistryObjectQueryType value)
public JAXBElement<ExternalLinkQueryType> createExternalLinkQuery(ExternalLinkQueryType value)
public JAXBElement<BooleanFilterType> createBooleanFilter(BooleanFilterType value)
public JAXBElement<DateTimeFilterType> createDateTimeFilter(DateTimeFilterType value)
public JAXBElement<ClassificationSchemeQueryType> createClassificationSchemeQuery(ClassificationSchemeQueryType value)
public JAXBElement<OrganizationQueryType> createOrganizationQuery(OrganizationQueryType value)
public JAXBElement<UserQueryType> createUserQuery(UserQueryType value)
public JAXBElement<FilterType> createFilter(FilterType value)
public JAXBElement<AuditableEventQueryType> createAuditableEventQuery(AuditableEventQueryType value)
public JAXBElement<ExternalIdentifierQueryType> createExternalIdentifierQuery(ExternalIdentifierQueryType value)
public JAXBElement<CompoundFilterType> createCompoundFilter(CompoundFilterType value)
public JAXBElement<SpecificationLinkQueryType> createSpecificationLinkQuery(SpecificationLinkQueryType value)
public JAXBElement<StringFilterType> createStringFilter(StringFilterType value)
public JAXBElement<ExtrinsicObjectQueryType> createExtrinsicObjectQuery(ExtrinsicObjectQueryType value)
public JAXBElement<ServiceBindingQueryType> createServiceBindingQuery(ServiceBindingQueryType value)
public JAXBElement<AdhocQueryQueryType> createAdhocQueryQuery(AdhocQueryQueryType value)
public JAXBElement<ServiceQueryType> createServiceQuery(ServiceQueryType value)
public JAXBElement<RegistryQueryType> createRegistryQuery(RegistryQueryType value)
Copyright © 2010–2025. All rights reserved.