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.ow2.easywsdl.schema.org.w3._2001.xmlschema
|
public ObjectFactory()
public Annotation createAnnotation()
Annotationpublic Documentation createDocumentation()
Documentationpublic TopLevelSimpleType createTopLevelSimpleType()
TopLevelSimpleTypepublic TopLevelComplexType createTopLevelComplexType()
TopLevelComplexTypepublic NamedGroup createNamedGroup()
NamedGrouppublic NamedAttributeGroup createNamedAttributeGroup()
NamedAttributeGrouppublic TopLevelElement createTopLevelElement()
TopLevelElementpublic TopLevelAttribute createTopLevelAttribute()
TopLevelAttributepublic ComplexContent createComplexContent()
ComplexContentpublic ComplexRestrictionType createComplexRestrictionType()
ComplexRestrictionTypepublic ExtensionType createExtensionType()
ExtensionTypepublic SimpleContent createSimpleContent()
SimpleContentpublic SimpleRestrictionType createSimpleRestrictionType()
SimpleRestrictionTypepublic SimpleExtensionType createSimpleExtensionType()
SimpleExtensionTypepublic ExplicitGroup createExplicitGroup()
ExplicitGrouppublic Restriction createRestriction()
Restrictionpublic LocalSimpleType createLocalSimpleType()
LocalSimpleTypepublic TotalDigits createTotalDigits()
TotalDigitspublic NoFixedFacet createNoFixedFacet()
NoFixedFacetpublic WhiteSpace createWhiteSpace()
WhiteSpacepublic LocalComplexType createLocalComplexType()
LocalComplexTypepublic RestrictionType createRestrictionType()
RestrictionTypepublic LocalElement createLocalElement()
LocalElementpublic SimpleExplicitGroup createSimpleExplicitGroup()
SimpleExplicitGrouppublic NarrowMaxMin createNarrowMaxMin()
NarrowMaxMinpublic AttributeGroupRef createAttributeGroupRef()
AttributeGroupRefpublic JAXBElement<TopLevelSimpleType> createSimpleType(TopLevelSimpleType value)
public JAXBElement<TopLevelComplexType> createComplexType(TopLevelComplexType value)
public JAXBElement<NamedGroup> createGroup(NamedGroup value)
public JAXBElement<NamedAttributeGroup> createAttributeGroup(NamedAttributeGroup value)
public JAXBElement<TopLevelElement> createElement(TopLevelElement value)
public JAXBElement<TopLevelAttribute> createAttribute(TopLevelAttribute value)
public JAXBElement<Wildcard> createAnyAttribute(Wildcard value)
public JAXBElement<All> createAll(All value)
public JAXBElement<ExplicitGroup> createChoice(ExplicitGroup value)
public JAXBElement<ExplicitGroup> createSequence(ExplicitGroup value)
public JAXBElement<Keybase> createUnique(Keybase value)
public JAXBElement<Keybase> createKey(Keybase value)
public JAXBElement<Facet> createMinExclusive(Facet value)
public JAXBElement<Facet> createMinInclusive(Facet value)
public JAXBElement<Facet> createMaxExclusive(Facet value)
public JAXBElement<Facet> createMaxInclusive(Facet value)
public JAXBElement<NumFacet> createFractionDigits(NumFacet value)
public JAXBElement<NumFacet> createLength(NumFacet value)
public JAXBElement<NumFacet> createMinLength(NumFacet value)
public JAXBElement<NumFacet> createMaxLength(NumFacet value)
public JAXBElement<NoFixedFacet> createEnumeration(NoFixedFacet value)
public JAXBElement<LocalElement> createGroupElement(LocalElement value)
public JAXBElement<GroupRef> createGroupGroup(GroupRef value)
Copyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.