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: io.fixprotocol._2020.orchestra.repository
|
public ObjectFactory()
public FieldRuleType createFieldRuleType()
FieldRuleTypepublic MessageType createMessageType()
MessageTypepublic MappedDatatype createMappedDatatype()
MappedDatatypepublic Categories createCategories()
Categoriespublic CategoryType createCategoryType()
CategoryTypepublic CodeSetType createCodeSetType()
CodeSetTypepublic Components createComponents()
Componentspublic ComponentType createComponentType()
ComponentTypepublic ConceptType createConceptType()
ConceptTypepublic Annotation createAnnotation()
Annotationpublic Repository createRepository()
Repositorypublic SectionType createSectionType()
SectionTypepublic ActionType createActionType()
ActionTypepublic BlockAssignmentType createBlockAssignmentType()
BlockAssignmentTypepublic ComponentRefType createComponentRefType()
ComponentRefTypepublic ComponentRuleType createComponentRuleType()
ComponentRuleTypepublic Documentation createDocumentation()
Documentationpublic FieldRefType createFieldRefType()
FieldRefTypepublic GroupRefType createGroupRefType()
GroupRefTypepublic IdentifiersType createIdentifiersType()
IdentifiersTypepublic IdentifierType createIdentifierType()
IdentifierTypepublic MessageRefType createMessageRefType()
MessageRefTypepublic ResponseType createResponseType()
ResponseTypepublic StateMachineType createStateMachineType()
StateMachineTypepublic TimerSchedule createTimerSchedule()
TimerSchedulepublic TransitionType createTransitionType()
TransitionTypepublic TriggerType createTriggerType()
TriggerTypepublic FieldRuleType.Unique createFieldRuleTypeUnique()
FieldRuleType.Uniquepublic MessageType.Structure createMessageTypeStructure()
MessageType.Structurepublic MessageType.Responses createMessageTypeResponses()
MessageType.Responsespublic MappedDatatype.Extension createMappedDatatypeExtension()
MappedDatatype.Extensionpublic JAXBElement<IdentifierType> createIdentifiersTypeCorrelate(IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType>public JAXBElement<IdentifierType> createIdentifiersTypeAssign(IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType>Copyright © 2016–2020 FIX Trading Community. All rights reserved.