Package org.apache.openejb.jee.bval
Class ObjectFactory
- java.lang.Object
-
- org.apache.openejb.jee.bval.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.bval.jsr.xml package.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 Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.bval.jsr.xml
-
Method Summary
-
-
-
Method Detail
-
createMethodType
public MethodType createMethodType()
Create an instance ofMethodType
-
createCrossParameterType
public CrossParameterType createCrossParameterType()
Create an instance ofCrossParameterType
-
createParameterType
public ParameterType createParameterType()
Create an instance ofParameterType
-
createGroupSequenceType
public GroupSequenceType createGroupSequenceType()
Create an instance ofGroupSequenceType
-
createGetterType
public GetterType createGetterType()
Create an instance ofGetterType
-
createGroupConversionType
public GroupConversionType createGroupConversionType()
Create an instance ofGroupConversionType
-
createGroupsType
public GroupsType createGroupsType()
Create an instance ofGroupsType
-
createConstraintMappingsType
public ConstraintMappingsType createConstraintMappingsType()
Create an instance ofConstraintMappingsType
-
createValidationConfigType
public ValidationConfigType createValidationConfigType()
Create an instance ofValidationConfigType
-
createPayloadType
public PayloadType createPayloadType()
Create an instance ofPayloadType
-
createConstraintDefinitionType
public ConstraintDefinitionType createConstraintDefinitionType()
Create an instance ofConstraintDefinitionType
-
createExecutableValidationType
public ExecutableValidationType createExecutableValidationType()
Create an instance ofExecutableValidationType
-
createPropertyType
public PropertyType createPropertyType()
Create an instance ofPropertyType
-
createAnnotationType
public AnnotationType createAnnotationType()
Create an instance ofAnnotationType
-
createConstraintType
public ConstraintType createConstraintType()
Create an instance ofConstraintType
-
createReturnValueType
public ReturnValueType createReturnValueType()
Create an instance ofReturnValueType
-
createConstructorType
public ConstructorType createConstructorType()
Create an instance ofConstructorType
-
createElementType
public ElementType createElementType()
Create an instance ofElementType
-
createDefaultValidatedExecutableTypesType
public DefaultValidatedExecutableTypesType createDefaultValidatedExecutableTypesType()
Create an instance ofDefaultValidatedExecutableTypesType
-
createValidatedByType
public ValidatedByType createValidatedByType()
Create an instance ofValidatedByType
-
createValidationConfig
public jakarta.xml.bind.JAXBElement<ValidationConfigType> createValidationConfig(ValidationConfigType value)
-
createConstraintMappings
public jakarta.xml.bind.JAXBElement<ConstraintMappingsType> createConstraintMappings(ConstraintMappingsType value)
-
createElementTypeAnnotation
public jakarta.xml.bind.JAXBElement<AnnotationType> createElementTypeAnnotation(AnnotationType value)
-
-