Class ObjectFactory
- java.lang.Object
-
- com.evolveum.prism.xml.ns._public.types_3.ObjectFactory
-
- All Implemented Interfaces:
Serializable
public class ObjectFactory extends Object implements 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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 Summary
-
-
-
Method Detail
-
createObjectReferenceType
public ObjectReferenceType createObjectReferenceType()
Create an instance ofObjectReferenceType
-
createItemDeltaType
public ItemDeltaType createItemDeltaType()
Create an instance ofItemDeltaType
-
createObjectDeltaType
public ObjectDeltaType createObjectDeltaType()
Create an instance ofObjectDeltaType
-
createKeyInfoType
public KeyInfoType createKeyInfoType()
Create an instance ofKeyInfoType
-
createProtectedByteArrayType
public ProtectedByteArrayType createProtectedByteArrayType()
Create an instance ofProtectedByteArrayType
-
createEncryptedDataType
public EncryptedDataType createEncryptedDataType()
Create an instance ofEncryptedDataType
-
createCipherDataType
public CipherDataType createCipherDataType()
Create an instance ofCipherDataType
-
createProtectedStringType
public ProtectedStringType createProtectedStringType()
Create an instance ofProtectedStringType
-
createEncryptionMethodType
public EncryptionMethodType createEncryptionMethodType()
Create an instance ofEncryptionMethodType
-
createItemPathType
public ItemPathType createItemPathType()
Create an instance ofItemPathType
-
createPolyStringType
public PolyStringType createPolyStringType()
Create an instance ofPolyStringType
-
createObjectReferenceTypeFilter
public ObjectReferenceType.Filter createObjectReferenceTypeFilter()
Create an instance ofObjectReferenceType.Filter
-
createObjectDeltaTypeObjectToAdd
public ObjectDeltaType.ObjectToAdd createObjectDeltaTypeObjectToAdd()
Create an instance ofObjectDeltaType.ObjectToAdd
-
createObjectDelta
public javax.xml.bind.JAXBElement<ObjectDeltaType> createObjectDelta(ObjectDeltaType value)
-
createPolyStringTypeNorm
public javax.xml.bind.JAXBElement<String> createPolyStringTypeNorm(String value)
-
createPolyStringTypeOrig
public javax.xml.bind.JAXBElement<String> createPolyStringTypeOrig(String value)
-
createProtectedDataTypeEncryptedData
public javax.xml.bind.JAXBElement<EncryptedDataType> createProtectedDataTypeEncryptedData(EncryptedDataType value)
-
createProtectedStringTypeEncryptedData
public javax.xml.bind.JAXBElement<EncryptedDataType> createProtectedStringTypeEncryptedData(EncryptedDataType value)
-
createProtectedDataTypeHashedData
public javax.xml.bind.JAXBElement<HashedDataType> createProtectedDataTypeHashedData(HashedDataType value)
-
createProtectedStringTypeHashedData
public javax.xml.bind.JAXBElement<HashedDataType> createProtectedStringTypeHashedData(HashedDataType value)
-
createObject
public javax.xml.bind.JAXBElement<ObjectType> createObject(ObjectType value)
-
createSchemaDefinitionType
public SchemaDefinitionType createSchemaDefinitionType()
Create an instance ofSchemaDefinitionType
-
-