public class ObjectFactory
extends java.lang.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 ResponseOptionType createResponseOptionType()
ResponseOptionTypepublic AdhocQueryRequest createAdhocQueryRequest()
AdhocQueryRequestpublic AdhocQueryResponse createAdhocQueryResponse()
AdhocQueryResponsepublic RegistryObjectQueryType createRegistryObjectQueryType()
RegistryObjectQueryTypepublic AssociationQueryType createAssociationQueryType()
AssociationQueryTypepublic AuditableEventQueryType createAuditableEventQueryType()
AuditableEventQueryTypepublic ClassificationQueryType createClassificationQueryType()
ClassificationQueryTypepublic ClassificationNodeQueryType createClassificationNodeQueryType()
ClassificationNodeQueryTypepublic ClassificationSchemeQueryType createClassificationSchemeQueryType()
ClassificationSchemeQueryTypepublic ExternalIdentifierQueryType createExternalIdentifierQueryType()
ExternalIdentifierQueryTypepublic ExternalLinkQueryType createExternalLinkQueryType()
ExternalLinkQueryTypepublic ExtrinsicObjectQueryType createExtrinsicObjectQueryType()
ExtrinsicObjectQueryTypepublic OrganizationQueryType createOrganizationQueryType()
OrganizationQueryTypepublic RegistryPackageQueryType createRegistryPackageQueryType()
RegistryPackageQueryTypepublic ServiceQueryType createServiceQueryType()
ServiceQueryTypepublic ServiceBindingQueryType createServiceBindingQueryType()
ServiceBindingQueryTypepublic SpecificationLinkQueryType createSpecificationLinkQueryType()
SpecificationLinkQueryTypepublic PersonQueryType createPersonQueryType()
PersonQueryTypepublic UserQueryType createUserQueryType()
UserQueryTypepublic RegistryQueryType createRegistryQueryType()
RegistryQueryTypepublic FederationQueryType createFederationQueryType()
FederationQueryTypepublic AdhocQueryQueryType createAdhocQueryQueryType()
AdhocQueryQueryTypepublic NotificationQueryType createNotificationQueryType()
NotificationQueryTypepublic SubscriptionQueryType createSubscriptionQueryType()
SubscriptionQueryTypepublic FilterType createFilterType()
FilterTypepublic CompoundFilterType createCompoundFilterType()
CompoundFilterTypepublic BooleanFilterType createBooleanFilterType()
BooleanFilterTypepublic IntegerFilterType createIntegerFilterType()
IntegerFilterTypepublic FloatFilterType createFloatFilterType()
FloatFilterTypepublic DateTimeFilterType createDateTimeFilterType()
DateTimeFilterTypepublic StringFilterType createStringFilterType()
StringFilterTypepublic InternationalStringBranchType createInternationalStringBranchType()
InternationalStringBranchTypepublic SlotBranchType createSlotBranchType()
SlotBranchTypepublic QueryExpressionBranchType createQueryExpressionBranchType()
QueryExpressionBranchTypepublic javax.xml.bind.JAXBElement<ResponseOptionType> createResponseOption(ResponseOptionType value)
public javax.xml.bind.JAXBElement<RegistryObjectQueryType> createRegistryObjectQuery(RegistryObjectQueryType value)
public javax.xml.bind.JAXBElement<AssociationQueryType> createAssociationQuery(AssociationQueryType value)
public javax.xml.bind.JAXBElement<AuditableEventQueryType> createAuditableEventQuery(AuditableEventQueryType value)
public javax.xml.bind.JAXBElement<ClassificationQueryType> createClassificationQuery(ClassificationQueryType value)
public javax.xml.bind.JAXBElement<ClassificationNodeQueryType> createClassificationNodeQuery(ClassificationNodeQueryType value)
public javax.xml.bind.JAXBElement<ClassificationSchemeQueryType> createClassificationSchemeQuery(ClassificationSchemeQueryType value)
public javax.xml.bind.JAXBElement<ExternalIdentifierQueryType> createExternalIdentifierQuery(ExternalIdentifierQueryType value)
public javax.xml.bind.JAXBElement<ExternalLinkQueryType> createExternalLinkQuery(ExternalLinkQueryType value)
public javax.xml.bind.JAXBElement<ExtrinsicObjectQueryType> createExtrinsicObjectQuery(ExtrinsicObjectQueryType value)
public javax.xml.bind.JAXBElement<OrganizationQueryType> createOrganizationQuery(OrganizationQueryType value)
public javax.xml.bind.JAXBElement<RegistryPackageQueryType> createRegistryPackageQuery(RegistryPackageQueryType value)
public javax.xml.bind.JAXBElement<ServiceQueryType> createServiceQuery(ServiceQueryType value)
public javax.xml.bind.JAXBElement<ServiceBindingQueryType> createServiceBindingQuery(ServiceBindingQueryType value)
public javax.xml.bind.JAXBElement<SpecificationLinkQueryType> createSpecificationLinkQuery(SpecificationLinkQueryType value)
public javax.xml.bind.JAXBElement<PersonQueryType> createPersonQuery(PersonQueryType value)
public javax.xml.bind.JAXBElement<UserQueryType> createUserQuery(UserQueryType value)
public javax.xml.bind.JAXBElement<RegistryQueryType> createRegistryQuery(RegistryQueryType value)
public javax.xml.bind.JAXBElement<FederationQueryType> createFederationQuery(FederationQueryType value)
public javax.xml.bind.JAXBElement<AdhocQueryQueryType> createAdhocQueryQuery(AdhocQueryQueryType value)
public javax.xml.bind.JAXBElement<NotificationQueryType> createNotificationQuery(NotificationQueryType value)
public javax.xml.bind.JAXBElement<SubscriptionQueryType> createSubscriptionQuery(SubscriptionQueryType value)
public javax.xml.bind.JAXBElement<FilterType> createFilter(FilterType value)
public javax.xml.bind.JAXBElement<CompoundFilterType> createCompoundFilter(CompoundFilterType value)
public javax.xml.bind.JAXBElement<BooleanFilterType> createBooleanFilter(BooleanFilterType value)
public javax.xml.bind.JAXBElement<IntegerFilterType> createIntegerFilter(IntegerFilterType value)
public javax.xml.bind.JAXBElement<FloatFilterType> createFloatFilter(FloatFilterType value)
public javax.xml.bind.JAXBElement<DateTimeFilterType> createDateTimeFilter(DateTimeFilterType value)
public javax.xml.bind.JAXBElement<StringFilterType> createStringFilter(StringFilterType value)