org.hibernate.validator.internal.xml
Class ObjectFactory

java.lang.Object
  extended by org.hibernate.validator.internal.xml.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.validator.internal.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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.validator.internal.xml
 
Method Summary
 AnnotationType createAnnotationType()
          Create an instance of AnnotationType
 BeanType createBeanType()
          Create an instance of BeanType
 ClassType createClassType()
          Create an instance of ClassType
 ConstraintDefinitionType createConstraintDefinitionType()
          Create an instance of ConstraintDefinitionType
 JAXBElement<ConstraintMappingsType> createConstraintMappings(ConstraintMappingsType value)
          Create an instance of JAXBElement<ConstraintMappingsType>}
 ConstraintMappingsType createConstraintMappingsType()
          Create an instance of ConstraintMappingsType
 ConstraintType createConstraintType()
          Create an instance of ConstraintType
 ConstructorType createConstructorType()
          Create an instance of ConstructorType
 CrossParameterType createCrossParameterType()
          Create an instance of CrossParameterType
 ElementType createElementType()
          Create an instance of ElementType
 JAXBElement<AnnotationType> createElementTypeAnnotation(AnnotationType value)
          Create an instance of JAXBElement<AnnotationType>}
 JAXBElement<String> createElementTypeValue(String value)
          Create an instance of JAXBElement<String>}
 FieldType createFieldType()
          Create an instance of FieldType
 GetterType createGetterType()
          Create an instance of GetterType
 GroupConversionType createGroupConversionType()
          Create an instance of GroupConversionType
 GroupSequenceType createGroupSequenceType()
          Create an instance of GroupSequenceType
 GroupsType createGroupsType()
          Create an instance of GroupsType
 MethodType createMethodType()
          Create an instance of MethodType
 ParameterType createParameterType()
          Create an instance of ParameterType
 PayloadType createPayloadType()
          Create an instance of PayloadType
 PropertyType createPropertyType()
          Create an instance of PropertyType
 ReturnValueType createReturnValueType()
          Create an instance of ReturnValueType
 ValidatedByType createValidatedByType()
          Create an instance of ValidatedByType
 ValidatedExecutablesType createValidatedExecutablesType()
          Create an instance of ValidatedExecutablesType
 JAXBElement<ValidationConfigType> createValidationConfig(ValidationConfigType value)
          Create an instance of JAXBElement<ValidationConfigType>}
 ValidationConfigType createValidationConfigType()
          Create an instance of ValidationConfigType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.validator.internal.xml

Method Detail

createParameterType

public ParameterType createParameterType()
Create an instance of ParameterType


createElementType

public ElementType createElementType()
Create an instance of ElementType


createPropertyType

public PropertyType createPropertyType()
Create an instance of PropertyType


createValidationConfigType

public ValidationConfigType createValidationConfigType()
Create an instance of ValidationConfigType


createAnnotationType

public AnnotationType createAnnotationType()
Create an instance of AnnotationType


createMethodType

public MethodType createMethodType()
Create an instance of MethodType


createCrossParameterType

public CrossParameterType createCrossParameterType()
Create an instance of CrossParameterType


createValidatedByType

public ValidatedByType createValidatedByType()
Create an instance of ValidatedByType


createBeanType

public BeanType createBeanType()
Create an instance of BeanType


createGroupsType

public GroupsType createGroupsType()
Create an instance of GroupsType


createPayloadType

public PayloadType createPayloadType()
Create an instance of PayloadType


createGroupConversionType

public GroupConversionType createGroupConversionType()
Create an instance of GroupConversionType


createGroupSequenceType

public GroupSequenceType createGroupSequenceType()
Create an instance of GroupSequenceType


createFieldType

public FieldType createFieldType()
Create an instance of FieldType


createReturnValueType

public ReturnValueType createReturnValueType()
Create an instance of ReturnValueType


createValidatedExecutablesType

public ValidatedExecutablesType createValidatedExecutablesType()
Create an instance of ValidatedExecutablesType


createConstructorType

public ConstructorType createConstructorType()
Create an instance of ConstructorType


createClassType

public ClassType createClassType()
Create an instance of ClassType


createConstraintMappingsType

public ConstraintMappingsType createConstraintMappingsType()
Create an instance of ConstraintMappingsType


createConstraintDefinitionType

public ConstraintDefinitionType createConstraintDefinitionType()
Create an instance of ConstraintDefinitionType


createConstraintType

public ConstraintType createConstraintType()
Create an instance of ConstraintType


createGetterType

public GetterType createGetterType()
Create an instance of GetterType


createValidationConfig

public JAXBElement<ValidationConfigType> createValidationConfig(ValidationConfigType value)
Create an instance of JAXBElement<ValidationConfigType>}


createConstraintMappings

public JAXBElement<ConstraintMappingsType> createConstraintMappings(ConstraintMappingsType value)
Create an instance of JAXBElement<ConstraintMappingsType>}


createElementTypeAnnotation

public JAXBElement<AnnotationType> createElementTypeAnnotation(AnnotationType value)
Create an instance of JAXBElement<AnnotationType>}


createElementTypeValue

public JAXBElement<String> createElementTypeValue(String value)
Create an instance of JAXBElement<String>}



Copyright © 2007-2013 Red Hat Middleware, LLC. All Rights Reserved