Class ObjectFactory
java.lang.Object
de.hybris.platform.validation.internal.xml.binding.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the de.hybris.platform.validation.internal.xml.binding 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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.hybris.platform.validation.internal.xml.binding -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAnnotationTypeCreate an instance ofBeanTypeCreate an instance ofClassTypeCreate an instance ofConstraintDefinitionTypejavax.xml.bind.JAXBElement<ConstraintMappingsType>Create an instance ofConstraintMappingsTypeCreate an instance ofConstraintTypeCreate an instance ofConstructorTypeCreate an instance ofContainerElementTypeTypeCreate an instance ofCrossParameterTypeCreate an instance ofDefaultValidatedExecutableTypesTypeCreate an instance ofElementTypejavax.xml.bind.JAXBElement<AnnotationType>javax.xml.bind.JAXBElement<String>createElementTypeValue(String value) Create an instance ofExecutableValidationTypeCreate an instance ofFieldTypeCreate an instance ofGetterTypeCreate an instance ofGroupConversionTypeCreate an instance ofGroupSequenceTypeCreate an instance ofGroupsTypeCreate an instance ofMethodTypeCreate an instance ofParameterTypeCreate an instance ofPayloadTypeCreate an instance ofPropertyTypeCreate an instance ofReturnValueTypeCreate an instance ofValidatedByTypejavax.xml.bind.JAXBElement<ValidationConfigType>Create an instance ofValidationConfigType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.hybris.platform.validation.internal.xml.binding
-
-
Method Details
-
createValidationConfigType
Create an instance ofValidationConfigType -
createExecutableValidationType
Create an instance ofExecutableValidationType -
createDefaultValidatedExecutableTypesType
Create an instance ofDefaultValidatedExecutableTypesType -
createPropertyType
Create an instance ofPropertyType -
createConstraintMappingsType
Create an instance ofConstraintMappingsType -
createPayloadType
Create an instance ofPayloadType -
createGroupsType
Create an instance ofGroupsType -
createGroupSequenceType
Create an instance ofGroupSequenceType -
createGroupConversionType
Create an instance ofGroupConversionType -
createValidatedByType
Create an instance ofValidatedByType -
createConstraintType
Create an instance ofConstraintType -
createElementType
Create an instance ofElementType -
createContainerElementTypeType
Create an instance ofContainerElementTypeType -
createClassType
Create an instance ofClassType -
createBeanType
Create an instance ofBeanType -
createAnnotationType
Create an instance ofAnnotationType -
createGetterType
Create an instance ofGetterType -
createMethodType
Create an instance ofMethodType -
createConstructorType
Create an instance ofConstructorType -
createParameterType
Create an instance ofParameterType -
createReturnValueType
Create an instance ofReturnValueType -
createCrossParameterType
Create an instance ofCrossParameterType -
createConstraintDefinitionType
Create an instance ofConstraintDefinitionType -
createFieldType
Create an instance ofFieldType -
createValidationConfig
public javax.xml.bind.JAXBElement<ValidationConfigType> createValidationConfig(ValidationConfigType value) -
createConstraintMappings
public javax.xml.bind.JAXBElement<ConstraintMappingsType> createConstraintMappings(ConstraintMappingsType value) -
createElementTypeValue
-
createElementTypeAnnotation
-