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: org.plasma.xml.schema
|
public ObjectFactory()
public SimpleExplicitGroup createSimpleExplicitGroup()
SimpleExplicitGrouppublic AttributeGroupRef createAttributeGroupRef()
AttributeGroupRefpublic LocalElement createLocalElement()
LocalElementpublic NoFixedFacet createNoFixedFacet()
NoFixedFacetpublic Restriction createRestriction()
Restrictionpublic ComplexContent createComplexContent()
ComplexContentpublic LocalSimpleType createLocalSimpleType()
LocalSimpleTypepublic ExplicitGroup createExplicitGroup()
ExplicitGrouppublic ComplexType createComplexType()
ComplexTypepublic ExtensionType createExtensionType()
ExtensionTypepublic SimpleRestrictionType createSimpleRestrictionType()
SimpleRestrictionTypepublic NarrowMaxMin createNarrowMaxMin()
NarrowMaxMinpublic SimpleContent createSimpleContent()
SimpleContentpublic LocalComplexType createLocalComplexType()
LocalComplexTypepublic WhiteSpace createWhiteSpace()
WhiteSpacepublic TotalDigits createTotalDigits()
TotalDigitspublic Enumeration createEnumeration()
Enumerationpublic AttributeGroup createAttributeGroup()
AttributeGrouppublic SimpleType createSimpleType()
SimpleTypepublic RestrictionType createRestrictionType()
RestrictionTypepublic TopLevelAttributeType createTopLevelAttributeType()
TopLevelAttributeTypepublic Documentation createDocumentation()
Documentationpublic SimpleExtensionType createSimpleExtensionType()
SimpleExtensionTypepublic Annotation createAnnotation()
Annotationpublic ComplexRestrictionType createComplexRestrictionType()
ComplexRestrictionTypepublic jakarta.xml.bind.JAXBElement<ExplicitGroup> createSequence(ExplicitGroup value)
public jakarta.xml.bind.JAXBElement<ExplicitGroup> createChoice(ExplicitGroup value)
public jakarta.xml.bind.JAXBElement<NumFacet> createFractionDigits(NumFacet value)
public jakarta.xml.bind.JAXBElement<LocalElement> createAbstractGroupElement(LocalElement value)
Copyright © 2023. All rights reserved.