|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.validator.xml.ObjectFactory
public class ObjectFactory
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 |
|---|
public ObjectFactory()
| Method Detail |
|---|
public ConstraintMappingsType createConstraintMappingsType()
ConstraintMappingsType
public FieldType createFieldType()
FieldType
public ElementType createElementType()
ElementType
public ValidatedByType createValidatedByType()
ValidatedByType
public GetterType createGetterType()
GetterType
public ClassType createClassType()
ClassType
public ValidationConfigType createValidationConfigType()
ValidationConfigType
public PropertyType createPropertyType()
PropertyType
public GroupSequenceType createGroupSequenceType()
GroupSequenceType
public PayloadType createPayloadType()
PayloadType
public AnnotationType createAnnotationType()
AnnotationType
public ConstraintType createConstraintType()
ConstraintType
public BeanType createBeanType()
BeanType
public ConstraintDefinitionType createConstraintDefinitionType()
ConstraintDefinitionType
public GroupsType createGroupsType()
GroupsType
public javax.xml.bind.JAXBElement<java.lang.String> createGroupSequenceTypeValue(java.lang.String value)
JAXBElement<String>}
public javax.xml.bind.JAXBElement<java.lang.String> createPayloadTypeValue(java.lang.String value)
JAXBElement<String>}
public javax.xml.bind.JAXBElement<AnnotationType> createElementTypeAnnotation(AnnotationType value)
JAXBElement<AnnotationType>}
public javax.xml.bind.JAXBElement<java.lang.String> createElementTypeValue(java.lang.String value)
JAXBElement<String>}
public javax.xml.bind.JAXBElement<ConstraintMappingsType> createConstraintMappings(ConstraintMappingsType value)
JAXBElement<ConstraintMappingsType>}
public javax.xml.bind.JAXBElement<ValidationConfigType> createValidationConfig(ValidationConfigType value)
JAXBElement<ValidationConfigType>}
public javax.xml.bind.JAXBElement<java.lang.String> createValidatedByTypeValue(java.lang.String value)
JAXBElement<String>}
public javax.xml.bind.JAXBElement<java.lang.String> createValidationConfigTypeConstraintMapping(java.lang.String value)
JAXBElement<String>}
public javax.xml.bind.JAXBElement<java.lang.String> createGroupsTypeValue(java.lang.String value)
JAXBElement<String>}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||