@CodingStyleguideUnaware 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.
This class was annotated by ph-jaxb22-plugin -Xph-annotate
| Modifier and Type | Field and Description |
|---|---|
static QName |
_IdentifiableList_QNAME |
static QName |
_Notification_QNAME |
static QName |
_ObjectRef_QNAME |
static QName |
_ObjectRefList_QNAME |
static QName |
_RegistryObject_QNAME |
static QName |
_RegistryObjectList_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.toop.regrep.rim
|
public static final QName _RegistryObjectList_QNAME
public static final QName _ObjectRefList_QNAME
public static final QName _ObjectRef_QNAME
public static final QName _RegistryObject_QNAME
public static final QName _IdentifiableList_QNAME
public static final QName _Notification_QNAME
public ObjectFactory()
@Nonnull public SlotType createSlotType()
SlotTypenull.@Nonnull public RegistryObjectListType createRegistryObjectListType()
RegistryObjectListTypenull.@Nonnull public QueryType createQueryType()
QueryTypenull.@Nonnull public ObjectRefListType createObjectRefListType()
ObjectRefListTypenull.@Nonnull public ObjectRefType createObjectRefType()
ObjectRefTypenull.@Nonnull public RegistryObjectType createRegistryObjectType()
RegistryObjectTypenull.@Nonnull public IdentifiableListType createIdentifiableListType()
IdentifiableListTypenull.@Nonnull public NotificationType createNotificationType()
NotificationTypenull.@Nonnull public InternationalStringType createInternationalStringType()
InternationalStringTypenull.@Nonnull public LocalizedStringType createLocalizedStringType()
LocalizedStringTypenull.@Nonnull public StringValueType createStringValueType()
StringValueTypenull.@Nonnull public DateTimeValueType createDateTimeValueType()
DateTimeValueTypenull.@Nonnull public DurationValueType createDurationValueType()
DurationValueTypenull.@Nonnull public IntegerValueType createIntegerValueType()
IntegerValueTypenull.@Nonnull public BooleanValueType createBooleanValueType()
BooleanValueTypenull.@Nonnull public FloatValueType createFloatValueType()
FloatValueTypenull.@Nonnull public InternationalStringValueType createInternationalStringValueType()
InternationalStringValueTypenull.@Nonnull public VocabularyTermType createVocabularyTermType()
VocabularyTermTypenull.@Nonnull public VocabularyTermValueType createVocabularyTermValueType()
VocabularyTermValueTypenull.@Nonnull public CollectionValueType createCollectionValueType()
CollectionValueTypenull.@Nonnull public EntryType createEntryType()
EntryTypenull.@Nonnull public MapType createMapType()
MapTypenull.@Nonnull public MapValueType createMapValueType()
MapValueTypenull.@Nonnull public SlotValueType createSlotValueType()
SlotValueTypenull.@Nonnull public AnyValueType createAnyValueType()
AnyValueTypenull.@Nonnull public DynamicObjectRefType createDynamicObjectRefType()
DynamicObjectRefTypenull.@Nonnull public AssociationType createAssociationType()
AssociationTypenull.@Nonnull public ActionType createActionType()
ActionTypenull.@Nonnull public AuditableEventType createAuditableEventType()
AuditableEventTypenull.@Nonnull public ClassificationType createClassificationType()
ClassificationTypenull.@Nonnull public ClassificationNodeType createClassificationNodeType()
ClassificationNodeTypenull.@Nonnull public ClassificationSchemeType createClassificationSchemeType()
ClassificationSchemeTypenull.@Nonnull public ExternalIdentifierType createExternalIdentifierType()
ExternalIdentifierTypenull.@Nonnull public ExternalLinkType createExternalLinkType()
ExternalLinkTypenull.@Nonnull public SimpleLinkType createSimpleLinkType()
SimpleLinkTypenull.@Nonnull public ExtrinsicObjectType createExtrinsicObjectType()
ExtrinsicObjectTypenull.@Nonnull public CommentType createCommentType()
CommentTypenull.@Nonnull public OrganizationType createOrganizationType()
OrganizationTypenull.@Nonnull public PersonType createPersonType()
PersonTypenull.@Nonnull public PersonNameType createPersonNameType()
PersonNameTypenull.@Nonnull public EmailAddressType createEmailAddressType()
EmailAddressTypenull.@Nonnull public PostalAddressType createPostalAddressType()
PostalAddressTypenull.@Nonnull public VersionInfoType createVersionInfoType()
VersionInfoTypenull.@Nonnull public RegistryPackageType createRegistryPackageType()
RegistryPackageTypenull.@Nonnull public RoleType createRoleType()
RoleTypenull.@Nonnull public ServiceType createServiceType()
ServiceTypenull.@Nonnull public ServiceEndpointType createServiceEndpointType()
ServiceEndpointTypenull.@Nonnull public ServiceBindingType createServiceBindingType()
ServiceBindingTypenull.@Nonnull public ServiceInterfaceType createServiceInterfaceType()
ServiceInterfaceTypenull.@Nonnull public TelephoneNumberType createTelephoneNumberType()
TelephoneNumberTypenull.@Nonnull public RegistryType createRegistryType()
RegistryTypenull.@Nonnull public FederationType createFederationType()
FederationTypenull.@Nonnull public QueryDefinitionType createQueryDefinitionType()
QueryDefinitionTypenull.@Nonnull public ParameterType createParameterType()
ParameterTypenull.@Nonnull public StringQueryExpressionType createStringQueryExpressionType()
StringQueryExpressionTypenull.@Nonnull public XMLQueryExpressionType createXMLQueryExpressionType()
XMLQueryExpressionTypenull.@Nonnull public SubscriptionType createSubscriptionType()
SubscriptionTypenull.@Nonnull public DeliveryInfoType createDeliveryInfoType()
DeliveryInfoTypenull.@Nonnull public WorkflowActionType createWorkflowActionType()
WorkflowActionTypenull.@Nonnull public JAXBElement<RegistryObjectListType> createRegistryObjectList(@Nullable RegistryObjectListType value)
value - Java instance representing xml element's value.JAXBElement<RegistryObjectListType> The created JAXBElement and never null.@Nonnull public JAXBElement<ObjectRefListType> createObjectRefList(@Nullable ObjectRefListType value)
value - Java instance representing xml element's value.JAXBElement<ObjectRefListType> The created JAXBElement and never null.@Nonnull public JAXBElement<ObjectRefType> createObjectRef(@Nullable ObjectRefType value)
value - Java instance representing xml element's value.JAXBElement<ObjectRefType> The created JAXBElement and never null.@Nonnull public JAXBElement<RegistryObjectType> createRegistryObject(@Nullable RegistryObjectType value)
value - Java instance representing xml element's value.JAXBElement<RegistryObjectType> The created JAXBElement and never null.@Nonnull public JAXBElement<IdentifiableListType> createIdentifiableList(@Nullable IdentifiableListType value)
value - Java instance representing xml element's value.JAXBElement<IdentifiableListType> The created JAXBElement and never null.@Nonnull public JAXBElement<NotificationType> createNotification(@Nullable NotificationType value)
value - Java instance representing xml element's value.JAXBElement<NotificationType> The created JAXBElement and never null.Copyright © 2020 TOOP. All rights reserved.