public class ObjectFactory extends Object
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 and 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
|
public ObjectFactory()
public UnsupportedOperationFaultType createUnsupportedOperationFaultType()
UnsupportedOperationFaultTypepublic ObjectNotFoundFaultType createObjectNotFoundFaultType()
ObjectNotFoundFaultTypepublic UnsupportedObjectTypeFaultType createUnsupportedObjectTypeFaultType()
UnsupportedObjectTypeFaultTypepublic SchemaViolationFaultType createSchemaViolationFaultType()
SchemaViolationFaultTypepublic SystemFaultType createSystemFaultType()
SystemFaultTypepublic IllegalArgumentFaultType createIllegalArgumentFaultType()
IllegalArgumentFaultTypepublic ObjectAlreadyExistsFaultType createObjectAlreadyExistsFaultType()
ObjectAlreadyExistsFaultTypepublic PolicyViolationFaultType createPolicyViolationFaultType()
PolicyViolationFaultTypepublic ConcurrencyFaultType createConcurrencyFaultType()
ConcurrencyFaultTypepublic ConfigurationFaultType createConfigurationFaultType()
ConfigurationFaultTypepublic CommunicationFaultType createCommunicationFaultType()
CommunicationFaultTypepublic InapplicableOperationFaultType createInapplicableOperationFaultType()
InapplicableOperationFaultTypepublic ReferentialIntegrityFaultType createReferentialIntegrityFaultType()
ReferentialIntegrityFaultTypepublic JAXBElement<SystemFaultType> createSystemFault(SystemFaultType value)
public JAXBElement<UnsupportedObjectTypeFaultType> createUnsupportedObjectTypeFault(UnsupportedObjectTypeFaultType value)
public JAXBElement<PolicyViolationFaultType> createPolicyViolationFault(PolicyViolationFaultType value)
public JAXBElement<SchemaViolationFaultType> createSchemaViolationFault(SchemaViolationFaultType value)
public JAXBElement<ObjectNotFoundFaultType> createObjectNotFoundFault(ObjectNotFoundFaultType value)
public JAXBElement<UnsupportedOperationFaultType> createUnsupportedOperationFault(UnsupportedOperationFaultType value)
public JAXBElement<String> createMessage(String value)
public JAXBElement<ConcurrencyFaultType> createConcurrencyFault(ConcurrencyFaultType value)
public JAXBElement<CommunicationFaultType> createCommunicationFault(CommunicationFaultType value)
public JAXBElement<OperationResultType> createOperationResult(OperationResultType value)
public JAXBElement<ObjectAlreadyExistsFaultType> createObjectAlreadyExistsFault(ObjectAlreadyExistsFaultType value)
public JAXBElement<InapplicableOperationFaultType> createInapplicableOperationFault(InapplicableOperationFaultType value)
public JAXBElement<ConfigurationFaultType> createConfigurationFault(ConfigurationFaultType value)
public JAXBElement<ReferentialIntegrityFaultType> createReferentialIntegrityFault(ReferentialIntegrityFaultType value)
public JAXBElement<FaultType> createFault(FaultType value)
public JAXBElement<IllegalArgumentFaultType> createIllegalArgumentFault(IllegalArgumentFaultType value)
Copyright © 2016 Evolveum. All rights reserved.