public class ObjectFactory
extends java.lang.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: de.hybris.platform.dataservicesbackoffice.dto.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 NoFixedFacet createNoFixedFacet()
NoFixedFacetpublic ComplexContent createComplexContent()
ComplexContentpublic ComplexRestrictionType createComplexRestrictionType()
ComplexRestrictionTypepublic ExtensionType createExtensionType()
ExtensionTypepublic WhiteSpace createWhiteSpace()
WhiteSpacepublic TotalDigits createTotalDigits()
TotalDigitspublic LocalSimpleType createLocalSimpleType()
LocalSimpleTypepublic ExplicitGroup createExplicitGroup()
ExplicitGrouppublic SimpleContent createSimpleContent()
SimpleContentpublic SimpleRestrictionType createSimpleRestrictionType()
SimpleRestrictionTypepublic SimpleExtensionType createSimpleExtensionType()
SimpleExtensionTypepublic Restriction createRestriction()
Restrictionpublic LocalElement createLocalElement()
LocalElementpublic RestrictionType createRestrictionType()
RestrictionTypepublic LocalComplexType createLocalComplexType()
LocalComplexTypepublic SimpleExplicitGroup createSimpleExplicitGroup()
SimpleExplicitGrouppublic NarrowMaxMin createNarrowMaxMin()
NarrowMaxMinpublic AttributeGroupRef createAttributeGroupRef()
AttributeGroupRefpublic javax.xml.bind.JAXBElement<NumFacet> createFractionDigits(NumFacet value)
public javax.xml.bind.JAXBElement<TopLevelSimpleType> createSimpleType(TopLevelSimpleType value)
public javax.xml.bind.JAXBElement<TopLevelComplexType> createComplexType(TopLevelComplexType value)
public javax.xml.bind.JAXBElement<NamedAttributeGroup> createAttributeGroup(NamedAttributeGroup value)
public javax.xml.bind.JAXBElement<TopLevelAttribute> createAttribute(TopLevelAttribute value)
public javax.xml.bind.JAXBElement<NoFixedFacet> createEnumeration(NoFixedFacet value)
public javax.xml.bind.JAXBElement<ExplicitGroup> createChoice(ExplicitGroup value)
public javax.xml.bind.JAXBElement<NamedGroup> createGroup(NamedGroup value)
public javax.xml.bind.JAXBElement<TopLevelElement> createElement(TopLevelElement value)
public javax.xml.bind.JAXBElement<ExplicitGroup> createSequence(ExplicitGroup value)
public javax.xml.bind.JAXBElement<LocalElement> createGroupElement(LocalElement value)
Copyright © 2018 SAP SE. All Rights Reserved.