Class ObjectFactory
java.lang.Object
com.evolveum.prism.xml.ns._public.types_3.ObjectFactory
- All Implemented Interfaces:
Serializable
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.evolveum.prism.xml.ns._public.types_3 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.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.evolveum.prism.xml.ns. -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofCipherDataTypeCreate an instance ofEncryptedDataTypeCreate an instance ofEncryptionMethodTypeCreate an instance ofExtensionCreate an instance ofItemDeltaTypeCreate an instance ofItemPathTypejakarta.xml.bind.JAXBElement<ItemPath>createItemPathType(ItemPath value) Create an instance ofKeyInfoTypejakarta.xml.bind.JAXBElement<ObjectType>createObject(ObjectType value) jakarta.xml.bind.JAXBElement<ObjectDeltaType>createObjectDelta(ObjectDeltaType value) Create an instance ofObjectDeltaTypeCreate an instance ofObjectDeltaType.ObjectToAddCreate an instance ofObjectReferenceTypeCreate an instance ofObjectReferenceType.FilterCreate an instance ofPolyStringTypejakarta.xml.bind.JAXBElement<String>createPolyStringTypeNorm(String value) jakarta.xml.bind.JAXBElement<String>createPolyStringTypeOrig(String value) Create an instance ofProtectedByteArrayTypejakarta.xml.bind.JAXBElement<EncryptedDataType>jakarta.xml.bind.JAXBElement<HashedDataType>Create an instance ofProtectedStringTypejakarta.xml.bind.JAXBElement<EncryptedDataType>jakarta.xml.bind.JAXBElement<HashedDataType>Create an instance ofSchemaDefinitionType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.evolveum.prism.xml.ns._public.types_3
-
-
Method Details
-
createObjectReferenceType
Create an instance ofObjectReferenceType -
createItemDeltaType
Create an instance ofItemDeltaType -
createObjectDeltaType
Create an instance ofObjectDeltaType -
createKeyInfoType
Create an instance ofKeyInfoType -
createProtectedByteArrayType
Create an instance ofProtectedByteArrayType -
createEncryptedDataType
Create an instance ofEncryptedDataType -
createCipherDataType
Create an instance ofCipherDataType -
createProtectedStringType
Create an instance ofProtectedStringType -
createEncryptionMethodType
Create an instance ofEncryptionMethodType -
createItemPathType
Create an instance ofItemPathType -
createExtension
Create an instance ofExtension -
createPolyStringType
Create an instance ofPolyStringType -
createObjectReferenceTypeFilter
Create an instance ofObjectReferenceType.Filter -
createObjectDeltaTypeObjectToAdd
Create an instance ofObjectDeltaType.ObjectToAdd -
createObjectDelta
-
createPolyStringTypeNorm
-
createPolyStringTypeOrig
-
createProtectedDataTypeEncryptedData
public jakarta.xml.bind.JAXBElement<EncryptedDataType> createProtectedDataTypeEncryptedData(EncryptedDataType value) -
createProtectedStringTypeEncryptedData
public jakarta.xml.bind.JAXBElement<EncryptedDataType> createProtectedStringTypeEncryptedData(EncryptedDataType value) -
createProtectedDataTypeHashedData
public jakarta.xml.bind.JAXBElement<HashedDataType> createProtectedDataTypeHashedData(HashedDataType value) -
createProtectedStringTypeHashedData
public jakarta.xml.bind.JAXBElement<HashedDataType> createProtectedStringTypeHashedData(HashedDataType value) -
createItemPathType
-
createObject
-
createSchemaDefinitionType
Create an instance ofSchemaDefinitionType
-