org.hibernate.validator.xml
Class ObjectFactory

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

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.validator.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.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
 javax.xml.bind.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
 ElementType createElementType()
          Create an instance of ElementType
 javax.xml.bind.JAXBElement<AnnotationType> createElementTypeAnnotation(AnnotationType value)
          Create an instance of JAXBElement<AnnotationType>}
 javax.xml.bind.JAXBElement<java.lang.String> createElementTypeValue(java.lang.String value)
          Create an instance of JAXBElement<String>}
 FieldType createFieldType()
          Create an instance of FieldType
 GetterType createGetterType()
          Create an instance of GetterType
 GroupSequenceType createGroupSequenceType()
          Create an instance of GroupSequenceType
 javax.xml.bind.JAXBElement<java.lang.String> createGroupSequenceTypeValue(java.lang.String value)
          Create an instance of JAXBElement<String>}
 GroupsType createGroupsType()
          Create an instance of GroupsType
 javax.xml.bind.JAXBElement<java.lang.String> createGroupsTypeValue(java.lang.String value)
          Create an instance of JAXBElement<String>}
 PayloadType createPayloadType()
          Create an instance of PayloadType
 javax.xml.bind.JAXBElement<java.lang.String> createPayloadTypeValue(java.lang.String value)
          Create an instance of JAXBElement<String>}
 PropertyType createPropertyType()
          Create an instance of PropertyType
 ValidatedByType createValidatedByType()
          Create an instance of ValidatedByType
 javax.xml.bind.JAXBElement<java.lang.String> createValidatedByTypeValue(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<ValidationConfigType> createValidationConfig(ValidationConfigType value)
          Create an instance of JAXBElement<ValidationConfigType>}
 ValidationConfigType createValidationConfigType()
          Create an instance of ValidationConfigType
 javax.xml.bind.JAXBElement<java.lang.String> createValidationConfigTypeConstraintMapping(java.lang.String value)
          Create an instance of JAXBElement<String>}
 
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.xml

Method Detail

createConstraintMappingsType

public ConstraintMappingsType createConstraintMappingsType()
Create an instance of ConstraintMappingsType


createFieldType

public FieldType createFieldType()
Create an instance of FieldType


createElementType

public ElementType createElementType()
Create an instance of ElementType


createValidatedByType

public ValidatedByType createValidatedByType()
Create an instance of ValidatedByType


createGetterType

public GetterType createGetterType()
Create an instance of GetterType


createClassType

public ClassType createClassType()
Create an instance of ClassType


createValidationConfigType

public ValidationConfigType createValidationConfigType()
Create an instance of ValidationConfigType


createPropertyType

public PropertyType createPropertyType()
Create an instance of PropertyType


createGroupSequenceType

public GroupSequenceType createGroupSequenceType()
Create an instance of GroupSequenceType


createPayloadType

public PayloadType createPayloadType()
Create an instance of PayloadType


createAnnotationType

public AnnotationType createAnnotationType()
Create an instance of AnnotationType


createConstraintType

public ConstraintType createConstraintType()
Create an instance of ConstraintType


createBeanType

public BeanType createBeanType()
Create an instance of BeanType


createConstraintDefinitionType

public ConstraintDefinitionType createConstraintDefinitionType()
Create an instance of ConstraintDefinitionType


createGroupsType

public GroupsType createGroupsType()
Create an instance of GroupsType


createGroupSequenceTypeValue

public javax.xml.bind.JAXBElement<java.lang.String> createGroupSequenceTypeValue(java.lang.String value)
Create an instance of JAXBElement<String>}


createPayloadTypeValue

public javax.xml.bind.JAXBElement<java.lang.String> createPayloadTypeValue(java.lang.String value)
Create an instance of JAXBElement<String>}


createElementTypeAnnotation

public javax.xml.bind.JAXBElement<AnnotationType> createElementTypeAnnotation(AnnotationType value)
Create an instance of JAXBElement<AnnotationType>}


createElementTypeValue

public javax.xml.bind.JAXBElement<java.lang.String> createElementTypeValue(java.lang.String value)
Create an instance of JAXBElement<String>}


createConstraintMappings

public javax.xml.bind.JAXBElement<ConstraintMappingsType> createConstraintMappings(ConstraintMappingsType value)
Create an instance of JAXBElement<ConstraintMappingsType>}


createValidationConfig

public javax.xml.bind.JAXBElement<ValidationConfigType> createValidationConfig(ValidationConfigType value)
Create an instance of JAXBElement<ValidationConfigType>}


createValidatedByTypeValue

public javax.xml.bind.JAXBElement<java.lang.String> createValidatedByTypeValue(java.lang.String value)
Create an instance of JAXBElement<String>}


createValidationConfigTypeConstraintMapping

public javax.xml.bind.JAXBElement<java.lang.String> createValidationConfigTypeConstraintMapping(java.lang.String value)
Create an instance of JAXBElement<String>}


createGroupsTypeValue

public javax.xml.bind.JAXBElement<java.lang.String> createGroupsTypeValue(java.lang.String value)
Create an instance of JAXBElement<String>}



Copyright © 2007-2009. All Rights Reserved.