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.apache.openjeb.jee.bval
|
public ObjectFactory()
public ValidationConfigType createValidationConfigType()
ValidationConfigTypepublic AnnotationType createAnnotationType()
AnnotationTypepublic ValidatedByType createValidatedByType()
ValidatedByTypepublic ConstraintDefinitionType createConstraintDefinitionType()
ConstraintDefinitionTypepublic GroupsType createGroupsType()
GroupsTypepublic ConstraintMappingsType createConstraintMappingsType()
ConstraintMappingsTypepublic PayloadType createPayloadType()
PayloadTypepublic ElementType createElementType()
ElementTypepublic GroupSequenceType createGroupSequenceType()
GroupSequenceTypepublic PropertyType createPropertyType()
PropertyTypepublic ConstraintType createConstraintType()
ConstraintTypepublic GetterType createGetterType()
GetterTypepublic JAXBElement<String> createPayloadTypeValue(String value)
public JAXBElement<AnnotationType> createElementTypeAnnotation(AnnotationType value)
public JAXBElement<String> createElementTypeValue(String value)
public JAXBElement<ValidationConfigType> createValidationConfig(ValidationConfigType value)
public JAXBElement<ConstraintMappingsType> createConstraintMappings(ConstraintMappingsType value)
public JAXBElement<String> createValidationConfigTypeConstraintMapping(String value)
public JAXBElement<String> createGroupSequenceTypeValue(String value)
public JAXBElement<String> createValidatedByTypeValue(String value)
public JAXBElement<String> createGroupsTypeValue(String value)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.