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: xuml.tools.miuml.metamodel.jaxb
|
public ObjectFactory()
public ModeledDomain createModeledDomain()
ModeledDomain
public RealizedDomain createRealizedDomain()
RealizedDomain
public SpanningElement createSpanningElement()
SpanningElement
public SubsystemElement createSubsystemElement()
SubsystemElement
public Relationship createRelationship()
Relationship
public NativeAttribute createNativeAttribute()
NativeAttribute
public ReferentialAttribute createReferentialAttribute()
ReferentialAttribute
public IndependentAttribute createIndependentAttribute()
IndependentAttribute
public DerivedAttribute createDerivedAttribute()
DerivedAttribute
public Identifier createIdentifier()
Identifier
public ModeledIdentifier createModeledIdentifier()
ModeledIdentifier
public RequiredReferentialIdentifier createRequiredReferentialIdentifier()
RequiredReferentialIdentifier
public Generalization createGeneralization()
Generalization
public Association createAssociation()
Association
public UnaryAssociation createUnaryAssociation()
UnaryAssociation
public BinaryAssociation createBinaryAssociation()
BinaryAssociation
public Perspective createPerspective()
Perspective
public SymmetricPerspective createSymmetricPerspective()
SymmetricPerspective
public AsymmetricPerspective createAsymmetricPerspective()
AsymmetricPerspective
public ActivePerspective createActivePerspective()
ActivePerspective
public PassivePerspective createPassivePerspective()
PassivePerspective
public AssociativeReference createAssociativeReference()
AssociativeReference
public ToOneReference createToOneReference()
ToOneReference
public GeneralizationReference createGeneralizationReference()
GeneralizationReference
public SpecializationReference createSpecializationReference()
SpecializationReference
public ConstrainedType createConstrainedType()
ConstrainedType
public AtomicType createAtomicType()
AtomicType
public StructuredType createStructuredType()
StructuredType
public BooleanType createBooleanType()
BooleanType
public IntegerType createIntegerType()
IntegerType
public RationalType createRationalType()
RationalType
public EnumeratedType createEnumeratedType()
EnumeratedType
public SymbolicType createSymbolicType()
SymbolicType
public Destination createDestination()
Destination
public DeletionPseudoState createDeletionPseudoState()
DeletionPseudoState
public StateModel createStateModel()
StateModel
public CreationEvent createCreationEvent()
CreationEvent
public LocalEffectiveSignalingEvent createLocalEffectiveSignalingEvent()
LocalEffectiveSignalingEvent
public StateModelSignature createStateModelSignature()
StateModelSignature
public EventSignature createEventSignature()
EventSignature
public StateSignature createStateSignature()
StateSignature
public ConstrainedLoop createConstrainedLoop()
ConstrainedLoop
public DomainBuildSpecification createDomainBuildSpecification()
DomainBuildSpecification
public IdentifierAttribute createIdentifierAttribute()
IdentifierAttribute
public UnconstrainedType createUnconstrainedType()
UnconstrainedType
public EventResponse createEventResponse()
EventResponse
public Transition createTransition()
Transition
public StateModelParameter createStateModelParameter()
StateModelParameter
public jakarta.xml.bind.JAXBElement<Domains> createDomains(Domains value)
value
- Java instance representing xml element's value.JAXBElement
<
Domains
>
public jakarta.xml.bind.JAXBElement<Domain> createDomain(Domain value)
value
- Java instance representing xml element's value.JAXBElement
<
Domain
>
public jakarta.xml.bind.JAXBElement<ModeledDomain> createModeledDomain(ModeledDomain value)
value
- Java instance representing xml element's value.JAXBElement
<
ModeledDomain
>
public jakarta.xml.bind.JAXBElement<RealizedDomain> createRealizedDomain(RealizedDomain value)
value
- Java instance representing xml element's value.JAXBElement
<
RealizedDomain
>
public jakarta.xml.bind.JAXBElement<Element> createElement(Element value)
value
- Java instance representing xml element's value.JAXBElement
<
Element
>
public jakarta.xml.bind.JAXBElement<SpanningElement> createSpanningElement(SpanningElement value)
value
- Java instance representing xml element's value.JAXBElement
<
SpanningElement
>
public jakarta.xml.bind.JAXBElement<SubsystemElement> createSubsystemElement(SubsystemElement value)
value
- Java instance representing xml element's value.JAXBElement
<
SubsystemElement
>
public jakarta.xml.bind.JAXBElement<Relationship> createRelationship(Relationship value)
value
- Java instance representing xml element's value.JAXBElement
<
Relationship
>
public jakarta.xml.bind.JAXBElement<Class> createClass(Class value)
value
- Java instance representing xml element's value.JAXBElement
<
Class
>
public jakarta.xml.bind.JAXBElement<Attribute> createAttribute(Attribute value)
value
- Java instance representing xml element's value.JAXBElement
<
Attribute
>
public jakarta.xml.bind.JAXBElement<NativeAttribute> createNativeAttribute(NativeAttribute value)
value
- Java instance representing xml element's value.JAXBElement
<
NativeAttribute
>
public jakarta.xml.bind.JAXBElement<ReferentialAttribute> createReferentialAttribute(ReferentialAttribute value)
value
- Java instance representing xml element's value.JAXBElement
<
ReferentialAttribute
>
public jakarta.xml.bind.JAXBElement<IndependentAttribute> createIndependentAttribute(IndependentAttribute value)
value
- Java instance representing xml element's value.JAXBElement
<
IndependentAttribute
>
public jakarta.xml.bind.JAXBElement<DerivedAttribute> createDerivedAttribute(DerivedAttribute value)
value
- Java instance representing xml element's value.JAXBElement
<
DerivedAttribute
>
public jakarta.xml.bind.JAXBElement<Identifier> createIdentifier(Identifier value)
value
- Java instance representing xml element's value.JAXBElement
<
Identifier
>
public jakarta.xml.bind.JAXBElement<ModeledIdentifier> createModeledIdentifier(ModeledIdentifier value)
value
- Java instance representing xml element's value.JAXBElement
<
ModeledIdentifier
>
public jakarta.xml.bind.JAXBElement<RequiredReferentialIdentifier> createRequiredReferentialIdentifier(RequiredReferentialIdentifier value)
value
- Java instance representing xml element's value.JAXBElement
<
RequiredReferentialIdentifier
>
public jakarta.xml.bind.JAXBElement<Generalization> createGeneralization(Generalization value)
value
- Java instance representing xml element's value.JAXBElement
<
Generalization
>
public jakarta.xml.bind.JAXBElement<Association> createAssociation(Association value)
value
- Java instance representing xml element's value.JAXBElement
<
Association
>
public jakarta.xml.bind.JAXBElement<UnaryAssociation> createUnaryAssociation(UnaryAssociation value)
value
- Java instance representing xml element's value.JAXBElement
<
UnaryAssociation
>
public jakarta.xml.bind.JAXBElement<BinaryAssociation> createBinaryAssociation(BinaryAssociation value)
value
- Java instance representing xml element's value.JAXBElement
<
BinaryAssociation
>
public jakarta.xml.bind.JAXBElement<Perspective> createPerspective(Perspective value)
value
- Java instance representing xml element's value.JAXBElement
<
Perspective
>
public jakarta.xml.bind.JAXBElement<SymmetricPerspective> createSymmetricPerspective(SymmetricPerspective value)
value
- Java instance representing xml element's value.JAXBElement
<
SymmetricPerspective
>
public jakarta.xml.bind.JAXBElement<AsymmetricPerspective> createAsymmetricPerspective(AsymmetricPerspective value)
value
- Java instance representing xml element's value.JAXBElement
<
AsymmetricPerspective
>
public jakarta.xml.bind.JAXBElement<ActivePerspective> createActivePerspective(ActivePerspective value)
value
- Java instance representing xml element's value.JAXBElement
<
ActivePerspective
>
public jakarta.xml.bind.JAXBElement<PassivePerspective> createPassivePerspective(PassivePerspective value)
value
- Java instance representing xml element's value.JAXBElement
<
PassivePerspective
>
public jakarta.xml.bind.JAXBElement<Reference> createReference(Reference value)
value
- Java instance representing xml element's value.JAXBElement
<
Reference
>
public jakarta.xml.bind.JAXBElement<AssociativeReference> createAssociativeReference(AssociativeReference value)
value
- Java instance representing xml element's value.JAXBElement
<
AssociativeReference
>
public jakarta.xml.bind.JAXBElement<ToOneReference> createToOneReference(ToOneReference value)
value
- Java instance representing xml element's value.JAXBElement
<
ToOneReference
>
public jakarta.xml.bind.JAXBElement<GeneralizationReference> createGeneralizationReference(GeneralizationReference value)
value
- Java instance representing xml element's value.JAXBElement
<
GeneralizationReference
>
public jakarta.xml.bind.JAXBElement<SpecializationReference> createSpecializationReference(SpecializationReference value)
value
- Java instance representing xml element's value.JAXBElement
<
SpecializationReference
>
public jakarta.xml.bind.JAXBElement<Type> createType(Type value)
value
- Java instance representing xml element's value.JAXBElement
<
Type
>
public jakarta.xml.bind.JAXBElement<ConstrainedType> createConstrainedType(ConstrainedType value)
value
- Java instance representing xml element's value.JAXBElement
<
ConstrainedType
>
public jakarta.xml.bind.JAXBElement<ConstrainedType> createUnconstrainedType(ConstrainedType value)
value
- Java instance representing xml element's value.JAXBElement
<
ConstrainedType
>
public jakarta.xml.bind.JAXBElement<AtomicType> createAtomicType(AtomicType value)
value
- Java instance representing xml element's value.JAXBElement
<
AtomicType
>
public jakarta.xml.bind.JAXBElement<StructuredType> createStructuredType(StructuredType value)
value
- Java instance representing xml element's value.JAXBElement
<
StructuredType
>
public jakarta.xml.bind.JAXBElement<Member> createMember(Member value)
value
- Java instance representing xml element's value.JAXBElement
<
Member
>
public jakarta.xml.bind.JAXBElement<Structure> createStructure(Structure value)
value
- Java instance representing xml element's value.JAXBElement
<
Structure
>
public jakarta.xml.bind.JAXBElement<Field> createField(Field value)
value
- Java instance representing xml element's value.JAXBElement
<
Field
>
public jakarta.xml.bind.JAXBElement<BooleanType> createBooleanType(BooleanType value)
value
- Java instance representing xml element's value.JAXBElement
<
BooleanType
>
public jakarta.xml.bind.JAXBElement<IntegerType> createIntegerType(IntegerType value)
value
- Java instance representing xml element's value.JAXBElement
<
IntegerType
>
public jakarta.xml.bind.JAXBElement<RealType> createRealType(RealType value)
value
- Java instance representing xml element's value.JAXBElement
<
RealType
>
public jakarta.xml.bind.JAXBElement<RationalType> createRationalType(RationalType value)
value
- Java instance representing xml element's value.JAXBElement
<
RationalType
>
public jakarta.xml.bind.JAXBElement<EnumeratedType> createEnumeratedType(EnumeratedType value)
value
- Java instance representing xml element's value.JAXBElement
<
EnumeratedType
>
public jakarta.xml.bind.JAXBElement<SymbolicType> createSymbolicType(SymbolicType value)
value
- Java instance representing xml element's value.JAXBElement
<
SymbolicType
>
public jakarta.xml.bind.JAXBElement<Destination> createDestination(Destination value)
value
- Java instance representing xml element's value.JAXBElement
<
Destination
>
public jakarta.xml.bind.JAXBElement<State> createState(State value)
value
- Java instance representing xml element's value.JAXBElement
<
State
>
public jakarta.xml.bind.JAXBElement<DeletionPseudoState> createDeletionPseudoState(DeletionPseudoState value)
value
- Java instance representing xml element's value.JAXBElement
<
DeletionPseudoState
>
public jakarta.xml.bind.JAXBElement<StateModel> createStateModel(StateModel value)
value
- Java instance representing xml element's value.JAXBElement
<
StateModel
>
public jakarta.xml.bind.JAXBElement<Lifecycle> createLifecycle(Lifecycle value)
value
- Java instance representing xml element's value.JAXBElement
<
Lifecycle
>
public jakarta.xml.bind.JAXBElement<Assigner> createAssigner(Assigner value)
value
- Java instance representing xml element's value.JAXBElement
<
Assigner
>
public jakarta.xml.bind.JAXBElement<Event> createEvent(Event value)
value
- Java instance representing xml element's value.JAXBElement
<
Event
>
public jakarta.xml.bind.JAXBElement<CreationEvent> createCreationEvent(CreationEvent value)
value
- Java instance representing xml element's value.JAXBElement
<
CreationEvent
>
public jakarta.xml.bind.JAXBElement<LocalEffectiveSignalingEvent> createLocalEffectiveSignalingEvent(LocalEffectiveSignalingEvent value)
value
- Java instance representing xml element's value.JAXBElement
<
LocalEffectiveSignalingEvent
>
public jakarta.xml.bind.JAXBElement<StateModelSignature> createStateModelSignature(StateModelSignature value)
value
- Java instance representing xml element's value.JAXBElement
<
StateModelSignature
>
public jakarta.xml.bind.JAXBElement<EventSignature> createEventSignature(EventSignature value)
value
- Java instance representing xml element's value.JAXBElement
<
EventSignature
>
public jakarta.xml.bind.JAXBElement<StateSignature> createStateSignature(StateSignature value)
value
- Java instance representing xml element's value.JAXBElement
<
StateSignature
>
Copyright © 2012–2022. All rights reserved.