Class ObjectFactory
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.fault_3.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.evolveum.midpoint.xml.ns._public.common.fault_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.
-
-
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.midpoint.xml.ns._public.common.fault_3
-
Method Summary
-
-
-
Method Detail
-
createSystemFaultType
public SystemFaultType createSystemFaultType()
Create an instance ofSystemFaultType
-
createObjectNotFoundFaultType
public ObjectNotFoundFaultType createObjectNotFoundFaultType()
Create an instance ofObjectNotFoundFaultType
-
createObjectAlreadyExistsFaultType
public ObjectAlreadyExistsFaultType createObjectAlreadyExistsFaultType()
Create an instance ofObjectAlreadyExistsFaultType
-
createInapplicableOperationFaultType
public InapplicableOperationFaultType createInapplicableOperationFaultType()
Create an instance ofInapplicableOperationFaultType
-
createSchemaViolationFaultType
public SchemaViolationFaultType createSchemaViolationFaultType()
Create an instance ofSchemaViolationFaultType
-
createPolicyViolationFaultType
public PolicyViolationFaultType createPolicyViolationFaultType()
Create an instance ofPolicyViolationFaultType
-
createConcurrencyFaultType
public ConcurrencyFaultType createConcurrencyFaultType()
Create an instance ofConcurrencyFaultType
-
createReferentialIntegrityFaultType
public ReferentialIntegrityFaultType createReferentialIntegrityFaultType()
Create an instance ofReferentialIntegrityFaultType
-
createUnsupportedObjectTypeFaultType
public UnsupportedObjectTypeFaultType createUnsupportedObjectTypeFaultType()
Create an instance ofUnsupportedObjectTypeFaultType
-
createIllegalArgumentFaultType
public IllegalArgumentFaultType createIllegalArgumentFaultType()
Create an instance ofIllegalArgumentFaultType
-
createUnsupportedOperationFaultType
public UnsupportedOperationFaultType createUnsupportedOperationFaultType()
Create an instance ofUnsupportedOperationFaultType
-
createCommunicationFaultType
public CommunicationFaultType createCommunicationFaultType()
Create an instance ofCommunicationFaultType
-
createConfigurationFaultType
public ConfigurationFaultType createConfigurationFaultType()
Create an instance ofConfigurationFaultType
-
createFault
public javax.xml.bind.JAXBElement<FaultType> createFault(FaultType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
FaultType
>
-
createMessage
public javax.xml.bind.JAXBElement<String> createMessage(String value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createOperationResult
public javax.xml.bind.JAXBElement<OperationResultType> createOperationResult(OperationResultType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
OperationResultType
>
-
createSystemFault
public javax.xml.bind.JAXBElement<SystemFaultType> createSystemFault(SystemFaultType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SystemFaultType
>
-
createObjectNotFoundFault
public javax.xml.bind.JAXBElement<ObjectNotFoundFaultType> createObjectNotFoundFault(ObjectNotFoundFaultType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ObjectNotFoundFaultType
>
-
createObjectAlreadyExistsFault
public javax.xml.bind.JAXBElement<ObjectAlreadyExistsFaultType> createObjectAlreadyExistsFault(ObjectAlreadyExistsFaultType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ObjectAlreadyExistsFaultType
>
-
createInapplicableOperationFault
public javax.xml.bind.JAXBElement<InapplicableOperationFaultType> createInapplicableOperationFault(InapplicableOperationFaultType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
InapplicableOperationFaultType
>
-
createSchemaViolationFault
public javax.xml.bind.JAXBElement<SchemaViolationFaultType> createSchemaViolationFault(SchemaViolationFaultType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SchemaViolationFaultType
>
-
createPolicyViolationFault
public javax.xml.bind.JAXBElement<PolicyViolationFaultType> createPolicyViolationFault(PolicyViolationFaultType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
PolicyViolationFaultType
>
-
createConcurrencyFault
public javax.xml.bind.JAXBElement<ConcurrencyFaultType> createConcurrencyFault(ConcurrencyFaultType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ConcurrencyFaultType
>
-
createReferentialIntegrityFault
public javax.xml.bind.JAXBElement<ReferentialIntegrityFaultType> createReferentialIntegrityFault(ReferentialIntegrityFaultType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ReferentialIntegrityFaultType
>
-
createUnsupportedObjectTypeFault
public javax.xml.bind.JAXBElement<UnsupportedObjectTypeFaultType> createUnsupportedObjectTypeFault(UnsupportedObjectTypeFaultType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
UnsupportedObjectTypeFaultType
>
-
createIllegalArgumentFault
public javax.xml.bind.JAXBElement<IllegalArgumentFaultType> createIllegalArgumentFault(IllegalArgumentFaultType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
IllegalArgumentFaultType
>
-
createUnsupportedOperationFault
public javax.xml.bind.JAXBElement<UnsupportedOperationFaultType> createUnsupportedOperationFault(UnsupportedOperationFaultType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
UnsupportedOperationFaultType
>
-
createCommunicationFault
public javax.xml.bind.JAXBElement<CommunicationFaultType> createCommunicationFault(CommunicationFaultType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
CommunicationFaultType
>
-
createConfigurationFault
public javax.xml.bind.JAXBElement<ConfigurationFaultType> createConfigurationFault(ConfigurationFaultType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ConfigurationFaultType
>
-
-