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.rim._3
|
public ObjectFactory()
public ObjectRefListType createObjectRefListType()
ObjectRefListTypepublic AuditableEventType createAuditableEventType()
AuditableEventTypepublic NotifyActionType createNotifyActionType()
NotifyActionTypepublic InternationalStringType createInternationalStringType()
InternationalStringTypepublic AssociationType1 createAssociationType1()
AssociationType1public RegistryObjectType createRegistryObjectType()
RegistryObjectTypepublic PostalAddressType createPostalAddressType()
PostalAddressTypepublic ServiceType createServiceType()
ServiceTypepublic ExtrinsicObjectType createExtrinsicObjectType()
ExtrinsicObjectTypepublic RegistryObjectListType createRegistryObjectListType()
RegistryObjectListTypepublic VersionInfoType createVersionInfoType()
VersionInfoTypepublic SubscriptionType createSubscriptionType()
SubscriptionTypepublic SlotListType createSlotListType()
SlotListTypepublic ServiceBindingType createServiceBindingType()
ServiceBindingTypepublic RegistryType createRegistryType()
RegistryTypepublic TelephoneNumberType createTelephoneNumberType()
TelephoneNumberTypepublic ObjectRefType createObjectRefType()
ObjectRefTypepublic NotificationType createNotificationType()
NotificationTypepublic FederationType createFederationType()
FederationTypepublic ClassificationSchemeType createClassificationSchemeType()
ClassificationSchemeTypepublic EmailAddressType createEmailAddressType()
EmailAddressTypepublic RegistryPackageType createRegistryPackageType()
RegistryPackageTypepublic OrganizationType createOrganizationType()
OrganizationTypepublic PersonNameType createPersonNameType()
PersonNameTypepublic ExternalLinkType createExternalLinkType()
ExternalLinkTypepublic PersonType createPersonType()
PersonTypepublic ExternalIdentifierType createExternalIdentifierType()
ExternalIdentifierTypepublic AdhocQueryType createAdhocQueryType()
AdhocQueryTypepublic IdentifiableType createIdentifiableType()
IdentifiableTypepublic QueryExpressionType createQueryExpressionType()
QueryExpressionTypepublic ValueListType createValueListType()
ValueListTypepublic TelephoneNumberListType createTelephoneNumberListType()
TelephoneNumberListTypepublic ClassificationNodeType createClassificationNodeType()
ClassificationNodeTypepublic LocalizedStringType createLocalizedStringType()
LocalizedStringTypepublic ClassificationType createClassificationType()
ClassificationTypepublic SpecificationLinkType createSpecificationLinkType()
SpecificationLinkTypepublic JAXBElement<ClassificationSchemeType> createClassificationScheme(ClassificationSchemeType value)
public JAXBElement<InternationalStringType> createInternationalString(InternationalStringType value)
public JAXBElement<PostalAddressType> createPostalAddress(PostalAddressType value)
public JAXBElement<NotifyActionType> createNotifyAction(NotifyActionType value)
public JAXBElement<RegistryObjectListType> createRegistryObjectList(RegistryObjectListType value)
public JAXBElement<PersonType> createPerson(PersonType value)
public JAXBElement<String> createValue(String value)
public JAXBElement<SlotType1> createSlot(SlotType1 value)
public JAXBElement<ExternalIdentifierType> createExternalIdentifier(ExternalIdentifierType value)
public JAXBElement<ClassificationNodeType> createClassificationNode(ClassificationNodeType value)
public JAXBElement<ExternalLinkType> createExternalLink(ExternalLinkType value)
public JAXBElement<EmailAddressType> createEmailAddress(EmailAddressType value)
public JAXBElement<IdentifiableType> createIdentifiable(IdentifiableType value)
public JAXBElement<FederationType> createFederation(FederationType value)
public JAXBElement<ClassificationType> createClassification(ClassificationType value)
public JAXBElement<String> createUsageParameter(String value)
public JAXBElement<ObjectRefType> createObjectRef(ObjectRefType value)
public JAXBElement<QueryExpressionType> createQueryExpression(QueryExpressionType value)
public JAXBElement<SubscriptionType> createSubscription(SubscriptionType value)
public JAXBElement<ObjectRefListType> createObjectRefList(ObjectRefListType value)
public JAXBElement<PostalAddressType> createAddress(PostalAddressType value)
public JAXBElement<InternationalStringType> createName(InternationalStringType value)
public JAXBElement<TelephoneNumberType> createTelephoneNumber(TelephoneNumberType value)
public JAXBElement<SpecificationLinkType> createSpecificationLink(SpecificationLinkType value)
public JAXBElement<RegistryObjectType> createRegistryObject(RegistryObjectType value)
public JAXBElement<AdhocQueryType> createAdhocQuery(AdhocQueryType value)
public JAXBElement<PersonNameType> createPersonName(PersonNameType value)
public JAXBElement<ServiceBindingType> createServiceBinding(ServiceBindingType value)
public JAXBElement<RegistryType> createRegistry(RegistryType value)
public JAXBElement<ServiceType> createService(ServiceType value)
public JAXBElement<AssociationType1> createAssociation(AssociationType1 value)
public JAXBElement<ValueListType> createValueList(ValueListType value)
public JAXBElement<ActionType> createAction(ActionType value)
public JAXBElement<InternationalStringType> createDescription(InternationalStringType value)
public JAXBElement<OrganizationType> createOrganization(OrganizationType value)
public JAXBElement<UserType> createUser(UserType value)
public JAXBElement<ExtrinsicObjectType> createExtrinsicObject(ExtrinsicObjectType value)
public JAXBElement<InternationalStringType> createUsageDescription(InternationalStringType value)
public JAXBElement<NotificationType> createNotification(NotificationType value)
public JAXBElement<SlotListType> createSlotList(SlotListType value)
public JAXBElement<AuditableEventType> createAuditableEvent(AuditableEventType value)
public JAXBElement<RegistryPackageType> createRegistryPackage(RegistryPackageType value)
public JAXBElement<LocalizedStringType> createLocalizedString(LocalizedStringType value)
Copyright © 2010–2025. All rights reserved.